From 934f13d4bda72c88527a0ce642e9142f5493c676 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 13 Oct 2020 10:23:41 +0200 Subject: linux-toradex: drop PV_append A same value has been set in linux-imx.inc, drop duplicated setting. This fixes a wrong PV value as: ${LINUX_VERSION}+git${SRCPV}+git${SRCPV} > ${LINUX_VERSION}+git${SRCPV} Related-to: ELB-3171 Signed-off-by: Ming Liu (cherry picked from commit 126f17f21b7ce30c960c4e7b93cc80a00aa5e5cd) --- recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb b/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb index 15fca06..06c3578 100644 --- a/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb @@ -27,7 +27,6 @@ KERNEL_VERSION_SANITY_SKIP_use-head-next = "1" # Make sure to override LOCALVERSION in linux-imx.inc LOCALVERSION = "-${TDX_VERSION}" -PV_append = "+git${SRCPV}" SRCREV = "9e7307657fc1b86fc652abd32676b516fc28fe23" SRCBRANCH = "toradex_5.4-2.1.x-imx" -- cgit v1.2.3