diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-02 22:08:35 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-03 15:15:58 +0300 |
commit | 9d2bde45dda6ce3dfe2df986dfeafaf80eeecd2e (patch) | |
tree | 2e41778d3b90e98fc1e9d1af26747c41fa02c8b1 | |
parent | a71cbe527448f0d157d8956799d47305c4de582a (diff) | |
download | meta-raspberrypi-9d2bde45dda6ce3dfe2df986dfeafaf80eeecd2e.tar.gz |
linux-raspberrypi: Update kernel to latest upstream
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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 | " |