summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-09-25 15:06:11 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-09-25 15:06:11 +0000
commit7970ac77960094a2589f72f6c363e120d000ce00 (patch)
tree8e2770e412b928528723547b97a6b03c5d06b5f9 /meta/conf/machine
parent4a91a284b528c06d6132a8bba2d1e5efc6936926 (diff)
downloadpoky-7970ac77960094a2589f72f6c363e120d000ce00.tar.gz
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
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/eee901.conf5
1 files changed, 3 insertions, 2 deletions
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"
8 8
9include conf/machine/include/tune-atom.inc 9include conf/machine/include/tune-atom.inc
10 10
11MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi" 11MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \
12 acpi"
12 13
13KERNEL_IMAGETYPE = "bzImage" 14KERNEL_IMAGETYPE = "bzImage"
14 15
@@ -25,7 +26,7 @@ MACHINE_DRI_MODULES = "i915"
25 26
26MACHINE_EXTRA_RDEPENDS = "rt2860" 27MACHINE_EXTRA_RDEPENDS = "rt2860"
27 28
28MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 29MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
29 30
30GUI_MACHINE_CLASS = "bigscreen" 31GUI_MACHINE_CLASS = "bigscreen"
31 32