mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
bfae6d8952
commit
65723a9455
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user