summaryrefslogtreecommitdiff
path: root/conf/distro
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-06-20 22:38:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-20 22:38:20 +0000
commit74703c393c14c2e7d357942fa2739fb703a91465 (patch)
tree003ecd4cb2b628f25c3aad87150fe9d1993c0109 /conf/distro
parent6a329bdfcc1989bc3c4e78683a67fd3198cb4bea (diff)
parent1c8c33e7a583869535d2d2bca88a3d00ce5dcdfb (diff)
merge of 2ba8efd35a14c2dca849205133efdd2ecd83c907
and d43467c2202cf4bba65631e9cb48b580772f7fc1
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/angstrom.conf3
-rw-r--r--conf/distro/slugos.conf2
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf
index 100017410d..d30fcd3cca 100644
--- a/conf/distro/angstrom.conf
+++ b/conf/distro/angstrom.conf
@@ -22,8 +22,11 @@ ENABLE_BINARY_LOCALE_GENERATION ?= ""
#Use the ARM EABI when building for an ARM cpu. We can't use overrides
#here because this breaks all places where ":=" is used.
+#if you want to build using uclibc, specify "-uclibcgnueabi"
TARGET_VENDOR = "${@['','-angstrom'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
+#uclibc (needs gcc 4.1.1 or newer)
+#TARGET_OS = "linux${@['','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
#mess with compiler flags to use -Os instead of -O2
#Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf
index 123fd4362a..b9b169b359 100644
--- a/conf/distro/slugos.conf
+++ b/conf/distro/slugos.conf
@@ -170,7 +170,7 @@ PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627"
# Select the correct versions of the kernel and modules (these are the
# defaults, override in the conf/distro top-level distro file).
PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel"
-PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.16"
+PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.17"
# Built-in ethernet modules
PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth"