summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-03-18 13:43:42 +0000
committerDarren Hart <dvhart@linux.intel.com>2011-03-18 09:57:37 -0700
commit837edd3c95e816a775b65aa819149fe682e041d2 (patch)
treec4cb7f22010d764298953930126d7b48a4252fc0
parent6ddf87a8e9a504af3d07b298585fd8a4914c7966 (diff)
downloadmeta-intel-837edd3c95e816a775b65aa819149fe682e041d2.tar.gz
emenlow.conf: no need to set PACKAGE_EXTRA_ARCHS
x86 and core2 are added to this variable by the tune-atom.inc file Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 78fec25c..db98706e 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -5,7 +5,6 @@
5# Webs-2120 box. 5# Webs-2120 box.
6 6
7TARGET_ARCH = "i586" 7TARGET_ARCH = "i586"
8PACKAGE_EXTRA_ARCHS = "x86 core2"
9 8
10include conf/machine/include/tune-atom.inc 9include conf/machine/include/tune-atom.inc
11 10