From cc4d1128e6624bfe9370d3a10d8f281b0990abc4 Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Mon, 28 Nov 2022 17:36:25 +0100 Subject: Use `use-head-next` only for SRCREV variable Remove usage of the `use-head-next` override for anything, apart the SRCREV variable. Currently this variable is only used on local builds, while uprev on Jenkins CI/CD is implemented using `scripts/uprev-srcrev` that update only the SRCREV variable. This way we ensure a consistent experience despite how the image is build and we avoid potential confusion. Related-to: ELB-4885 Signed-off-by: Francesco Dolcini (cherry picked from commit 51e8c29019744428b86be0fd1f1f5c07d8b8c942) --- recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb b/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb index 09ab4cc..ac234b1 100644 --- a/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb @@ -16,7 +16,7 @@ KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget' inherit toradex-kernel-localversion LINUX_VERSION = "5.15.77" # skip, as with use-head-next LINUX_VERSION might be set wrongly -KERNEL_VERSION_SANITY_SKIP:use-head-next = "1" +KERNEL_VERSION_SANITY_SKIP = "1" # Make sure to override LOCALVERSION in linux-imx.inc LOCALVERSION = "-${TDX_VERSION}" -- cgit v1.2.3