summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-09-08 09:53:44 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-09-24 20:39:35 +0100
commit129107837da7251496cab5de379611c72231eb79 (patch)
tree87871ed3b3944aba572cc2a8042225e2ba65ac90
parent49f1a945120ede2273c02388d54059b7eee57e5e (diff)
downloadmeta-raspberrypi-129107837da7251496cab5de379611c72231eb79.tar.gz
linux-raspberrypi-dev: Bump to 4.13.y series
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-dev.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb
index 0fecccb..b947659 100644
--- a/recipes-kernel/linux/linux-raspberrypi-dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb
@@ -7,8 +7,8 @@ python __anonymous() {
7 7
8FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" 8FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
9 9
10LINUX_VERSION ?= "4.12" 10LINUX_VERSION ?= "4.13"
11LINUX_RPI_DEV_BRANCH ?= "rpi-4.12.y" 11LINUX_RPI_DEV_BRANCH ?= "rpi-4.13.y"
12 12
13SRCREV = "${AUTOREV}" 13SRCREV = "${AUTOREV}"
14SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \ 14SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \