diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-23 18:22:33 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-28 23:58:26 +0300 |
commit | 6d866926d8ba55365d5bdb4cbfdda23a2f1bb519 (patch) | |
tree | 1dac31100bef3f1d14f494f27c5194f8231f3fbb | |
parent | 2757e583aa70baf56bf289d062277e8307888570 (diff) | |
download | meta-raspberrypi-6d866926d8ba55365d5bdb4cbfdda23a2f1bb519.tar.gz |
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>
-rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.2.27.bb (renamed from recipes-kernel/linux/linux-raspberrypi_3.1.9.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb index 1bac2f6..d9bec53 100755 --- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | |||
@@ -4,16 +4,16 @@ 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 = "r3" | 7 | PR = "r0" |
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 |
11 | SRCREV = "14ad68cf4afc7acf14076f895b539d81cd9f32ab" | 11 | SRCREV = "091073bcab483b976ee33dfe914c28df87914a3b" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches \ | 13 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \ |
14 | " | 14 | " |
15 | 15 | ||
16 | LINUX_VERSION ?= "3.1.9-rpi" | 16 | LINUX_VERSION ?= "3.2.27-rpi" |
17 | PV = "${LINUX_VERSION}+${PR}+git${SRCREV}" | 17 | PV = "${LINUX_VERSION}+${PR}+git${SRCREV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |