nbhw17: update kernel version to 4.7-rc7
This commit is contained in:
parent
52d0720f87
commit
022af256eb
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue