[OE-core] [PATCH] machine: make inclusion of kernel-modules consistent

Maxin B. John maxin.john at intel.com
Sun Apr 22 08:09:26 UTC 2018


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>
---
 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)} \
-- 
2.4.0




More information about the Openembedded-core mailing list