From 9700c3cdf02877e46b486a21f04b3dc2b49a01fd Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 19 Oct 2017 13:58:57 +0200 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-kernel/linux/linux-toradex_3.10.40.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-kernel/linux/linux-toradex_3.10.40.bb') 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" -- cgit v1.2.3