diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-14 13:41:01 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-14 16:46:49 -0500 |
commit | b0ea14c276bd7d3e4fb80b8a7f495dfe8efa74b5 (patch) | |
tree | 6d095ff0ddc59fb864d3097aab2cbb2c053a63a2 /meta-crownbay/conf/machine/crownbay-noemgd.conf | |
parent | 92477bdb3d1f4a10cb30a261753cf959b52aab8a (diff) | |
download | meta-intel-b0ea14c276bd7d3e4fb80b8a7f495dfe8efa74b5.tar.gz |
crownbay-noemgd: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS
PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom
include following it, preventing the atom BASE_PACKAGE_ARCH from being
included in the final PACKAGE_ARCHS and causing do_rootfs to fail.
Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf
file and allow the values in tune-atom to be used as intended.
Fixes [BUGID #986].
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crownbay/conf/machine/crownbay-noemgd.conf')
-rw-r--r-- | meta-crownbay/conf/machine/crownbay-noemgd.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index 8c2ba990..2c664259 100644 --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf | |||
@@ -5,12 +5,9 @@ | |||
5 | # i.e. E660 + EG20T | 5 | # i.e. E660 + EG20T |
6 | 6 | ||
7 | TARGET_ARCH = "i586" | 7 | TARGET_ARCH = "i586" |
8 | PACKAGE_EXTRA_ARCHS = "x86 atom" | ||
9 | 8 | ||
10 | include conf/machine/include/tune-atom.inc | 9 | include conf/machine/include/tune-atom.inc |
11 | 10 | ||
12 | BASE_PACKAGE_ARCH="atom" | ||
13 | |||
14 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | 11 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ |
15 | acpi serial usbgadget" | 12 | acpi serial usbgadget" |
16 | 13 | ||