emenlow: Add BASE_PACKAGE_ARCH and modification to hal.inc for emenlow

[BUGID #171] [Netbook] Xserver version mismatch makes mouse/keyboard not work

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold 2010-07-30 14:53:37 -07:00
parent 54bb4b4abd
commit 40f50303c5
2 changed files with 4 additions and 1 deletions

View File

@ -5,10 +5,12 @@
# Webs-2120 box.
TARGET_ARCH = "i586"
PACKAGE_EXTRA_ARCHS = "x86 core2"
PACKAGE_EXTRA_ARCHS = "x86 emen"
include conf/machine/include/tune-atom.inc
BASE_PACKAGE_ARCH="emen"
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
acpi serial usbgadget"

View File

@ -34,6 +34,7 @@ EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
MY_ARCH := "${PACKAGE_ARCH}"
PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'acpi', '${MACHINE_ARCH}', '${MY_ARCH}',d)}"
PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'pci', '${MACHINE_ARCH}', '${MY_ARCH}',d)}"
PACKAGE_ARCH_emenlow := "${PACKAGE_ARCH}"
do_install_append() {
install -d ${D}/etc/default/volatiles