Module: meta-angstrom
Branch: master
Commit: 2d28679a664adbdb2a7de87038ebfa97b1cafee2

Author: Khem Raj <raj.k...@gmail.com>
Date:   Thu May 19 09:36:36 2011 +0200

angstrom.inc: Use oe-core variable MACHINEOVERRIDES instead of MACHINE_OVERRIDES

Signed-off-by: Khem Raj <raj.k...@gmail.com>
Signed-off-by: Koen Kooi <k...@dominion.thruhere.net>

---

 conf/distro/include/angstrom.inc |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 3efe021..15e2164 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -17,9 +17,8 @@ SOC_FAMILY ?= "Unknown"
 # Yocto work around for missing ONLINE_PACKAGE_MANAGEMENT support
 ONLINE_PACKAGE_MANAGEMENT = "full"
 
-# Add FEED_ARCH and SOC_FAMILY to overrides
-MACHINE_OVERRIDES += "${FEED_ARCH} ${SOC_FAMILY}"
-OVERRIDES .= ":${FEED_ARCH}:${SOC_FAMILY}"
+# Add FEED_ARCH and SOC_FAMILY to machine overrides
+MACHINEOVERRIDES += "${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"


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to