diff options
| author | Samuel Ortiz <sameo@openedhand.com> | 2008-09-25 15:06:11 +0000 |
|---|---|---|
| committer | Samuel Ortiz <sameo@openedhand.com> | 2008-09-25 15:06:11 +0000 |
| commit | 7970ac77960094a2589f72f6c363e120d000ce00 (patch) | |
| tree | 8e2770e412b928528723547b97a6b03c5d06b5f9 | |
| parent | 4a91a284b528c06d6132a8bba2d1e5efc6936926 (diff) | |
| download | poky-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
| -rw-r--r-- | meta/conf/machine/eee901.conf | 5 |
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 | ||
| 9 | include conf/machine/include/tune-atom.inc | 9 | include conf/machine/include/tune-atom.inc |
| 10 | 10 | ||
| 11 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi" | 11 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \ |
| 12 | acpi" | ||
| 12 | 13 | ||
| 13 | KERNEL_IMAGETYPE = "bzImage" | 14 | KERNEL_IMAGETYPE = "bzImage" |
| 14 | 15 | ||
| @@ -25,7 +26,7 @@ MACHINE_DRI_MODULES = "i915" | |||
| 25 | 26 | ||
| 26 | MACHINE_EXTRA_RDEPENDS = "rt2860" | 27 | MACHINE_EXTRA_RDEPENDS = "rt2860" |
| 27 | 28 | ||
| 28 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 29 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" |
| 29 | 30 | ||
| 30 | GUI_MACHINE_CLASS = "bigscreen" | 31 | GUI_MACHINE_CLASS = "bigscreen" |
| 31 | 32 | ||
