From 65723a945523ca94e0ed86f7b92817617ebbd735 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Sat, 11 Mar 2017 13:29:39 +0000 Subject: 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 --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" LINUX_VERSION ?= "4.10.0-rc8" +LINUX_RPI_DEV_BRANCH ?= "rpi-4.10.y" SRCREV = "${AUTOREV}" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \ +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \ " require linux-raspberrypi.inc -- cgit v1.2.3-54-g00ecf