mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-12 03:10:08 +00:00
raspberrypi.conf: Bump MACHINE_KERNEL_PR.
* Also reset to a zImage ;).
This commit is contained in:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user