summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_4.4.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-10-19 14:07:02 +0200
committerStefan Agner <stefan.agner@toradex.com>2017-11-27 11:28:51 +0100
commit4a567ef806c5491e59f8e5590bfb064f3b3327d0 (patch)
treea69cc8a316f47d0a370f61ffcaba7e36e0372969 /recipes-kernel/linux/linux-toradex_4.4.bbappend
parent45c33b79a734d016dddb997c1895b53202286f23 (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: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_4.4.bbappend')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.4.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.4.bbappend b/recipes-kernel/linux/linux-toradex_4.4.bbappend
index 5e40c2b..3f59137 100644
--- a/recipes-kernel/linux/linux-toradex_4.4.bbappend
+++ b/recipes-kernel/linux/linux-toradex_4.4.bbappend
@@ -7,3 +7,5 @@ PR = "${TDX_VER_INT}"
SRCREV = "e0f2806138a4eeb3c31abe0e0e767d0f6d9a13a3"
SRCBRANCH = "toradex_vf_4.4"
+SRCREV_use-head-next = "${AUTOREV}"
+SRCBRANCH_use-head-next = "toradex_vf_4.4-next"