From 76cd3a475ebce4ae26fc3aae0f2b43628926f7b0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 31 Aug 2018 15:53:57 +0200 Subject: genericx86-common.inc: remove eee-acpi-scripts Asus EEEpc hardware hasn't been produced for a long time; upstream repo is now gone. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \ ${XSERVER_X86_MODESETTING} \ " -MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware eee-acpi-scripts" +MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" GLIBC_ADDONS = "nptl" -- cgit 1.2.3-korg