summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-07-30 14:53:37 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-07-30 14:53:37 -0700
commit40f50303c5e10ed32719ed3c5bf3d6078428ef17 (patch)
treeeaea322856299cc58124966165116235057b8934
parent54bb4b4abd1a171f608b06d91036640607647b2a (diff)
downloadpoky-40f50303c5e10ed32719ed3c5bf3d6078428ef17.tar.gz
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>
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf4
-rw-r--r--meta/packages/hal/hal.inc1
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index e5f85a7775..311631462e 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -5,10 +5,12 @@
5# Webs-2120 box. 5# Webs-2120 box.
6 6
7TARGET_ARCH = "i586" 7TARGET_ARCH = "i586"
8PACKAGE_EXTRA_ARCHS = "x86 core2" 8PACKAGE_EXTRA_ARCHS = "x86 emen"
9 9
10include conf/machine/include/tune-atom.inc 10include conf/machine/include/tune-atom.inc
11 11
12BASE_PACKAGE_ARCH="emen"
13
12MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ 14MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
13 acpi serial usbgadget" 15 acpi serial usbgadget"
14 16
diff --git a/meta/packages/hal/hal.inc b/meta/packages/hal/hal.inc
index cacc67bd16..29ceadcfa6 100644
--- a/meta/packages/hal/hal.inc
+++ b/meta/packages/hal/hal.inc
@@ -34,6 +34,7 @@ EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
34MY_ARCH := "${PACKAGE_ARCH}" 34MY_ARCH := "${PACKAGE_ARCH}"
35PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'acpi', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" 35PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'acpi', '${MACHINE_ARCH}', '${MY_ARCH}',d)}"
36PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'pci', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" 36PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'pci', '${MACHINE_ARCH}', '${MY_ARCH}',d)}"
37PACKAGE_ARCH_emenlow := "${PACKAGE_ARCH}"
37 38
38do_install_append() { 39do_install_append() {
39 install -d ${D}/etc/default/volatiles 40 install -d ${D}/etc/default/volatiles