diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-14 13:42:08 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-14 16:47:03 -0500 |
| commit | 63f535fa0a8d743c95f88ccbd7aca83d1463c198 (patch) | |
| tree | 8a7181582fe24fccbc6cc5eb5915a74d157e6f7c | |
| parent | b0ea14c276bd7d3e4fb80b8a7f495dfe8efa74b5 (diff) | |
| download | meta-intel-63f535fa0a8d743c95f88ccbd7aca83d1463c198.tar.gz | |
fishriver: 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.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-fishriver/conf/machine/fishriver.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf index a88c2050..2c81a79f 100644 --- a/meta-fishriver/conf/machine/fishriver.conf +++ b/meta-fishriver/conf/machine/fishriver.conf | |||
| @@ -5,12 +5,9 @@ | |||
| 5 | # i.e. Z530/E660 + EG20T | 5 | # i.e. Z530/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 | ||
