summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-03-11 13:29:39 +0000
committerKhem Raj <raj.khem@gmail.com>2017-03-11 09:33:17 -0800
commitbfae6d895288d78d580bca477eb5b0e02ef6cc66 (patch)
tree434e8e9a7edeeeef944531bbc80922dc02b3a357
parent6561befc96def01c1bf73236b10289a7fe3a21bf (diff)
downloadmeta-raspberrypi-bfae6d895288d78d580bca477eb5b0e02ef6cc66.tar.gz
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>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_dev.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb
index 96cbbb0..72f8f90 100644
--- a/recipes-kernel/linux/linux-raspberrypi_dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
2 2
3LINUX_VERSION ?= "4.10.0-rc8" 3LINUX_VERSION ?= "4.10.0-rc8"
4 4
5SRCREV = "9aa91f43583fdb07306f962e6ee6797fba1cc62d" 5SRCREV = "${AUTOREV}"
6SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \ 6SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \
7" 7"
8require linux-raspberrypi.inc 8require linux-raspberrypi.inc