summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2018-02-26 17:10:44 +0000
committerPaul Barker <pbarker@toganlabs.com>2018-02-26 21:54:29 +0000
commite83271deb3ccb1cf8f66ccfb4736da08a8bb3bb6 (patch)
tree4c404255586eb70944db1864699f3ab5608aba85
parent17199d095fbf803cba9cf6e47aa8c740d10d758f (diff)
downloadmeta-raspberrypi-e83271deb3ccb1cf8f66ccfb4736da08a8bb3bb6.tar.gz
linux-raspberrypi-dev: Update to v4.15.y
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 ae76572..7e242eb 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.14" 10LINUX_VERSION ?= "4.15"
11LINUX_RPI_DEV_BRANCH ?= "rpi-4.14.y" 11LINUX_RPI_DEV_BRANCH ?= "rpi-4.15.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} \