aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain
AgeCommit message (Collapse)Author
2015-05-21binutils 2.23.2: import patch from OE-core to fix builds on recent distros.Koen Kooi
Change-Id: I83a75f72652311aaff84cd645c476a3be7219607 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-04-15eglibc: accept GNU make version 4 or later (backport from 2.19)14.04Denys Dmytriyenko
Matches following commits from OE-Core: 9d59ceab6e58b422caf8ad7a306ed546316d8c3a bdc49826edf05233c6d506de404861a661043b1b Change-Id: I1e535388a5846e17bffd2191ce1a5939703d95cf Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-01-02gcc-linaro-4.8: update to Linaro GCC 4.8-2013.12 releaseFathi Boudra
Change-Id: I1544cae2e088346027e700f9264dc31810ac4ca4 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-12-18aarch64_be: tlsdesc plt code is corrupted in BE caseVictor Kamensky
Fix tlsdesc plt entry creations. Since instructions are always little endian bfd_getl32 and bfd_putl32 functions should be used instead of bfd_get_32 and bfd_put_32 which should be used for data. Note this change is needed only for binutils-2.23.X. In binutils-2.24.X and later this code was reworked and it does not look it has this issue. Change-Id: Id332418e76eb1868edafda878129929e02453b30 Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
2013-12-18apply gdb 3b570dee fix for pr_status sizeVictor Kamensky
commit 3b570dee4f42f8229b8defdf4360dc0f52e820a0 Author: Yufeng Zhang <yufeng.zhang@arm.com> Date: Mon Nov 11 10:26:41 2013 +0000 * elfxx-aarch64.c (_bfd_aarch64_elf_grok_prstatus): Fix hard-coded size of struct elf_prstatus. Change-Id: Iaf6ebe93ee13a84c7c4e648f3c7a706708a613b1 Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
2013-12-09gcc-linaro: Re-arrage include to avoid duplicate inclusion warningsKhem Raj
Fixes warning like WARNING: Duplicate inclusion for /home/kraj/work/angstrom-repo/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-common-4.7.inc in /home/kraj/work/angstrom-repo/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/gcc/gcc-cross_linaro-4.7.bb bitbake is now able to flag duplicate includes in recipes this patch fixes the warnings like that posing from meta-linaro Change-Id: Ie4f020e346859a028410bbbbce5a8cb30225251f Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2013-11-21gdb: add recipes for gdb-linaro 7.6.1 release 2013.10Koen Kooi
Change-Id: I2f3b875fce8ba2f689ecaa1ca892b758c63fb989 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2013-11-18gcc linaro 4.7: update to 2013.11 releaseKoen Kooi
Change-Id: Iba16261bc3f0d82148f6d544a66f3f827b4ef0a7 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2013-11-18gcc linaro 4.8: update to 2013.11 releaseKoen Kooi
Change-Id: I49636533021ef631e754117e3f26e59ac01fb3c6 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2013-11-07gcc-linaro-4.8: Refresh patch to match latest linaro releaseKhem Raj
btw. linaro folks should have regenerated configure after applying this patch to configure.ac Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Change-Id: I9f247931cf0b480362b540d826760b5807c1b012
2013-10-16gcc-linaro: update to Linaro GCC 4.7-2013.10 pre-releaseFathi Boudra
Change-Id: I442befa4c2efa39694b3aa541f69b358e80cf127 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-16gcc-linaro: update to Linaro GCC 4.8-2013.10 pre-releaseFathi Boudra
The following patches aren't applied because they're already in Linaro GCC: 0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch 0036-PR-target-56102.patch Change-Id: I40aa1fc0b162e713c19889e7205812255118ed47 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-10binutils: fix build failure on do_patchFathi Boudra
Define the build directory (S) for binutils-linaro to fix failures to apply the patches. Define MMYY and RELEASE to be consistent with other TCWG component approach. Change-Id: I22f8a0582a28abdd231516d3eeb2ae4cdd8533ca Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-10binutils: don't apply patches already applied to ↵Fathi Boudra
linaro-binutils-2.13.2-2013.10-4 Change-Id: I8405f06e73983ae3310addc3762b82200340024d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-10binutils: update to Linaro Binutils 2.23.2-2013.10-4 releaseFathi Boudra
Change-Id: I700adaf74ad406604c54059f1a78d93e45a1c076 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-10eglibc: add Linaro EGLIBC 2.18-2013.10 releaseFathi Boudra
Change-Id: I43fc0104502f0cc027b629dea3ebf59795237b1a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-10binutils: update to Linaro Binutils 2.23.2-2013.10-3 releaseFathi Boudra
Change-Id: Icceed40faad17c57c45275a0c43a5c1a81318af8 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-10binutils: sync with oe-coreFathi Boudra
Only change is aarch64-crn and aarch64-movi patches aren't applied. They are already applied to Linaro Binutils releases. Change-Id: Ia90a988a7b6000b3938edae73d7cdf6d2706ca48 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-08gcc 4.8: sync patches with OE-coreKoen Kooi
This brings us inline with OE-core gcc and replaces the backported sysroot patch with the upstream one. Only 0036-PR-target-56102.patch didn't apply and was left out of the SRC_URI Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2013-10-01gcc-4.8: fix build race with --disable-dependency-trackingRiku Voipio
One culprit of races building gcc found. For details see: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930
2013-09-11gcc-linaro: update to Linaro GCC 4.7-2013.09 release candidateFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-10gcc-linaro: update to Linaro GCC 4.8-2013.09 pre-releaseFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-27Revert "hack around eglibc install fail -1216782"Riku Voipio
This reverts commit 5451e93e1f9b0323ff2b1ea233887dc558c73edb.
2013-08-26hack around eglibc install fail -1216782Riku Voipio
2013-08-26meta-linaro-toolchain: no longer pull toolchain-layerRiku Voipio
toolchain-layer was only needed for gcc 4.6 recipes
2013-08-26toolchain: remove gcc 4.6 rulesRiku Voipio
Gcc 4-6 has been deprecated from oe-core, follow suite in linaro.
2013-08-14gcc-linaro: update Linaro GCC 4.8 to 2013.08 pre-releaseFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-07-26eglibc-linaro: update to 2.17-2013.07-2 (respin)Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-07-23eglibc: update to Linaro eglibc 2.17-2013.07Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-07-22gcc-linaro-4.8: use respined tarball 2013.07-1 and drop PR57909 patch (merged)Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-07-18Add patch to fix PR target/57909 (LP: #1200620):Fathi Boudra
Fix unaligned load/store usage in HI mode. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-07-17gcc-linaro: update Linaro GCC 4.7 to 2013.07 releaseFathi Boudra
Re-commit change accidentally pushed out, this commit re-applies 74d16a36ec521cae6bae1612f69c3acb0262af61 . Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-07-17binutils: add linaro binutilsRiku Voipio
2013-07-17eglibc: provide linaro versionRiku Voipio
2013-07-16Revert "gcc-linaro: update Linaro GCC 4.7 to 2013.07 release"Riku Voipio
This reverts commit 74d16a36ec521cae6bae1612f69c3acb0262af61.
2013-07-15gcc-linaro: update Linaro GCC 4.7 to 2013.07 releaseFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-28gcc-linaro: since Linaro GCC 4.6 and 4.7 are in maintainance, switchFathi Boudra
source URI to released version only instead of cbuild snapshots. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
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-06-24gcc: use fix-g++-sysroot.patch from gcc-4.7 for gcc-4.8Andrew McDermott
The c++ include paths for the configured g++ on the target are missing a leading '/' which means various headers files are not found when compiling c++ programs. This commit carries forward the existing patch from gcc-4.7 which ensures that the gcc-runtime configure stage will not drop the leading '/' when --with-sysroot is specified. Fixes https://bugs.launchpad.net/linaro-oe/+bug/1192953. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-06-19Fix build with Linaro GCC 4.7-2013.06-1Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-17Update to gcc-linaro-4.7-2013.06-1 (respin)Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-13gcc-linaro-4.8: bump version to 4.8.2Riku Voipio
2013-06-13gcc-linaro-4.8: update to 13.06Riku Voipio
2013-06-12gcc-linaro-4.7: update checksumsRiku Voipio
update checksums to match with the 06 prerelease tarball.
2013-06-12Update Linaro GCC 4.7 to gcc-linaro-4.7-2013.06.tar.bz2 prereleaseFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-05gcc: fix merged upstreamRiku Voipio
2013-06-04external-toolchain: add eglibc-staticdevRiku Voipio
staticdev packages are included in lamp image, so this is needed to allow constructing lamp image.
2013-06-03gcc-linaro: fix buildsRiku Voipio
1) pick upstream fix for libunwind related build failure 2) build gmp-native as needed when building with external toolchain
2013-05-24gcc-linaro: use 2013.05 prerelease tarballsMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-23gcc-linaro: use one place to set Linaro releaseMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>