diff options
-rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb index ab5c6a0..14b25f2 100755 --- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.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 = "r1" | 7 | PR = "r2" |
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 = "0ec4154d64ebba48ca2446cde60a90546311defc" | 11 | SRCREV = "14ad68cf4afc7acf14076f895b539d81cd9f32ab" |
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-patches \ |
14 | " | 14 | " |