From bb3228cc19ea412d809d59af34634abb81a115f8 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 1 Aug 2018 10:41:07 +0800 Subject: genericx86-common.inc: add kernel-modules to RRECOMMENDS Now that kernel-modules are not included in x86-base.inc because of changes done for YOCTO #12384, add them to RRECOMMENDS explicitly for genericx86*. (From meta-yocto rev: 0b78254b373c23f2c1a2bf7db0108a350266ab85) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto-bsp') 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} \ ${XSERVER_X86_MODESETTING} \ " -MACHINE_EXTRA_RRECOMMENDS += "linux-firmware eee-acpi-scripts" +MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware eee-acpi-scripts" GLIBC_ADDONS = "nptl" -- cgit v1.2.3-54-g00ecf