summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-05-14 13:41:01 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-05-19 11:20:31 -0500
commit4c6271df294ae41ea5f4741c9fe86e1186c8b877 (patch)
tree5175e9d5a74e2a19d1724862093eac08cc884e8b
parent65422458dec79f98d4b61e7415efb7948b28604e (diff)
downloadmeta-intel-4c6271df294ae41ea5f4741c9fe86e1186c8b877.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>
-rw-r--r--meta-crownbay/conf/machine/crownbay-noemgd.conf3
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 7e07e724..09071e28 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
7TARGET_ARCH = "i586" 7TARGET_ARCH = "i586"
8PACKAGE_EXTRA_ARCHS = "x86 atom"
9 8
10include conf/machine/include/tune-atom.inc 9include conf/machine/include/tune-atom.inc
11 10
12BASE_PACKAGE_ARCH="atom"
13
14MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ 11MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
15 acpi serial usbgadget" 12 acpi serial usbgadget"
16 13