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>
This commit is contained in:
Paul Barker
2017-03-11 13:29:39 +00:00
committed by Khem Raj
parent bfae6d8952
commit 65723a9455

View File

@ -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