mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
raspberrypi.conf: Bump MACHINE_KERNEL_PR.
* Also reset to a zImage ;).
This commit is contained in:
parent
d7e4e50de1
commit
6a5ca4a744
5
conf/machine/raspberrypi.conf
Normal file → Executable file
5
conf/machine/raspberrypi.conf
Normal file → Executable 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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user