From 7970ac77960094a2589f72f6c363e120d000ce00 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 25 Sep 2008 15:06:11 +0000 Subject: eee901: Add acpi and eee-acpi-scripts 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/conf/machine') diff --git a/meta/conf/machine/eee901.conf b/meta/conf/machine/eee901.conf index 54d75c2c0a..94e3c14fac 100644 --- a/meta/conf/machine/eee901.conf +++ b/meta/conf/machine/eee901.conf @@ -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" -- cgit v1.2.3-54-g00ecf