diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-15 11:59:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-21 14:20:27 +0000 |
commit | 2674ad5b1c70769c784f52c8413661a4ac57565d (patch) | |
tree | f16b925105898bab5f960ebfde62d9aeb201571a /meta-yocto-bsp/conf/machine/include | |
parent | 725fae65810c477882f7f9d02561362b3f603db0 (diff) | |
download | poky-2674ad5b1c70769c784f52c8413661a4ac57565d.tar.gz |
genericx86-common.inc: add eee-acpi-scripts to MACHINE_EXTRA_RRECOMMENDS
Add this back here after removing it from ia32-base.inc in OE-Core.
(From meta-yocto rev: 0574bbe01b48df0f4671b5cff11de79b0c29d481)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/include')
-rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 67a880fc29..c5ef35864b 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |||
@@ -13,7 +13,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ | |||
13 | ${XSERVER_IA32_MODESETTING} \ | 13 | ${XSERVER_IA32_MODESETTING} \ |
14 | " | 14 | " |
15 | 15 | ||
16 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d" | 16 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d eee-acpi-scripts" |
17 | 17 | ||
18 | GLIBC_ADDONS = "nptl" | 18 | GLIBC_ADDONS = "nptl" |
19 | 19 | ||