From ec6cd7c8e5e6548cacbb1e1b250a0f377b814ea3 Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Mon, 28 Nov 2022 17:28:15 +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 c11ecc861461dfbcc1cdadbf2807d992ce9b1499) Conflicts: recipes-kernel/linux/linux-toradex-mainline_git.bb --- recipes-kernel/linux/linux-toradex-mainline-rt_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-kernel/linux') 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}" -- cgit v1.2.3