aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/conf
AgeCommit message (Collapse)Author
2015-11-04external-toolchain: fix parsing for non-prerelease toolchainsKoen Kooi
The 'prerelease' bit is gone from the version string so the parser errors out. Add support for the new format and document the older formats as well. To aid debugging this problem print out the version string gcc returns before trying to parse it. This fixes https://bugs.linaro.org/show_bug.cgi?id=1850 Change-Id: Ifdaedccfa8772e72e126c16bd8c9e482cfdd3895 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2015-08-14external-linaro-toolchain-versions: update ELT_VER_LIBC for new dir structureDenys Dmytriyenko
New 2015.05 binary release has libc-${ELT_VER_LIBC}.so in /libc/usr/lib/ Check there to extract version, if can't find it in /libc/lib/ Change-Id: Ibaade01fbb6e6dbb36d3b82cb335e4d5e5a2315a Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-12-10tcmode-external-linaro: set PREFERRED_PROVIDER for (g)libc-mtraceKoen Kooi
Change-Id: Ib877aaf8a00e9f9d0f30d653fc8096350786a518 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-12-01external-linaro-toolchain-versions.inc: add support for cbuild2 version parsingKoen Kooi
Change-Id: I45a7f8899f28be12abb820be734525fa8c36f041 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-11-12external-linaro-toolchain: eglibc -> glibcKoen Kooi
OE-core moved to glibc, make external toolchain follow that. Even if the external toolchain is using eglibc we need to specify glibc to get the build going. This is caused by the way OE-core handles virtual/libc. Change-Id: I4f1cf621901ef3885bc1bfcba61903e6818433ca Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-01-22Merge "external-linaro-toolchain: fix No GNU_HASH in the elf binary QA Issue"Koen Kooi
2014-01-22external-linaro-toolchain: fix No GNU_HASH in the elf binary QA IssueZongchun Yu
Change-Id: I34b0e6a462a5c6031923555927748908bc04cb40 Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
2014-01-22external-linaro-toolchain: Add support for 64bit toolchainZongchun Yu
Change-Id: I261ccd0f68635a512d98315568a51b83e3f4f24f Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
2013-08-26meta-linaro-toolchain: no longer pull toolchain-layerRiku Voipio
toolchain-layer was only needed for gcc 4.6 recipes
2013-06-26external-linaro-toolchain-versions: Fix NameError: global name 'CmdError' is ↵Martin Jansa
not defined * fails with: ERROR: Execution of event handler 'external_linaro_toolchain_version_handler' failed Traceback (most recent call last): File "external_linaro_toolchain_version_handler(e)", line 12, in external_linaro_toolchain_version_handler(e=<bb.event.ConfigParsed object at 0x7759a50>) File "external-linaro-toolchain-versions.inc", line 4, in elt_get_gdb_version(d=<bb.data_smart.DataSmart object at 0x24b58d0>) NameError: global name 'CmdError' is not defined Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22tcmode-external-linaro: force lack of locales in imagesMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-04-22tcmode-external-linaro: force disable multilibMarcin Juszkiewicz
If we want to build GCC with external Linaro toolchain we have to disable multilib otherwise build with break with mix of armv7-a/hf and armv4/softfp in one gcc call. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-04-16meta-linaro(-toolchain): bump layer priorityMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-04-05external linaro toolchain: added eglibc to PROVIDES so I can build an imageMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-03-19external-linaro-toolchain-versions: OE variables need to be properly expandedMarcin Juszkiewicz
We had eglibc UNKNOWN instead of eglibc 2.15. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-03-19external-linaro-toolchain-versions: get proper gcc release version - LP: ↵Marcin Juszkiewicz
#1157050 Compilers return: aarch64: gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - ARM aarch64 via Linaro) armv7a: gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) So instead of fetching last one (Linaro or 2013.03) take it from "linaro-1.13.1-4.7-2013.03-20130313" string. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-03-13meta-linaro-toolchain: add layer configMarcin Juszkiewicz
2013-03-13move toolchain components into meta-linaro-toolchainMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>