diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-13 11:03:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-13 11:03:39 +0000 |
commit | 5dbf5cafb571280af42d1c0ada7db4b71235b3af (patch) | |
tree | 8055fe24308957f15442ec4720a1630489a84adb /conf/distro/include/angstrom.inc | |
parent | fa4b5e9c93edcbe329e4506de69ceae7653e3b50 (diff) |
angstrom: add FEED_ARCH to overrides and replace most machine based overrides with the arch based overrides
* makes life easier for people with out-of-tree machines
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index bb1d65dec3..f53f1fb8bd 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -9,6 +9,10 @@ DISTRO_NAME = "Angstrom" TARGET_VENDOR = "-angstrom" +# Add FEED_ARCH to overrides +OVERRIDES .= ":${FEED_ARCH}" + + # Can be "glibc", "eglibc" or "uclibc" ANGSTROM_MODE ?= "glibc" PSTAGE_EXTRAPATH = "${ANGSTROM_MODE}" @@ -61,11 +65,8 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1" LOCALE_UTF8_ONLY = "1" #qemu doesn't like armv6/eabi/vfp -ENABLE_BINARY_LOCALE_GENERATION_mx31ads = "0" -ENABLE_BINARY_LOCALE_GENERATION_nokia800 = "0" -ENABLE_BINARY_LOCALE_GENERATION_omap2420h4 = "0" -ENABLE_BINARY_LOCALE_GENERATION_omap2430sdp = "0" -ENABLE_BINARY_LOCALE_GENERATION_beagleboard = "0" +ENABLE_BINARY_LOCALE_GENERATION_armv6 = "0" +ENABLE_BINARY_LOCALE_GENERATION_armv7a = "0" #qemu has taken a dislike to armeb as well ENABLE_BINARY_LOCALE_GENERATION_armeb = "0" |