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 /meta-emenlow/conf | |
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>
Diffstat (limited to 'meta-emenlow/conf')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 4 |
1 files changed, 3 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 | ||