diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-02-25 09:07:49 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-25 09:07:49 -0800 |
commit | 72041c637930a3098cd211b72c8e1979db559108 (patch) | |
tree | 8b0c07b6e1a7b481cb92097f7af5c895aff39de2 /meta-emenlow | |
parent | 766c20ef2141d058f15074e866313ab119332ea8 (diff) | |
download | meta-intel-72041c637930a3098cd211b72c8e1979db559108.tar.gz |
emenlow.conf: Change PACKAGE_EXTRA_ARCHS and BASE_PACKAGE_ARCH to core2
After machine specific sysroot is implemented, emenlow and atom-pc
could build together as one architecture. Thus change emenlow
architecture back to core2.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 5fff582d..78fec25c 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
@@ -5,11 +5,11 @@ | |||
5 | # Webs-2120 box. | 5 | # Webs-2120 box. |
6 | 6 | ||
7 | TARGET_ARCH = "i586" | 7 | TARGET_ARCH = "i586" |
8 | PACKAGE_EXTRA_ARCHS = "x86 emen" | 8 | PACKAGE_EXTRA_ARCHS = "x86 core2" |
9 | 9 | ||
10 | include conf/machine/include/tune-atom.inc | 10 | include conf/machine/include/tune-atom.inc |
11 | 11 | ||
12 | BASE_PACKAGE_ARCH="emen" | 12 | BASE_PACKAGE_ARCH="core2" |
13 | 13 | ||
14 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | 14 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ |
15 | acpi serial usbgadget" | 15 | acpi serial usbgadget" |