nbhw16: also build nbhw16-prod3 devicetree file

This commit is contained in:
Stefan Eichenberger 2017-03-08 16:00:40 +01:00
parent f8211906af
commit 792cd97e16
2 changed files with 2 additions and 14 deletions

View File

@ -2,17 +2,5 @@
#@NAME: BeagleBone machine
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
require conf/machine/include/ti33x.inc
require conf/machine/am335x-nbhw16.conf
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
IMAGE_CLASSES += "image_types_uboot"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
KERNEL_DEFCONFIG = "nbhw16_fct_defconfig"
KERNEL_DEVICETREE = "am335x-nbhw16.dtb am335x-nbhw16-prod2.dtb"
KERNEL_IMAGETYPE = "zImage"
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
BRANCH_pn-linux-netmodule = "nbhw16-4.4"
PV_pn-linux-netmodule = "4.4-${SRCPV}"

View File

@ -10,7 +10,7 @@ IMAGE_CLASSES += "image_types_uboot"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
KERNEL_DEFCONFIG = "nbhw16_defconfig"
KERNEL_DEVICETREE = "am335x-nbhw16.dtb am335x-nbhw16-prod2.dtb"
KERNEL_DEVICETREE = "am335x-nbhw16.dtb am335x-nbhw16-prod2.dtb am335x-nbhw16-prod3.dtb"
KERNEL_IMAGETYPE = "zImage"
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"