]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
machine: remove kernel-modules from RRECOMMENDS
authorMaxin B. John <maxin.john@intel.com>
Tue, 31 Jul 2018 14:15:45 +0000 (17:15 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Aug 2018 08:30:06 +0000 (09:30 +0100)
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>
meta/conf/machine/include/x86-base.inc
meta/conf/machine/qemumips.conf
meta/conf/machine/qemumips64.conf

index 0edcea7f561fd8808fe29fe83e1dfe0a9a71dafa..be037beb290fcc251328c11041486ff92bb99e65 100644 (file)
@@ -8,8 +8,6 @@
 MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
                      acpi serial usbgadget alsa"
 
-MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
-
 IMAGE_FSTYPES ?= "hddimg"
 
 KERNEL_IMAGETYPE ?= "bzImage"
index 986315a64a9fbb06060a082138d2b0d81f6a7be9..a60f67aa8794ad085b1e7117e5b8258e7e1a4aff 100644 (file)
@@ -10,5 +10,3 @@ KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
-
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
index 3f91cbe1777a0744e65ab27bdf9519b71dd21eed..a166a1031c830a0c29795768e475701e28024c68 100644 (file)
@@ -10,5 +10,3 @@ KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
-
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"