summaryrefslogtreecommitdiffstats
path: root/toolchain-layer
Commit message (Collapse)AuthorAgeFilesLines
* README: show github mirror URL in layer dependenciesMartin Jansa2013-04-291-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* toolchain-layer, meta-networking: README: add dylan to subject-prefix and ↵Martin Jansa2013-04-291-2/+2
| | | | | | update branch in depends Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: add -M to git send-email exampleMartin Jansa2013-04-291-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-153-106/+106
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-cross-canadian 4.6: fix dependencies to be nativesdk-* not *-nativesdkMarcin Juszkiewicz2012-12-161-2/+2
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgcc: s/virtclass/class/ to make it up-to-dateMarcin Juszkiewicz2012-12-161-1/+1
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use ↵Martin Jansa2012-12-161-1/+1
| | | | | | correct PRINC form Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcc: Delete gcc intermediate recipesKhem Raj2012-08-282-6/+0
| | | | | | | Not needed after toolchain rework Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* various: update ; proto= to ; protocol= in SRC_URIKoen Kooi2012-07-161-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcc-4.6: Migrate recipes from OE-CoreKhem Raj2012-07-09163-46495/+6935
| | | | | | | Remove linaro patches. If one needs to use linaro modified gcc they should use meta-linaro Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.5: RemoveKhem Raj2012-05-15242-122182/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* binutils-2.20: RemoveKhem Raj2012-05-1525-32560/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eglibc-2.12: RemoveKhem Raj2012-05-1513-419/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgcc-4.5: Fix nativesdk build problemKhem Raj2012-05-021-14/+18
| | | | | | | | | We need to use BPN instead of PN so we access libgcc and not libgcc-nativesdk Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-crosssdk-intermediate_4.5.bb: with-headers has been moved from common ↵Khem Raj2012-05-021-1/+1
| | | | | | | | | | | | include To accomodate gcc 4.7 which needed a different option than --with-header this option setting has been moved into version specific recipes Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Match with OE-Core on building procedure for libgcc and gcc-runtimeKhem Raj2012-05-021-11/+36
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: keep PATCH prefix in subject-prefix, some people filter their inbox ↵Martin Jansa2012-04-261-1/+1
| | | | | | based on that Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcc-4.5: Backport cpp honor sysroot patchKhem Raj2012-04-192-1/+38
| | | | | | | This patch is well vetted on gcc-4.6 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Update to 2012.03 linaro releaseKhem Raj2012-04-087-1/+1119
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* eglibc-2.12: Move to toolchain-layerKhem Raj2012-03-2913-0/+419
| | | | | | Its relevant in toolchain layer Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.5: Fix meta-toolchain builds with gcc 4.5Khem Raj2012-03-292-3/+3
| | | | | | | | | | | | | | | | | | | | Correct a typo Make license parsable by license manage Fixes messages like WARNING: libgcc-nativesdk: No generic license file exists for: RUNTIME in any provider WARNING: libgcc-nativesdk: No generic license file exists for: LIBRARY in any provider WARNING: libgcc-nativesdk: No generic license file exists for: EXCEPTION in any provider NOTE: package libgcc-nativesdk-4.5-r48+svnr184907: task do_populate_lic: Succeeded Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* toolchain-layer: move binutils and gcc from meta-oe into hereKoen Kooi2012-03-24382-0/+200289
| | | | | | | Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* toolchain-layer: initial addKoen Kooi2012-03-233-0/+56
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Eric Bénard <eric@eukrea.com>