All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu: add recommend of kernel-modules for all qemu machines
@ 2013-09-04 16:22 Ross Burton
  2013-09-04 22:01 ` Richard Purdie
  0 siblings, 1 reply; 10+ messages in thread
From: Ross Burton @ 2013-09-04 16:22 UTC (permalink / raw)
  To: openembedded-core

Only qemumips was recommending kernel-modules which meant that the other qemu
machines were missing some kernel modules, for example binfmt-misc.

Move the recommends to qemu.inc so that all qemu machines pull in the kernel
modules that have been built.

[ YOCTO #4863 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/conf/machine/include/qemu.inc |    2 ++
 meta/conf/machine/qemumips.conf    |    2 --
 meta/conf/machine/qemumips64.conf  |    2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 545f8d1..7baf13e 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -27,3 +27,5 @@ EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
 
 # Provide the nfs server kernel module for all qemu images
 KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
+
+MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf
index ce1c419..89721a6 100644
--- a/meta/conf/machine/qemumips.conf
+++ b/meta/conf/machine/qemumips.conf
@@ -9,5 +9,3 @@ KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
 
 SERIAL_CONSOLE = "115200 ttyS0"
-
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf
index b2c7998..7ba98cb 100644
--- a/meta/conf/machine/qemumips64.conf
+++ b/meta/conf/machine/qemumips64.conf
@@ -9,5 +9,3 @@ KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
 
 SERIAL_CONSOLE = "115200 ttyS0"
-
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-09-05 14:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-04 16:22 [PATCH] qemu: add recommend of kernel-modules for all qemu machines Ross Burton
2013-09-04 22:01 ` Richard Purdie
2013-09-05  0:51   ` Bruce Ashfield
2013-09-05  7:11     ` Martin Jansa
2013-09-05 10:20       ` Burton, Ross
2013-09-05 10:45         ` Burton, Ross
2013-09-05 13:09           ` Stanacar, StefanX
2013-09-05 14:19             ` Burton, Ross
2013-09-05 14:39               ` Burton, Ross
2013-09-05 12:21       ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.