diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-15 11:58:39 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:27 +0000 |
| commit | 27acf4fac6ee4c7e34b3cd4d0e48cdd0f521de6c (patch) | |
| tree | b96cd0d79902f5d286ed2eab973e4a82e2fd4f57 | |
| parent | 17c155b9c34f4bcdaa3528cc3b2bbefeaef45859 (diff) | |
| download | poky-27acf4fac6ee4c7e34b3cd4d0e48cdd0f521de6c.tar.gz | |
ia32-base.inc: remove eee-acpi-scripts from MACHINE_EXTRA_RRECOMMENDS
We shouldn't bring this in unconditionally for all ia32 machines.
(From OE-Core rev: d573d424788d56c6fee02c1ee0cdeb96fe610b85)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/machine/include/ia32-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32-base.inc index e58a31478d..8a20bcad1c 100644 --- a/meta/conf/machine/include/ia32-base.inc +++ b/meta/conf/machine/include/ia32-base.inc | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ | 8 | MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ |
| 9 | acpi serial usbgadget alsa" | 9 | acpi serial usbgadget alsa" |
| 10 | 10 | ||
| 11 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts" | 11 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" |
| 12 | 12 | ||
| 13 | IMAGE_FSTYPES += "ext3 cpio.gz live" | 13 | IMAGE_FSTYPES += "ext3 cpio.gz live" |
| 14 | 14 | ||
