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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-05-19 09:36:36 +02:00
committed by Koen Kooi
parent a3fdc8c11f
commit 2d28679a66

View File

@@ -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"