summaryrefslogtreecommitdiff
path: root/conf/distro/micro.conf
AgeCommit message (Collapse)AuthorFiles
2010-08-03opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.Graham Gower1
None of the distros in OE appear to want/need gpg or curl support in opkg; so have opkg.inc remove them by default. This diff makes things more consistent across all distros/tasks/images. The slugos recipe is kept intact and further divided from the more modern recipes. The opkg-native recipe is the sane-srcrev version even when building slugos, which should allow for changes to opkg related bbclasses without breaking the slugos build. Build tested for qemumipsel/minimal-image and nslu2/slugos-image. minimal-image builds 10% quicker in my setup and is 1mb smaller. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-21distro: Move thumb into distro featuresKhem Raj1
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-19Revert "distro: Move thumb into distro features"Khem Raj1
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19distro: Move thumb into distro featuresKhem Raj1
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-21Set preferred glibc to 2.10.1 in conf/distro/micro.confGuo Hongruan1
* the preferred version of binutils of conf/distro/micro.conf is 2.19.51 * the preferred version of glibc is 2.6.1 which is defined in sane-toolchain.inc * the ld produced by binutils-2.19.51 reports that it can not find the __begin symbol when linking with glibc-2.6.1 Signed-off-by: Guo Hongruan <camelguo@gmail.com>
2009-12-08micro.conf: remove preferred providers as the same are defined in ↵Martin Jansa1
compatibility-providers.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-17micro.conf: let gtk+ provide gailHenning Heinold1
2009-11-17micro.conf: use latest preferred xorg versionHenning Heinold1
2009-11-17micro.conf: use prefix_native and prefix_exec_nativeHenning Heinold1
2009-11-10Start removal of layout_* variables and replace these with new mechanisms to ↵Richard Purdie1
allow nextgen SDK generation (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-19micro: set PREFERRED_ARM_INSTRUCTION_SET weakly so local.conf canPhil Blundell1
override
2009-09-14micro: select Thumb code where possiblePhil Blundell1
2009-09-11micro: select binutils 2.19.51Phil Blundell1
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-30micro.conf: Remove PREFERRED_PROVIDER_virtual/libintlKhem Raj1
This is set appropriately in toolchain configuration. It gives a possibility to cleanly override LIBC say to eglibc or glibc. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-08-23micro: Use eglibc as default lib if LIBC is not set.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-06-20micro{-uclibc}: use ${LIBC} instead of PREFERRED_LIBC, per suggestion from ↵Phil Blundell1
Tom Rini
2009-06-13micro: disable ONLINE_PACKAGE_MANAGEMENT globallyPhil Blundell1
2009-06-06micro: eliminate some bloatPhil Blundell1
Acked-by: Chris Larson
2009-04-30Initial add of micro linux distMartin Lund1