summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-08-31 15:53:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 12:13:38 +0100
commitcd0dcb1aef9b0e305c6e89153250de531fb891ba (patch)
tree88cb7684a857ef6e360d6b31d39e2b9d5a4dd455 /meta-yocto-bsp
parent530aceebc1743b6e279bf9d1c13c841739b6bb14 (diff)
downloadpoky-cd0dcb1aef9b0e305c6e89153250de531fb891ba.tar.gz
genericx86-common.inc: remove eee-acpi-scripts
Asus EEEpc hardware hasn't been produced for a long time; upstream repo is now gone. (From meta-yocto rev: 76cd3a475ebce4ae26fc3aae0f2b43628926f7b0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/include/genericx86-common.inc2
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 c71ff9b125..f83ce5c594 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_X86_BASE} \
13 ${XSERVER_X86_MODESETTING} \ 13 ${XSERVER_X86_MODESETTING} \
14 " 14 "
15 15
16MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware eee-acpi-scripts" 16MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
17 17
18GLIBC_ADDONS = "nptl" 18GLIBC_ADDONS = "nptl"
19 19