]> code.ossystems Code Review - openembedded-core.git/commit
Move all QEMU machines to use a common kernel recipe set and version
authorJoshua Lock <josh@linux.intel.com>
Fri, 14 May 2010 15:02:20 +0000 (16:02 +0100)
committerJoshua Lock <josh@linux.intel.com>
Tue, 18 May 2010 13:22:27 +0000 (14:22 +0100)
commit53d98d76fd05e3f9204f27788eaadf34a7fb1b7f
treeef207f73704c88cd4ba2cef83f347e29b36480d5
parentbad2fe6498cf2720e31f5853a96eb56e7eb77ea5
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>
meta/conf/machine/include/qemu.inc
meta/conf/machine/qemuarm.conf
meta/conf/machine/qemumips.conf
meta/conf/machine/qemuppc.conf
meta/conf/machine/qemux86.conf
meta/packages/linux/linux-2.6.33/mpc8313erdb/defconfig [moved from meta/packages/linux/linux-2.6.32/mpc8313erdb/defconfig with 100% similarity]
meta/packages/linux/linux-2.6.33/qemuarm/defconfig [new file with mode: 0644]
meta/packages/linux/linux-2.6.33/qemumips/defconfig [new file with mode: 0644]
meta/packages/linux/linux-2.6.33/qemuppc/defconfig [moved from meta/packages/linux/linux-2.6.32/qemuppc/defconfig with 100% similarity]
meta/packages/linux/linux-2.6.33/qemux86/defconfig [moved from meta/packages/linux/linux-2.6.32/qemux86/defconfig with 100% similarity]
meta/packages/linux/linux_2.6.33.bb [moved from meta/packages/linux/linux_2.6.32.bb with 76% similarity]