mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-31 00:39:51 +00: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:
@@ -1,9 +1,10 @@
|
|||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
|
||||||
|
|
||||||
LINUX_VERSION ?= "4.10.0-rc8"
|
LINUX_VERSION ?= "4.10.0-rc8"
|
||||||
|
LINUX_RPI_DEV_BRANCH ?= "rpi-4.10.y"
|
||||||
|
|
||||||
SRCREV = "${AUTOREV}"
|
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
|
require linux-raspberrypi.inc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user