diff --git a/conf/machine/armada-385-nbhw17-nb2800.conf b/conf/machine/armada-385-nbhw17-nb2800.conf index 9c5c4a9..b0d0780 100644 --- a/conf/machine/armada-385-nbhw17-nb2800.conf +++ b/conf/machine/armada-385-nbhw17-nb2800.conf @@ -11,10 +11,11 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" KERNEL_DEFCONFIG = "nbhw_defconfig" KERNEL_DEVICETREE = "armada-385-nbhw17-nb2800.dtb" +KERNEL_IMAGETYPE = "zImage" PREFERRED_PROVIDER_virtual/kernel ?= "linux-netmodule" -PREFERRED_VERSION_linux ?= "4.5%" -BRANCH_pn-linux-netmodule = "nmrouter-4.5" +PREFERRED_VERSION_linux ?= "4.7%" +BRANCH_pn-linux-netmodule = "nbhw17-4.7" SERIAL_CONSOLE = "115200 ttyS0" diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index 019ee84..30a37e9 100755 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -15,6 +15,7 @@ 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"