summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_3.10.40.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-10-19 13:58:57 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-11-29 17:45:32 +0100
commit9700c3cdf02877e46b486a21f04b3dc2b49a01fd (patch)
treef0aa650a8bb8d25ea794db5441a9bbed44606824 /recipes-kernel/linux/linux-toradex_3.10.40.bb
parent2770e2587fbf46ee0a373559938aa44b9b4ad106 (diff)
kernel recipes: automatically update to latest -next through override
This can be used e.g. for a CI setup to do nightly builds of latest and greatest. To use HEAD of xxx-next instead of the pinned version one would add in local.conf: MACHINEOVERRIDES =. "use-head-next:" Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_3.10.40.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_3.10.40.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb
index 511e038..a3cddaa 100644
--- a/recipes-kernel/linux/linux-toradex_3.10.40.bb
+++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb
@@ -14,10 +14,12 @@ LOCALVERSION = "-${PR}"
PR = "${TDX_VER_INT}"
SRCREV = "e9636255d1a151de8903e952f64ed779e832f613"
+SRCREV_use-head-next = "${AUTOREV}"
PV = "${LINUX_VERSION}+gitr${SRCPV}"
S = "${WORKDIR}/git"
SRCBRANCH = "toradex_tk1_l4t_r21.5"
+SRCBRANCH_use-head-next = "toradex_tk1_l4t_r21.5-next"
SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}"
COMPATIBLE_MACHINE = "apalis-tk1"