linux-netmodule: set PV in machine conf file
This commit is contained in:
parent
f42d8df2c1
commit
abde6220fa
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue