mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
linux-raspberrypi: Remove PR from PV
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
b1331fce45
commit
209cb3db62
|
@ -4,7 +4,7 @@ require linux.inc
|
|||
|
||||
DESCRIPTION = "Linux kernel for the RaspberryPi board"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
|
||||
# This is on the rpi-patches branch
|
||||
|
@ -14,7 +14,7 @@ SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27
|
|||
"
|
||||
|
||||
LINUX_VERSION ?= "3.2.27-rpi"
|
||||
PV = "${LINUX_VERSION}+${PR}+git${SRCREV}"
|
||||
PV = "${LINUX_VERSION}+git${SRCREV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user