am335x & armada-385 machine config: replace image_types_u-boot with image_types

As of poky commit e18cec7 image_types_uboot.bbclass has been removed and its
features integrated in image_types.bbclass

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2018-05-08 10:53:44 +02:00
parent 854147028b
commit b2e2f7dbc1
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
require conf/machine/include/ti33x.inc
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
IMAGE_CLASSES += "image_types_uboot"
IMAGE_CLASSES += "image_types"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"

View File

@ -5,7 +5,7 @@
require conf/machine/include/ti33x.inc
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
IMAGE_CLASSES += "image_types_uboot"
IMAGE_CLASSES += "image_types"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"

View File

@ -5,7 +5,7 @@
require conf/machine/include/armada.inc
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
IMAGE_CLASSES += "image_types_uboot"
IMAGE_CLASSES += "image_types"
SERIAL_CONSOLE = "115200 ttyS1"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"

View File

@ -5,7 +5,7 @@
require conf/machine/include/armada.inc
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
IMAGE_CLASSES += "image_types_uboot"
IMAGE_CLASSES += "image_types"
SERIAL_CONSOLE = "115200 ttyS1"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"

View File

@ -5,7 +5,7 @@
require conf/machine/include/armada.inc
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
IMAGE_CLASSES += "image_types_uboot"
IMAGE_CLASSES += "image_types"
SERIAL_CONSOLE = "115200 ttyS1"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"

View File

@ -5,7 +5,7 @@
require conf/machine/include/armada.inc
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
IMAGE_CLASSES += "image_types_uboot"
IMAGE_CLASSES += "image_types"
SERIAL_CONSOLE = "115200 ttyS0"