mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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 <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fae1ccdcf5
commit
bb3228cc19
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user