summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_dev.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb
index 72f8f90..d6cfd50 100644
--- a/recipes-kernel/linux/linux-raspberrypi_dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb
@@ -1,9 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
2 2
3LINUX_VERSION ?= "4.10.0-rc8" 3LINUX_VERSION ?= "4.10.0-rc8"
4LINUX_RPI_DEV_BRANCH ?= "rpi-4.10.y"
4 5
5SRCREV = "${AUTOREV}" 6SRCREV = "${AUTOREV}"
6SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \ 7SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \
7" 8"
8require linux-raspberrypi.inc 9require linux-raspberrypi.inc
9 10