From 7627d49b280c13a06c00a85f732b27dd0b22c97a Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 24 Sep 2021 16:06:53 +0200 Subject: [PATCH] linux-netmodule: Remove PV variables These values are out of date with the real kernel versions and may be misleading. Since we have only one version of the kernel, we can remove them and "git" will be used as default value. BugzID: 74959 --- recipes-kernel/linux/linux-netmodule_git.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index 7c060db..e2489eb 100644 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -17,15 +17,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/conf:" SRC_URI_append_netbird = " file://wlan.cfg" SRCREV ?= "${AUTOREV}" -PV ?= "4.19.88-${SRCPV}" SRC_URI_imx8-nmhw23 = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.14/nxp/nmhw23" SRCREV_imx8-nmhw23 ?= "${AUTOREV}" -PV_imx8-nmhw23 ?= "4.14.98-${SRCPV}" LIC_FILES_CHKSUM_imx8-nmhw23 = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -PR = "r0" - S = "${WORKDIR}/git" INSANE_SKIP_${PN} += "version-going-backwards"