summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-11-28 17:28:15 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2022-11-28 17:28:20 +0100
commitc11ecc861461dfbcc1cdadbf2807d992ce9b1499 (patch)
treec6dc9249634b6629abd7af6d26139485522987d8
parent15ec9fe118984cc977016269c069571c4530ef8f (diff)
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 <francesco.dolcini@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-rt_git.bb1
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_git.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb b/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb
index 12ac6ae..8dc5387 100644
--- a/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb
@@ -6,7 +6,6 @@ SUMMARY = "Toradex mainline real-time Linux kernel"
LINUX_REPO = "git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git"
LINUX_VERSION ?= "6.0.5-rt14"
-LINUX_VERSION:use-head-next ?= "6.0-rt"
KBRANCH = "linux-6.0.y-rt"
SRCREV_machine = "040e3123e9d93721de64a3df726871b57af204e9"
SRCREV_machine:use-head-next = "${AUTOREV}"
diff --git a/recipes-kernel/linux/linux-toradex-mainline_git.bb b/recipes-kernel/linux/linux-toradex-mainline_git.bb
index 58ef3f3..0984e28 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_git.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_git.bb
@@ -43,7 +43,6 @@ SRC_URI:append = " \
"
LINUX_VERSION ?= "6.0.6"
-LINUX_VERSION:use-head-next ?= "6.0"
KBRANCH = "linux-6.0.y"
KERNEL_VERSION_SANITY_SKIP = "1"
SRCREV_machine = "3a2fa3c01fc7c2183eb3278bd912e5bcec20eb2a"