diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 14:05:04 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 20:55:02 +0300 |
commit | 209cb3db62c47cc351ab563f7f49b4a8c9e6aab7 (patch) | |
tree | 94face7fb7afa56f3fbc112b43c253323239edfd | |
parent | b1331fce45b1368398761b9a7a8806928a14cba9 (diff) | |
download | meta-raspberrypi-209cb3db62c47cc351ab563f7f49b4a8c9e6aab7.tar.gz |
linux-raspberrypi: Remove PR from PV
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb index d9bec53..8006bd3 100755 --- a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | |||
@@ -4,7 +4,7 @@ require linux.inc | |||
4 | 4 | ||
5 | DESCRIPTION = "Linux kernel for the RaspberryPi board" | 5 | DESCRIPTION = "Linux kernel for the RaspberryPi board" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. | 9 | # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. |
10 | # This is on the rpi-patches branch | 10 | # 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 | |||
14 | " | 14 | " |
15 | 15 | ||
16 | LINUX_VERSION ?= "3.2.27-rpi" | 16 | LINUX_VERSION ?= "3.2.27-rpi" |
17 | PV = "${LINUX_VERSION}+${PR}+git${SRCREV}" | 17 | PV = "${LINUX_VERSION}+git${SRCREV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||