diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" |
2 | 2 | ||
3 | LINUX_VERSION ?= "4.10.0-rc8" | 3 | LINUX_VERSION ?= "4.10.0-rc8" |
4 | LINUX_RPI_DEV_BRANCH ?= "rpi-4.10.y" | ||
4 | 5 | ||
5 | SRCREV = "${AUTOREV}" | 6 | SRCREV = "${AUTOREV}" |
6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \ | 7 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \ |
7 | " | 8 | " |
8 | require linux-raspberrypi.inc | 9 | require linux-raspberrypi.inc |
9 | 10 | ||