raspberrypi.conf: Bump MACHINE_KERNEL_PR.

* Also reset to a zImage ;).
This commit is contained in:
David-John Willis 2012-04-11 16:15:15 +01:00
parent d7e4e50de1
commit 6a5ca4a744

5
conf/machine/raspberrypi.conf Normal file → Executable file
View File

@ -13,9 +13,8 @@ IMAGE_FSTYPES += "tar.bz2"
SERIAL_CONSOLE = "115200 ttyS0"
# Put it below omap3.inc as we override the kernel and PR here
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
MACHINE_KERNEL_PR = "r1"
MACHINE_KERNEL_PR = "r2"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
@ -27,7 +26,7 @@ XSERVER = " \
xf86-video-fbdev \
"
KERNEL_IMAGETYPE = "uImage"
KERNEL_IMAGETYPE = "zImage"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"