mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
linux-raspberrypi_dev: Use AUTOREV
The development branches of linux-raspberrypi are rebased frequently. To avoid fetch failures caused by out-of-date git hashes we need to use AUTOREV. LINUX_VERSION may need to be overridden in local.conf to match the upstream version. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
parent
6561befc96
commit
bfae6d8952
|
@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
|
|||
|
||||
LINUX_VERSION ?= "4.10.0-rc8"
|
||||
|
||||
SRCREV = "9aa91f43583fdb07306f962e6ee6797fba1cc62d"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \
|
||||
"
|
||||
require linux-raspberrypi.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user