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
This commit is contained in:
Alexandre Bard 2021-09-24 16:06:53 +02:00
parent 3efbecb49f
commit 7627d49b28
1 changed files with 0 additions and 4 deletions

View File

@ -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"