From 29b30b7a011d67e5bb38ce4f7cc2baad448cba31 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 2 Jan 2011 21:28:23 +0100 Subject: [PATCH] angstrom: add old-style override for SOC_FAMILY --- conf/distro/include/angstrom.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 58200f9..e1ad17c 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -19,6 +19,7 @@ ONLINE_PACKAGE_MANAGEMENT = "full" # Add FEED_ARCH and SOC_FAMILY to overrides MACHINE_OVERRIDES += "${FEED_ARCH} ${SOC_FAMILY}" +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"