From 53d98d76fd05e3f9204f27788eaadf34a7fb1b7f Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 14 May 2010 16:02:20 +0100 Subject: 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 --- meta/conf/machine/qemuppc.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf/machine/qemuppc.conf') diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf index 9baa893cf8..91abb0792a 100644 --- a/meta/conf/machine/qemuppc.conf +++ b/meta/conf/machine/qemuppc.conf @@ -11,4 +11,3 @@ KERNEL_IMAGETYPE = "uImage" SERIAL_CONSOLE = "115200 ttyS0" -PREFERRED_PROVIDER_virtual/kernel = "linux" -- cgit 1.2.3-korg