From b0ea14c276bd7d3e4fb80b8a7f495dfe8efa74b5 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sat, 14 May 2011 13:41:01 -0500 Subject: 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 --- meta-crownbay/conf/machine/crownbay-noemgd.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-crownbay/conf/machine/crownbay-noemgd.conf') 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 @@ # i.e. E660 + EG20T TARGET_ARCH = "i586" -PACKAGE_EXTRA_ARCHS = "x86 atom" include conf/machine/include/tune-atom.inc -BASE_PACKAGE_ARCH="atom" - MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ acpi serial usbgadget" -- cgit v1.2.3-54-g00ecf