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 | |
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')
-rw-r--r-- | meta/conf/machine/include/x86-base.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemumips.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemumips64.conf | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc index 0edcea7f56..be037beb29 100644 --- a/meta/conf/machine/include/x86-base.inc +++ b/meta/conf/machine/include/x86-base.inc | |||
@@ -8,8 +8,6 @@ | |||
8 | MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ | 8 | MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ |
9 | acpi serial usbgadget alsa" | 9 | acpi serial usbgadget alsa" |
10 | 10 | ||
11 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" | ||
12 | |||
13 | IMAGE_FSTYPES ?= "hddimg" | 11 | IMAGE_FSTYPES ?= "hddimg" |
14 | 12 | ||
15 | KERNEL_IMAGETYPE ?= "bzImage" | 13 | KERNEL_IMAGETYPE ?= "bzImage" |
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" | ||
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" | |||
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" | ||