summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyscaffold: add pyscaffold recipeAndrey Zhizhikin2020-04-041-0/+18
| | | | | | | Add recipe which handles pyscaffold package to the layer. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-17244-141671/+0
| | | | | | As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Sync from OEKhem Raj2011-03-1239-4413/+9656
| | | | | | | | | Remove unneeded patches. This should bring all the changes from OE uptodate. Now we are left with syncing the changes from oe-core then we will ready to push it into oe-core. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc 4.5: bitbake has taken a dislike to '#' in SRC_URI, so remove thoseKoen Kooi2011-02-231-3/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* binutils-cross-canadian.inc: disable -werror like -cross doesKoen Kooi2011-02-091-1/+2
| | | | | | | | | | | | | 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>
* binutils 2.20.1: replace checksumsKoen Kooi2011-02-071-2/+2
| | | | | | After the fetcher overhaul these started erroring out, not sure what the root cause is Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* binutils 2.20.1: merge in yocto fixes for 2.21.0Koen Kooi2011-01-225-77/+31254
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* binutils: import 2.20.1 from yoctoKoen Kooi2011-01-2219-0/+902
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: sync with yoctoKoen Kooi2011-01-2230-664/+24
| | | | | | * don't duplicate .inc files, use the ones from the main layer(s) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: import yocto rev 0df3c481309e89b93e8a57773eb9c470b4dd13a7Koen Kooi2011-01-184-24/+44
| | | | | | | | | | | | | | | | | | | 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>
* remove stray patch fileKoen Kooi2011-01-181-191/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5.inc: Disable linaro rev 99456 patch for nowKhem Raj2011-01-141-2/+2
| | | | | | | | | | | * 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>
* python-numpy: import from OEKoen Kooi2011-01-137-0/+151
| | | | | | Currently doesn't build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-setuptools: import from OEKoen Kooi2011-01-131-0/+34
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc 4.5: sync with OEKoen Kooi2011-01-1315-53/+8335
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc 4.5: import ↵Koen Kooi2011-01-0513-12/+48
| | | | | | 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>
* gcc: sync with OEKoen Kooi2011-01-033-2/+106
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc 4.5: sync with both OE and yoctoKoen Kooi2010-12-2327-7692/+14213
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-openembedded: gcc: add 2 poky patches to 4.5 to fix nativesdk usageKoen Kooi2010-11-031-0/+3
| | | | Signed-off-by: Koen Kooi <k-kooi@ti.com>
* angstrom-layers: meta-openembedded: replace poky gcc 4.5 sources with OE onesKoen Kooi2010-11-02202-0/+90031
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>