summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-08-02 19:32:21 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2022-08-02 19:35:15 +0200
commite1fdad3afd43094dc8176b589b7b37338071e377 (patch)
tree00016b5a66b514bdbcd44021f79c8dc68e8d9029 /recipes-kernel
parentd8a9d719d73e2ed4db60bbf3879c6add89ebb3ab (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 KERNEL_VERSION_SANITY_SKIP is not set while building and the version does not match. To avoid that just set the KERNEL_VERSION_SANITY_SKIP to "1" unconditionally, once we branch out master to kirkstone we will need a to review this. Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_git.bb b/recipes-kernel/linux/linux-toradex-mainline_git.bb
index 3bd9d84..7b703da 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_git.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_git.bb
@@ -29,7 +29,7 @@ SRC_URI = " \
LINUX_VERSION ?= "5.18.12"
LINUX_VERSION:use-head-next ?= "5.19-rc"
KBRANCH = "master"
-KERNEL_VERSION_SANITY_SKIP:use-head-next = "1"
+KERNEL_VERSION_SANITY_SKIP = "1"
SRCREV_machine = "c2e9702659dfc309dfda6116da48f200fe425aab"
SRCREV_machine:use-head-next = "${AUTOREV}"