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:59:52 -0700
commit60cc271adb77da53b26975b3fc62998a4a2536d5 (patch)
treec4cb7f22010d764298953930126d7b48a4252fc0
parent49bffc5de0226fb1a215200d800189aaf286970b (diff)
downloadmeta-intel-60cc271adb77da53b26975b3fc62998a4a2536d5.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