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:
parent
854147028b
commit
b2e2f7dbc1
|
|
@ -5,7 +5,7 @@
|
||||||
require conf/machine/include/ti33x.inc
|
require conf/machine/include/ti33x.inc
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
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"
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
require conf/machine/include/ti33x.inc
|
require conf/machine/include/ti33x.inc
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
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"
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
require conf/machine/include/armada.inc
|
require conf/machine/include/armada.inc
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
||||||
IMAGE_CLASSES += "image_types_uboot"
|
IMAGE_CLASSES += "image_types"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttyS1"
|
SERIAL_CONSOLE = "115200 ttyS1"
|
||||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
require conf/machine/include/armada.inc
|
require conf/machine/include/armada.inc
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
||||||
IMAGE_CLASSES += "image_types_uboot"
|
IMAGE_CLASSES += "image_types"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttyS1"
|
SERIAL_CONSOLE = "115200 ttyS1"
|
||||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
require conf/machine/include/armada.inc
|
require conf/machine/include/armada.inc
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
||||||
IMAGE_CLASSES += "image_types_uboot"
|
IMAGE_CLASSES += "image_types"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttyS1"
|
SERIAL_CONSOLE = "115200 ttyS1"
|
||||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
require conf/machine/include/armada.inc
|
require conf/machine/include/armada.inc
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
||||||
IMAGE_CLASSES += "image_types_uboot"
|
IMAGE_CLASSES += "image_types"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttyS0"
|
SERIAL_CONSOLE = "115200 ttyS0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue