summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemumips.conf
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2018-07-31 17:15:45 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-02 09:30:06 +0100
commit1c4d9f46d5d94ea15d0c0d68c412ec05b9f51820 (patch)
tree0190cd3cbbdf1edb3d11e2deae1cbc2f5cdb1e11 /meta/conf/machine/qemumips.conf
parent3b0b16300b351878790729d6270cd113bca73eff (diff)
downloadopenembedded-core-contrib-1c4d9f46d5d94ea15d0c0d68c412ec05b9f51820.tar.gz
machine: remove kernel-modules from RRECOMMENDS
qemumips,qemumips64 and x86 based machines include kernel-modules by default. Remove the kernel modules from RRECOMMENDS to make it consistent across the machines. Tested using core-image-sato on qemumips, qemumips64, qemux86 and qemux86-64 [YOCTO #12383] Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemumips.conf')
-rw-r--r--meta/conf/machine/qemumips.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf
index 986315a64a..a60f67aa87 100644
--- a/meta/conf/machine/qemumips.conf
+++ b/meta/conf/machine/qemumips.conf
@@ -10,5 +10,3 @@ KERNEL_IMAGETYPE = "vmlinux"
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
-
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"