nbhw16: also build nbhw16-prod3 devicetree file
This commit is contained in:
parent
f8211906af
commit
792cd97e16
|
|
@ -2,17 +2,5 @@
|
||||||
#@NAME: BeagleBone machine
|
#@NAME: BeagleBone machine
|
||||||
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
|
#@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}"
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ IMAGE_CLASSES += "image_types_uboot"
|
||||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
||||||
|
|
||||||
KERNEL_DEFCONFIG = "nbhw16_defconfig"
|
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"
|
KERNEL_IMAGETYPE = "zImage"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue