summaryrefslogtreecommitdiff
path: root/conf/distro/include/sane-toolchain.inc
AgeCommit message (Collapse)AuthorFiles
2010-01-21sane-toolchain.inc: Bump glibc PREFERRED_VERSION to 2.10.1Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-05sane-toolchain.inc: bump linux-libc-headers to 2.6.31 to get rfkill.hMichael 'Mickey' Lauer1
2009-11-25sane-toolchain.inc: bump linux-userspace-headers to match with bumped eglibc ↵Michael 'Mickey' Lauer1
version
2009-10-22gcc-4.4.2: Add new recipes for gcc 4.2.2Khem Raj1
* Switch default gcc to 4.4.2 for sane toolchain * Switch binutils to 2.20 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-13sane-toolchain.inc: Compute uclibc based triplets correctly.Khem Raj1
* Currently for uclibc it does not do the right job it generates e.g. for SPE it generates linux-uclibcgnuspe which is not right. This patch fixed it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-10classes: Use linux-gnuspe instead of non existing linux-speKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-10conf: Decosmetize TARGET_OSKhem Raj1
* This patch reverts the cosmetic change which used linux-gnu instead of linux Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Holger Freyther <zecke@selfish.org>
2009-09-16sane-toolchain.inc: armv5te mentioned twice on eabi-capable listAleksandr Koltsoff1
* armv5te is mentioned twice in the arm_eabi_supporting_arches list of sane-toolchain.inc. Remove the latter occurance. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Cliff Brake <cliff.brake@gmail.com>
2009-09-16sane-toolchain.inc: bump default binutils to a version that works with the ↵Michael 'Mickey' Lauer1
default gcc
2009-09-10sane-toolchain.inc: Default to gcc 4.4.1Khem Raj1
* ppc405 has also got tested using 4.4.1 so bump this too. * ARMv7 is also switched to use 4.4.1. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de> Acked-by: Phil Blundell <philb@gnu.org>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj1
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-08-23sane-toolchain: Define eglibc PREFERRED_VERSIONSKhem Raj1
Set preferred versions for eglibc to be 2.10. Bump up uclibc PREFERRED_VERSION to 0.9.30.1 and for uclibc add more PREFERRED_PROVIDERS. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-23minimal, sane-toolchain: Use eglibc if LIBC is not selected.Khem Raj1
Currently we fall back to glibc if LIBC is not set. We now will use eglibc as default lib for minimal and sane-toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-06sane-toolchain.inc: PREFERRED_VERSION_linux-libc-headers assignment conditional.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-05-04All distros: Bring in conf/distro/include/${LIBC}.incTom Rini1
With minimal/minimal-uclibc we have to do a little rework so that minimal-uclibc can override the main distro. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-03-19sane-toolchain.inc: move non-weak assignments for CACHE and DEPLOY_DIR to ↵Michael 'Mickey' Lauer1
minimal.conf; make them weak You can override DEPLOY_DIR now in your local.conf.
2009-03-04sane-toolchain.inc: remove KEEP_OABI overrides for specific kernels from here.Michael 'Mickey' Lauer1
This knowledge should rather be encoded in the actual recipes.
2009-03-04sane-toolchain.inc: add indirection again, it's really necessaryMichael 'Mickey' Lauer1
2009-03-04sane-toolchain.inc: remove typosMichael 'Mickey' Lauer1
2009-02-27sane-toolchain.inc: fix typo in binutils versionMichael 'Mickey' Lauer1
2009-02-26minimal.conf: blatantly steal the collective wisdom (and I admit it must haveMichael 'Mickey' Lauer1
been ton of work, thanks koen et. al.) people put in the angstrom distribution configuration and reorganize the sections a bit for more clarity. Most of this is really distribution-independent, so I'd welcome if angstrom would include one or the other of these sane-*.inc and maintain it there.