diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-08-01 10:41:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-02 09:30:49 +0100 |
commit | bb3228cc19ea412d809d59af34634abb81a115f8 (patch) | |
tree | b6b9642261cd76f4412df116f345d0c84687f0ba | |
parent | fae1ccdcf5696770774679bcbedd083ad777b039 (diff) | |
download | poky-bb3228cc19ea412d809d59af34634abb81a115f8.tar.gz |
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>
-rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 |
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 | ||
16 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware eee-acpi-scripts" | 16 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware eee-acpi-scripts" |
17 | 17 | ||
18 | GLIBC_ADDONS = "nptl" | 18 | GLIBC_ADDONS = "nptl" |
19 | 19 | ||