Module: meta-angstrom
Branch: master
Commit: 52389d527c749ea7c9e54fc778df71f033751c24

Author: Koen Kooi <k...@dominion.thruhere.net>
Date:   Sun Mar  4 10:00:38 2012 +0100

angstrom: remove SOC_FAMILY from global overrides, BSP layers add it on their 
own now

Signed-off-by: Koen Kooi <k...@dominion.thruhere.net>

---

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

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 237ae3f..1290352 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -25,10 +25,10 @@ FEED_ARCH ?= "${TUNE_PKGARCH}"
 #blackfin machines
 FEED_ARCH_bfin          = "blackfin"
 
-# Add FEED_ARCH and SOC_FAMILY to machine overrides so we get access to e.g. 
'armv7a' and 'omap3'
+# Add FEED_ARCH to machine overrides so we get access to e.g. 'armv7a' and 
'sh4'
 # Hopefully we'll never see a machine or arch with 'all' as substring
 MACHINEOVERRIDES .= ":${@bb.data.getVar('FEED_ARCH', 
d,1).replace('all','noarch')}"
-MACHINEOVERRIDES .= "${@['', ':${SOC_FAMILY}']['${SOC_FAMILY}' != '']}"
+
 # Put links to sources in deploy/sources to make it easier for people to be 
GPL compliant
 #INHERIT += "src_distribute_local"
 SRC_DIST_LOCAL ?= "symlink"


_______________________________________________
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