diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-03-18 13:43:42 +0000 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2011-03-18 09:57:37 -0700 |
commit | 837edd3c95e816a775b65aa819149fe682e041d2 (patch) | |
tree | c4cb7f22010d764298953930126d7b48a4252fc0 | |
parent | 6ddf87a8e9a504af3d07b298585fd8a4914c7966 (diff) | |
download | meta-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.conf | 1 |
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 | ||
7 | TARGET_ARCH = "i586" | 7 | TARGET_ARCH = "i586" |
8 | PACKAGE_EXTRA_ARCHS = "x86 core2" | ||
9 | 8 | ||
10 | include conf/machine/include/tune-atom.inc | 9 | include conf/machine/include/tune-atom.inc |
11 | 10 | ||