aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-10-15 10:32:27 +0000
committerKoen Kooi <koen@openembedded.org>2010-10-15 22:51:17 +0200
commit7f1535cef307eeaac1f4372b7682f69414d0d939 (patch)
tree729a02b3b11c39858bc637ce11d44d9b08e7716e /conf/distro/include/angstrom.inc
parentbed8795f363295a61c48e2df58d1c5626f1cad3a (diff)
downloadopenembedded-7f1535cef307eeaac1f4372b7682f69414d0d939.tar.gz
Fix Angstrom OVERRIDES settings
* Use the new MACHINE_OVERRIDES variable in angstrom.inc to set the FEED_ARCH and SOC_FAMILY OVERRIDES * NOTE: These were left in their orignal order which will result in the SOC_FAMILY being more specific than the FEED_ARCH. This was done on purpose as the SOC_FAMILY should be more specific. i.e. for omap3 the omap3 override is more specific than the armv7a override. * Modified the glibc include files to prepend libc-glibc, etc to the OVERRIDES list. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 8983c86cb4..4b38cff357 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -14,7 +14,7 @@ TARGET_VENDOR = "-angstrom"
SOC_FAMILY ?= "Unknown"
# Add FEED_ARCH and SOC_FAMILY to overrides
-OVERRIDES .= ":${FEED_ARCH}:${SOC_FAMILY}"
+MACHINE_OVERRIDES += "${FEED_ARCH} ${SOC_FAMILY}"
# Put links to sources in deploy/sources to make it easier for people to be GPL compliant
INHERIT += "src_distribute_local"