aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2011-02-09binutils-cross-canadian.inc: disable -werror like -cross doesKoen Kooi
The error this works around is: cc1: warnings being treated as errors gas/config/tc-arm.c: In function 'parse_operands': gas/config/tc-arm.c:1876:27: error: 'firsttype$defined' may be used uninitialized in this function gas/config/tc-arm.c:1876:27: error: 'firsttype$index' may be used uninitialized in this function Ideally it should get fixed properly, but let's mimic binutils-cross for now Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-02-07binutils 2.20.1: replace checksumsKoen Kooi
After the fetcher overhaul these started erroring out, not sure what the root cause is Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22binutils 2.20.1: merge in yocto fixes for 2.21.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22binutils: import 2.20.1 from yoctoKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22gcc: sync with yoctoKoen Kooi
* don't duplicate .inc files, use the ones from the main layer(s) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-18gcc: import yocto rev 0df3c481309e89b93e8a57773eb9c470b4dd13a7Koen Kooi
From: Dexuan Cui <dexuan.cui@intel.com> Date: Sat, 15 Jan 2011 10:47:50 +0000 Subject: libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o Currently gcc-runtime installs the files, but actually gcc-runtime's do_configure checks if the files are available, so before we build gcc-runtime, we should have some recipe install the files first! -- currently gcc-cross-intermediate actually does that(gcc-cross also installs the files, but it installs into the gcc-build-internal* directory), but gcc-cross-intermediate will have its own sysroot in future, after that, gcc-runtime won't build. So let us add this new target recipe and move the installation of the files from gcc-runtime into it changed to apply to gcc 4.5 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-18remove stray patch fileKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-14gcc-4.5.inc: Disable linaro rev 99456 patch for nowKhem Raj
* Fixes the problem as described in http://lists.linaro.org/pipermail/linaro-dev/2011-January/001993.html Signed-off-by: Khem Raj <raj.khem@gmail.com> (OE rev 0af4d2e8be4f0ac4564c3f4c4ae539a4d6a0485d) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13python-numpy: import from OEKoen Kooi
Currently doesn't build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13python-setuptools: import from OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13gcc 4.5: sync with OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-05gcc 4.5: import ↵Koen Kooi
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=f13cb20ed19c41b9ff85ef1c9ec0883a21d1d5bf and convert to INC_PR Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-03gcc: sync with OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2010-12-23gcc 4.5: sync with both OE and yoctoKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2010-11-03meta-openembedded: gcc: add 2 poky patches to 4.5 to fix nativesdk usageKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-11-02angstrom-layers: meta-openembedded: replace poky gcc 4.5 sources with OE onesKoen Kooi
This needs further investigation, but for now we can get the tested sources into the poky gcc harness Signed-off-by: Koen Kooi <k-kooi@ti.com>