omap3-pandora.conf: Move the machine config to use the in-tree 2.6.37 kernel.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Sun, 27 Feb 2011 15:10:00 +0000 (15:10 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 4 Apr 2011 19:15:50 +0000 (20:15 +0100)
* This config 'was' using a kernel found in the OpenPandora OE overlay.
  It is now using the 2.6.37 recipe for the machine by default.

conf/machine/omap3-pandora.conf

index 5ce8b41..d84ce6c 100644 (file)
@@ -5,7 +5,6 @@
 
 TARGET_ARCH = "arm"
 
-
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-omap3pandora"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
@@ -35,7 +34,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
 require conf/machine/include/omap3.inc
 
 # Put it below omap3.inc as we override the kernel and PR here
-PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
+PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
 MACHINE_KERNEL_PR = "r3"
 
 # Use our 'Powered by Angstrom' splash for the images.
@@ -65,6 +64,6 @@ UBOOT_MACHINE = "omap3_pandora_config"
 
 PREFERRED_PROVIDER_u-boot = "u-boot-omap3pandora"
 PREFERRED_PROVIDER_x-load = "x-load-omap3pandora"
-EXTRA_IMAGEDEPENDS += "u-boot x-load"
+EXTRA_IMAGEDEPENDS += "virtual/bootloader x-load"
 
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"