From 022af256eb2a0c640b391f1cc0f2b4efe8477782 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Fri, 29 Jul 2016 11:06:50 +0200 Subject: [PATCH] nbhw17: update kernel version to 4.7-rc7 --- conf/machine/armada-385-nbhw17-nb2800.conf | 5 +++-- recipes-kernel/linux/linux-netmodule_git.bb | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) 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"