diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-05-14 16:02:20 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-18 14:22:27 +0100 |
commit | 53d98d76fd05e3f9204f27788eaadf34a7fb1b7f (patch) | |
tree | ef207f73704c88cd4ba2cef83f347e29b36480d5 /meta/conf/machine/qemumips.conf | |
parent | bad2fe6498cf2720e31f5853a96eb56e7eb77ea5 (diff) | |
download | poky-53d98d76fd05e3f9204f27788eaadf34a7fb1b7f.tar.gz |
Move all QEMU machines to use a common kernel recipe set and version
The different kernel recipes encapsulate functionality groups for machines,
therefore it makes sense to have all the QEMU machines using the same kernel
recipe.
Switch the QEMU machines to default to the "linux" recipes for their kernel
and bump the latest recipe from linux-2.6.32 to 2.6.33.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/conf/machine/qemumips.conf')
-rw-r--r-- | meta/conf/machine/qemumips.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf index d0040dede9..4cba267884 100644 --- a/meta/conf/machine/qemumips.conf +++ b/meta/conf/machine/qemumips.conf | |||
@@ -11,5 +11,4 @@ KERNEL_IMAGETYPE = "vmlinux.bin" | |||
11 | 11 | ||
12 | SERIAL_CONSOLE = "115200 ttyS0" | 12 | SERIAL_CONSOLE = "115200 ttyS0" |
13 | 13 | ||
14 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | ||
15 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 14 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |