]> code.ossystems Code Review - openembedded-core.git/commitdiff
eee901: Add acpi and eee-acpi-scripts
authorSamuel Ortiz <sameo@openedhand.com>
Thu, 25 Sep 2008 15:06:11 +0000 (15:06 +0000)
committerSamuel Ortiz <sameo@openedhand.com>
Thu, 25 Sep 2008 15:06:11 +0000 (15:06 +0000)
We can now suspend/resume the eee901 through the Fn keys.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5273 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/eee901.conf

index 54d75c2c0aeed11fb050db412ce40ff6848511a9..94e3c14fac68141fc2c059f1ebc9d46a45cd1ac7 100644 (file)
@@ -8,7 +8,8 @@ PACKAGE_EXTRA_ARCHS = "x86"
 
 include conf/machine/include/tune-atom.inc
 
-MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi"
+MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \
+                    acpi"
 
 KERNEL_IMAGETYPE = "bzImage"
 
@@ -25,7 +26,7 @@ MACHINE_DRI_MODULES = "i915"
 
 MACHINE_EXTRA_RDEPENDS = "rt2860"
 
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
 
 GUI_MACHINE_CLASS = "bigscreen"