diff options
author | Sander van Grieken <sander@outrightsolutions.nl> | 2012-09-17 14:47:14 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-18 19:15:48 +0300 |
commit | dbeae85ad074897bb63daa21a526c0f3a86e2f81 (patch) | |
tree | 7ef5b38ce697b4b39b5df120d109a2c6f5c31560 | |
parent | ebc611fbb04cb944ef97c6d97b8de14b447a024e (diff) | |
download | meta-raspberrypi-dbeae85ad074897bb63daa21a526c0f3a86e2f81.tar.gz |
linux-raspberrypi: Update SRCREV to current@2012-09-13
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb index bfe63d4..905eb55 100644 --- a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | |||
@@ -4,11 +4,11 @@ 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 = "r2" | 7 | PR = "r3" |
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-3.2.27 branch |
11 | SRCREV = "091073bcab483b976ee33dfe914c28df87914a3b" | 11 | SRCREV = "e33263e7eab2d05349b438f6a4a8d1924686a824" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \ | 13 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \ |
14 | " | 14 | " |