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_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-kernel/linux/linux-toradex_git.bb') diff --git a/recipes-kernel/linux/linux-toradex_git.bb b/recipes-kernel/linux/linux-toradex_git.bb index 33e6fdb..7c488c9 100644 --- a/recipes-kernel/linux/linux-toradex_git.bb +++ b/recipes-kernel/linux/linux-toradex_git.bb @@ -8,10 +8,12 @@ LOCALVERSION = "-${PR}" PR = "${TDX_VER_INT}" SRCREV = "7753763827bb50f4645622e83c47e192e0ba0194" +SRCREV_use-head-next = "${AUTOREV}" PV = "${LINUX_VERSION}+gitr${SRCPV}" S = "${WORKDIR}/git" SRCBRANCH = "tegra" +SRCBRANCH_use-head-next = "tegra-next" SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}" COMPATIBLE_MACHINE = "(apalis-t30|colibri-pxa|colibri-t20|colibri-t30)" -- cgit v1.2.3