summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-03-11 13:29:39 +0000
committerKhem Raj <raj.khem@gmail.com>2017-03-11 09:33:17 -0800
commit65723a945523ca94e0ed86f7b92817617ebbd735 (patch)
treec083179bc8427e222d2a9a0357a40c2caada5621
parentbfae6d895288d78d580bca477eb5b0e02ef6cc66 (diff)
downloadmeta-raspberrypi-65723a945523ca94e0ed86f7b92817617ebbd735.tar.gz
linux-raspberrypi_dev: Allow branch override
This makes the linux-raspberrypi_dev recipe more flexible by allowing the kernel branch to be overridden in local.conf. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-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