diff options
| author | Saul Wold <Saul.Wold@intel.com> | 2010-07-30 14:53:37 -0700 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-30 14:53:37 -0700 |
| commit | 40f50303c5e10ed32719ed3c5bf3d6078428ef17 (patch) | |
| tree | eaea322856299cc58124966165116235057b8934 | |
| parent | 54bb4b4abd1a171f608b06d91036640607647b2a (diff) | |
| download | poky-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.conf | 4 | ||||
| -rw-r--r-- | meta/packages/hal/hal.inc | 1 |
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 | ||
| 7 | TARGET_ARCH = "i586" | 7 | TARGET_ARCH = "i586" |
| 8 | PACKAGE_EXTRA_ARCHS = "x86 core2" | 8 | PACKAGE_EXTRA_ARCHS = "x86 emen" |
| 9 | 9 | ||
| 10 | include conf/machine/include/tune-atom.inc | 10 | include conf/machine/include/tune-atom.inc |
| 11 | 11 | ||
| 12 | BASE_PACKAGE_ARCH="emen" | ||
| 13 | |||
| 12 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | 14 | MACHINE_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 \ | |||
| 34 | MY_ARCH := "${PACKAGE_ARCH}" | 34 | MY_ARCH := "${PACKAGE_ARCH}" |
| 35 | PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'acpi', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" | 35 | PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'acpi', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" |
| 36 | PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'pci', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" | 36 | PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'pci', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" |
| 37 | PACKAGE_ARCH_emenlow := "${PACKAGE_ARCH}" | ||
| 37 | 38 | ||
| 38 | do_install_append() { | 39 | do_install_append() { |
| 39 | install -d ${D}/etc/default/volatiles | 40 | install -d ${D}/etc/default/volatiles |
