mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
linux-raspberrypi: Bump SRCREV and Kernel PR.
This commit is contained in:
parent
1cc562d9d3
commit
ed934b7c44
|
@ -9,12 +9,12 @@ require conf/machine/include/tune-arm1176jzf-s.inc
|
||||||
|
|
||||||
GUI_MACHINE_CLASS = "bigscreen"
|
GUI_MACHINE_CLASS = "bigscreen"
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.bz2"
|
IMAGE_FSTYPES += "tar.bz2 rpi-sdimg"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttyS0"
|
SERIAL_CONSOLE = "115200 ttyS0"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
|
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
|
||||||
MACHINE_KERNEL_PR = "r2"
|
MACHINE_KERNEL_PR = "r4"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||||
|
|
||||||
|
@ -32,5 +32,5 @@ MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen tou
|
||||||
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS += " \
|
MACHINE_EXTRA_RRECOMMENDS += " \
|
||||||
kernel-modules \
|
kernel-modules \
|
||||||
raspberrypi-firmware \
|
bcm2835-kernel-image \
|
||||||
"
|
"
|
||||||
|
|
|
@ -4,10 +4,11 @@ require linux.inc
|
||||||
|
|
||||||
DESCRIPTION = "Linux kernel for the RaspberryPi board"
|
DESCRIPTION = "Linux kernel for the RaspberryPi board"
|
||||||
|
|
||||||
|
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
|
||||||
# This is on the rpi-patches branch
|
# This is on the rpi-patches branch
|
||||||
SRCREV = "2fb814968753d0d4a5fdf056a3a8c9eee3c41aa6"
|
SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/djwillis/rpi-linux.git;protocol=git;branch=rpi-patches \
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches \
|
||||||
"
|
"
|
||||||
|
|
||||||
LINUX_VERSION ?= "3.1.9-rpi"
|
LINUX_VERSION ?= "3.1.9-rpi"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user