summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-11-28 17:28:15 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-12-09 14:19:02 +0100
commitec6cd7c8e5e6548cacbb1e1b250a0f377b814ea3 (patch)
treea34d698f68c4d03b2a35cf144190c2968f5fcee4
parente7810c77feec2d31115c2bd463576494bdcbf34a (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> (cherry picked from commit c11ecc861461dfbcc1cdadbf2807d992ce9b1499) Conflicts: recipes-kernel/linux/linux-toradex-mainline_git.bb
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-rt_git.bb1
1 files changed, 0 insertions, 1 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}"