diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-01-18 16:19:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-25 12:25:46 +0000 |
commit | 6dc67915365d8455c22a411e231e71a72814b889 (patch) | |
tree | d0af27b571cb690f89d1497d678c5b673ce86a89 | |
parent | 7f41f1a8888a1f7f091101d19b9b0c4787f5a6fc (diff) | |
download | poky-6dc67915365d8455c22a411e231e71a72814b889.tar.gz |
emenlow: 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>
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index d4234ffba7..faedfe541c 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" |
@@ -45,4 +45,4 @@ GLIBC_ADDONS = "nptl" | |||
45 | GLIBC_EXTRA_OECONF = "--with-tls" | 45 | GLIBC_EXTRA_OECONF = "--with-tls" |
46 | 46 | ||
47 | SRCREV_machine_pn-linux-yocto-stable_emenlow ?= "aae69fdf104b0a9d7b3710f808aac6ab303490f7" | 47 | SRCREV_machine_pn-linux-yocto-stable_emenlow ?= "aae69fdf104b0a9d7b3710f808aac6ab303490f7" |
48 | SRCREV_meta_pn-linux-yocto-stable_emenlow ?= "50ccd2b3213b6a1bacb3f898c035119802dac420" \ No newline at end of file | 48 | SRCREV_meta_pn-linux-yocto-stable_emenlow ?= "50ccd2b3213b6a1bacb3f898c035119802dac420" |