summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2012-04-23 15:16:49 +0100
committerDavid-John Willis <John.Willis@Distant-earth.com>2012-04-23 15:16:49 +0100
commited934b7c4411536429099676ba9ed15386e9d98b (patch)
tree80b1e3cb00841b585a1e47efd6784190c0af76af /recipes-kernel
parent1cc562d9d340e09a94adbbf7d5f1bdbdbfebd24c (diff)
downloadmeta-raspberrypi-ed934b7c4411536429099676ba9ed15386e9d98b.tar.gz
linux-raspberrypi: Bump SRCREV and Kernel PR.
Diffstat (limited to 'recipes-kernel')
-rwxr-xr-xrecipes-kernel/linux/linux-raspberrypi_3.1.9.bb5
1 files changed, 3 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 8a61f89..8a24051 100755
--- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
@@ -4,10 +4,11 @@ require linux.inc
4 4
5DESCRIPTION = "Linux kernel for the RaspberryPi board" 5DESCRIPTION = "Linux kernel for the RaspberryPi board"
6 6
7# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
7# This is on the rpi-patches branch 8# This is on the rpi-patches branch
8SRCREV = "2fb814968753d0d4a5fdf056a3a8c9eee3c41aa6" 9SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc"
9 10
10SRC_URI = "git://github.com/djwillis/rpi-linux.git;protocol=git;branch=rpi-patches \ 11SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches \
11" 12"
12 13
13LINUX_VERSION ?= "3.1.9-rpi" 14LINUX_VERSION ?= "3.1.9-rpi"