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:
parent
3efbecb49f
commit
7627d49b28
|
|
@ -17,15 +17,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/conf:"
|
||||||
SRC_URI_append_netbird = " file://wlan.cfg"
|
SRC_URI_append_netbird = " file://wlan.cfg"
|
||||||
|
|
||||||
SRCREV ?= "${AUTOREV}"
|
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"
|
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}"
|
SRCREV_imx8-nmhw23 ?= "${AUTOREV}"
|
||||||
PV_imx8-nmhw23 ?= "4.14.98-${SRCPV}"
|
|
||||||
LIC_FILES_CHKSUM_imx8-nmhw23 = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
LIC_FILES_CHKSUM_imx8-nmhw23 = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||||
|
|
||||||
PR = "r0"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
INSANE_SKIP_${PN} += "version-going-backwards"
|
INSANE_SKIP_${PN} += "version-going-backwards"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue