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:59:52 -0700 |
| commit | 60cc271adb77da53b26975b3fc62998a4a2536d5 (patch) | |
| tree | c4cb7f22010d764298953930126d7b48a4252fc0 | |
| parent | 49bffc5de0226fb1a215200d800189aaf286970b (diff) | |
| download | meta-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.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 | ||
