summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e35685cb22..c71ff9b125 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 += "linux-firmware eee-acpi-scripts" 16MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware eee-acpi-scripts"
17 17
18GLIBC_ADDONS = "nptl" 18GLIBC_ADDONS = "nptl"
19 19