[Angstrom-devel] Koen Kooi : angstrom: remove SOC_FAMILY from global overrides, BSP layers add it on their own now
Angstrom Git Repos
ang-git at xora.vm.bytemark.co.uk
Sun Mar 4 10:00:53 CET 2012
Module: meta-angstrom
Branch: master
Commit: 52389d527c749ea7c9e54fc778df71f033751c24
Author: Koen Kooi <koen at 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 <koen at 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"
More information about the Angstrom-distro-devel
mailing list