summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemumips64.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:11 +0100
commitfae1ccdcf5696770774679bcbedd083ad777b039 (patch)
tree7500e4600541cc4807d45bded159817ec9eec432 /meta/conf/machine/qemumips64.conf
parent581a2cb7f8dfc88af785d55ef5ce40b0939c465b (diff)
downloadpoky-fae1ccdcf5696770774679bcbedd083ad777b039.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] (From OE-Core rev: 1c4d9f46d5d94ea15d0c0d68c412ec05b9f51820) 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/qemumips64.conf')
-rw-r--r--meta/conf/machine/qemumips64.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf
index 3f91cbe177..a166a1031c 100644
--- a/meta/conf/machine/qemumips64.conf
+++ b/meta/conf/machine/qemumips64.conf
@@ -10,5 +10,3 @@ KERNEL_IMAGETYPE = "vmlinux"
10KERNEL_ALT_IMAGETYPE = "vmlinux.bin" 10KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
11 11
12SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" 12SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
13
14MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"