summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-11-14 23:31:51 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2012-11-27 22:42:41 +0200
commitbc7e7403482870faa2b9ed2d1478020a02ddad66 (patch)
treeb8a88ddd94a07dabf3bdabfb679eb953405a8f85
parent48e073978370789cd9fccc456929936520731c2c (diff)
downloadmeta-raspberrypi-bc7e7403482870faa2b9ed2d1478020a02ddad66.tar.gz
linux-raspberrypi: Update to 10182a3bc434b27740f81c2b836a1af943060241
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_3.2.27.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb
index 551e4ed..c7a12e6 100644
--- a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb
@@ -3,10 +3,10 @@ require linux.inc
3DESCRIPTION = "Linux kernel for the RaspberryPi board" 3DESCRIPTION = "Linux kernel for the RaspberryPi board"
4COMPATIBLE_MACHINE = "raspberrypi" 4COMPATIBLE_MACHINE = "raspberrypi"
5 5
6PR = "r5" 6PR = "r6"
7PV_append = "+git${SRCREV}" 7PV_append = "+git${SRCREV}"
8 8
9SRCREV = "e33263e7eab2d05349b438f6a4a8d1924686a824" 9SRCREV = "10182a3bc434b27740f81c2b836a1af943060241"
10SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \ 10SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \
11 " 11 "
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"