[oe-commits] [openembedded-core] 22/32: machine: make inclusion of kernel-modules consistent

git at git.openembedded.org git at git.openembedded.org
Wed May 9 10:25:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f6280c0d8cf1d9aaa12d18ef0ce71d18aafafa00
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Sun Apr 22 11:09:26 2018 +0300

    machine: make inclusion of kernel-modules consistent
    
    Now, only qemumips and qemumips64 include kernel-modules.
    Make it consistent across the machines to avoid confusion.
    
    [YOCTO #12383]
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/machine/qemuarm.conf    | 1 +
 meta/conf/machine/qemuarm64.conf  | 1 +
 meta/conf/machine/qemuppc.conf    | 1 +
 meta/conf/machine/qemux86-64.conf | 1 +
 meta/conf/machine/qemux86.conf    | 1 +
 5 files changed, 5 insertions(+)

diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf
index 9403b1e..c323520 100644
--- a/meta/conf/machine/qemuarm.conf
+++ b/meta/conf/machine/qemuarm.conf
@@ -9,6 +9,7 @@ require conf/machine/include/tune-arm926ejs.inc
 KERNEL_IMAGETYPE = "zImage"
 
 SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;ttyAMA1"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
 # For runqemu
 QB_SYSTEM_NAME = "qemu-system-arm"
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf
index 242889a..9646fff 100644
--- a/meta/conf/machine/qemuarm64.conf
+++ b/meta/conf/machine/qemuarm64.conf
@@ -8,6 +8,7 @@ require conf/machine/include/qemu.inc
 KERNEL_IMAGETYPE = "Image"
 
 SERIAL_CONSOLES ?= "38400;ttyAMA0 38400;hvc0"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
 # For runqemu
 QB_SYSTEM_NAME = "qemu-system-aarch64"
diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf
index 537b2f6..1011d23 100644
--- a/meta/conf/machine/qemuppc.conf
+++ b/meta/conf/machine/qemuppc.conf
@@ -10,6 +10,7 @@ TARGET_CC_KERNEL_ARCH = "-mno-spe"
 KERNEL_IMAGETYPE = "vmlinux"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
 # For runqemu
 QB_SYSTEM_NAME = "qemu-system-ppc"
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index fcc4459..64db9e4 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -15,6 +15,7 @@ require conf/machine/include/qemuboot-x86.inc
 KERNEL_IMAGETYPE = "bzImage"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
 XSERVER = "xserver-xorg \
            ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index c53f7a9..ea43421 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -14,6 +14,7 @@ require conf/machine/include/qemuboot-x86.inc
 KERNEL_IMAGETYPE = "bzImage"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
 XSERVER = "xserver-xorg \
            ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list