linux-netmodule: set PV in machine conf file

This commit is contained in:
Stefan Eichenberger 2017-02-24 17:20:44 +01:00
parent f42d8df2c1
commit abde6220fa
3 changed files with 2 additions and 4 deletions

View File

@ -20,5 +20,4 @@ BRANCH_pn-u-boot-netmodule = "nbhw16-2016.04"
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
BRANCH_pn-linux-netmodule = "nbhw16-4.4"
PREFERRED_VERSION_linux = "4.4%"
PV_pn-linux-netmodule = "4.4-${SRCPV}"

View File

@ -20,5 +20,5 @@ BRANCH_pn-u-boot-netmodule = "nbhw16-2016.04"
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
BRANCH_pn-linux-netmodule = "nbhw16-4.4"
PREFERRED_VERSION_linux = "4.4%"
PV_pn-linux-netmodule = "4.4-${SRCPV}"

View File

@ -14,7 +14,6 @@ SRC_URI = "git://git@gitlab.com:eichest/meta-nmrouter.git;protocol=ssh;branch=${
SRCREV ?= "${AUTOREV}"
PV ?= "4.5-${SRCPV}"
PV_beaglebone = "4.4-${SRCPV}"
PV_am335x-nbhw16 = "4.4-${SRCPV}"
PV_armada-385-nbhw17-nb2800 = "4.7-${SRCPV}"
PR = "r0"