summaryrefslogtreecommitdiff
path: root/conf/distro/micro.conf
AgeCommit message (Collapse)AuthorFiles
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