From abde6220fae1562d46d094edcfa10e292745a99e Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Fri, 24 Feb 2017 17:20:44 +0100 Subject: [PATCH] linux-netmodule: set PV in machine conf file --- conf/machine/am335x-nbhw16-fct.conf | 3 +-- conf/machine/am335x-nbhw16.conf | 2 +- recipes-kernel/linux/linux-netmodule_git.bb | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/machine/am335x-nbhw16-fct.conf b/conf/machine/am335x-nbhw16-fct.conf index 6aa7d15..1dc66f3 100644 --- a/conf/machine/am335x-nbhw16-fct.conf +++ b/conf/machine/am335x-nbhw16-fct.conf @@ -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}" diff --git a/conf/machine/am335x-nbhw16.conf b/conf/machine/am335x-nbhw16.conf index 9a3d13d..40898cc 100644 --- a/conf/machine/am335x-nbhw16.conf +++ b/conf/machine/am335x-nbhw16.conf @@ -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}" diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index 4837a2b..66112ca 100755 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -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"