aboutsummaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)Author
2012-04-23tcmode-external-linaro.inc: Disable binary locale generation.Ken Werner
Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-04-23tcmode-external-linaro.inc: Explicitly set DISTRO_FEATURES_LIBC.Ken Werner
Specify DISTRO_FEATURES_LIBC to match the configuration of the binary libc provided by the external binary toolchain. The libc-charsets, libc-locales and libc-locale-code features have been removed since the sysroot provided by the toolchain contains no i18n folder. In case libc-charsets, libc-locales and libc-locale-code are enabled the libc-package.bbclass sets PACKAGE_NO_GCONV to zero and package_do_split_gconvs fails later on because there is no /path/to/eglibc-locale-2.15-r20/package/usr/share/i18n/charmaps. It's been exposed by the following fix: http://git.openembedded.org/openembedded-core/commit/?id=b56e3680e729d8216fe533cdfaf4678fe94b76f0 Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-04-23tcmode-external-linaro.inc: Fix target flags.Ken Werner
Replace TARGET_SYS with ELT_TARGET_SYS for the TARGET_CPPFLAGS and TARGET_LDFLAGS in order to let the cross compiler find its files. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-04-22layer.conf: Use += instead of .= for BBFILESKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-04-07conf: Delete copy of arch-armv7a.inc tuneKhem Raj
Use it from OE-Core Remove unused paths from BBFILES Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-07Remove linux-linaro-3.1Ken Werner
Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-03-07Add support for the Linaro 3.1 kernelKen Werner
Allows to build the git.linaro.org/kernel/linux-linaro-3.1.git kernel sources using a vexpress defconfig. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-03-07Add qemuarmv7a machine configurationKen Werner
Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-03-07Initial versionKen Werner
Adds the infrastructure for building OpenEmbedded-Core using the external Linaro toolchain. Signed-off-by: Ken Werner <ken.werner@linaro.org>