summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-08-02 16:48:53 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2022-08-02 16:48:53 +0200
commitaf2e88e1e67433192ec729b048072e431d257959 (patch)
tree8d71396f91ae062b3117c463f2276da36e642fb5 /recipes-kernel
parent0c36a8d8ec04bbe967d467831da7f4f84478e486 (diff)
linux-toradex-mainline: Fix Jenkins nightly build
Jenkins recipe uprev (`use-head-next`) is done differently compared to running manually bitbake on the developer machine. The hashes are updated in a preliminary step, and afterward bitbake is running with only the SRCREV variables updated, without setting use-head-next. Because of that currently the build is failing since the latest sha from master is not present in the linux-5.18.y branch. To avoid that just set the KBRANCH to "master" unconditionally, once we branch out master to kirkstone we will set it to the chosen Linux Kernel branch. Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_git.bb b/recipes-kernel/linux/linux-toradex-mainline_git.bb
index 5e1ea6f..3bd9d84 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_git.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_git.bb
@@ -28,8 +28,7 @@ SRC_URI = " \
LINUX_VERSION ?= "5.18.12"
LINUX_VERSION:use-head-next ?= "5.19-rc"
-KBRANCH = "linux-5.18.y"
-KBRANCH:use-head-next = "master"
+KBRANCH = "master"
KERNEL_VERSION_SANITY_SKIP:use-head-next = "1"
SRCREV_machine = "c2e9702659dfc309dfda6116da48f200fe425aab"
SRCREV_machine:use-head-next = "${AUTOREV}"