mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
linux-raspberrypi: Update to v3.2.27
Switch to rpi-3.2.27 branch and use SRCREV 091073bcab483b976ee33dfe914c28df87914a3b. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
2757e583aa
commit
6d866926d8
|
@ -4,16 +4,16 @@ require linux.inc
|
|||
|
||||
DESCRIPTION = "Linux kernel for the RaspberryPi board"
|
||||
|
||||
PR = "r3"
|
||||
PR = "r0"
|
||||
|
||||
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
|
||||
# This is on the rpi-patches branch
|
||||
SRCREV = "14ad68cf4afc7acf14076f895b539d81cd9f32ab"
|
||||
SRCREV = "091073bcab483b976ee33dfe914c28df87914a3b"
|
||||
|
||||
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches \
|
||||
"
|
||||
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \
|
||||
"
|
||||
|
||||
LINUX_VERSION ?= "3.1.9-rpi"
|
||||
LINUX_VERSION ?= "3.2.27-rpi"
|
||||
PV = "${LINUX_VERSION}+${PR}+git${SRCREV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
Loading…
Reference in New Issue
Block a user