summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-10-13 10:23:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 19:04:54 +0200
commit934f13d4bda72c88527a0ce642e9142f5493c676 (patch)
tree607635d38fddaba880c1e7c4c3471082dcb8f190 /recipes-kernel/linux
parent41d7c14ae8c1c84079826dcda79144595375d698 (diff)
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 <ming.liu@toradex.com> (cherry picked from commit 126f17f21b7ce30c960c4e7b93cc80a00aa5e5cd)
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb1
1 files changed, 0 insertions, 1 deletions
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"