From 792cd97e16ae22f8588551180c5443fa1b65ecef Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Wed, 8 Mar 2017 16:00:40 +0100 Subject: [PATCH] nbhw16: also build nbhw16-prod3 devicetree file --- conf/machine/am335x-nbhw16-fct.conf | 14 +------------- conf/machine/am335x-nbhw16.conf | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/conf/machine/am335x-nbhw16-fct.conf b/conf/machine/am335x-nbhw16-fct.conf index cede010..803884d 100644 --- a/conf/machine/am335x-nbhw16-fct.conf +++ b/conf/machine/am335x-nbhw16-fct.conf @@ -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}" diff --git a/conf/machine/am335x-nbhw16.conf b/conf/machine/am335x-nbhw16.conf index cee1cc7..e5d29af 100644 --- a/conf/machine/am335x-nbhw16.conf +++ b/conf/machine/am335x-nbhw16.conf @@ -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"