diff options
| author | Maxin B. John <maxin.john@intel.com> | 2018-07-31 17:15:45 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-02 09:30:11 +0100 |
| commit | fae1ccdcf5696770774679bcbedd083ad777b039 (patch) | |
| tree | 7500e4600541cc4807d45bded159817ec9eec432 /meta/conf/machine/qemumips.conf | |
| parent | 581a2cb7f8dfc88af785d55ef5ce40b0939c465b (diff) | |
| download | poky-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/qemumips.conf')
| -rw-r--r-- | meta/conf/machine/qemumips.conf | 2 |
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" | |||
| 10 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | 10 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" |
| 11 | 11 | ||
| 12 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" | 12 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" |
| 13 | |||
| 14 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
