machine: armada: fix kernel config and revision

This commit is contained in:
Stefan Eichenberger 2017-07-26 17:59:21 +02:00
parent 5ecc3e14ae
commit 4ee2efdbd0
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ IMAGE_CLASSES += "image_types_uboot"
SERIAL_CONSOLE = "115200 ttyS1"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
KERNEL_DEFCONFIG = "nbhw16_defconfig"
KERNEL_DEFCONFIG = "nbhw_defconfig"
KERNEL_DEVICETREE = "armada-385-nbhw14-prod1.dtb \
armada-385-nbhw14-prod2.dtb \
"
@ -19,5 +19,5 @@ KERNEL_IMAGETYPE = "zImage"
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
PV_pn-linux-netmodule = "4.12.0-${SRCPV}"
SRC_URI_pn-linux-netmodule = "git://github.com/netmodule/linux.git;protocol=https;branch=nbhw14-4.12"
SRCREV_pn-linux-netmodule = "7afb26889fa79c6e41ea35b87f1c9ef35cea6eec"
SRCREV_pn-linux-netmodule = "2fb3360ec3cf672c74321e1dbe5c04e59d1ced11"

View File

@ -10,12 +10,12 @@ IMAGE_CLASSES += "image_types_uboot"
SERIAL_CONSOLE = "115200 ttyS1"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
KERNEL_DEFCONFIG = "nbhw16_defconfig"
KERNEL_DEFCONFIG = "nbhw_defconfig"
KERNEL_DEVICETREE = "armada-385-nbhw17-prod1.dtb"
KERNEL_IMAGETYPE = "zImage"
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
PV_pn-linux-netmodule = "4.12.0-${SRCPV}"
SRC_URI_pn-linux-netmodule = "git://github.com/netmodule/linux.git;protocol=https;branch=nbhw14-4.12"
SRCREV_pn-linux-netmodule = "7afb26889fa79c6e41ea35b87f1c9ef35cea6eec"
SRCREV_pn-linux-netmodule = "2fb3360ec3cf672c74321e1dbe5c04e59d1ced11"