summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-02-25 09:07:49 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-25 09:07:49 -0800
commit72041c637930a3098cd211b72c8e1979db559108 (patch)
tree8b0c07b6e1a7b481cb92097f7af5c895aff39de2 /meta-emenlow
parent766c20ef2141d058f15074e866313ab119332ea8 (diff)
downloadmeta-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.conf4
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
7TARGET_ARCH = "i586" 7TARGET_ARCH = "i586"
8PACKAGE_EXTRA_ARCHS = "x86 emen" 8PACKAGE_EXTRA_ARCHS = "x86 core2"
9 9
10include conf/machine/include/tune-atom.inc 10include conf/machine/include/tune-atom.inc
11 11
12BASE_PACKAGE_ARCH="emen" 12BASE_PACKAGE_ARCH="core2"
13 13
14MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ 14MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
15 acpi serial usbgadget" 15 acpi serial usbgadget"