# image provides the utilities which are used, in the target, during
# the process and receive the commands from the MfgTool application.
#
-# Copyright 2014, 2016 (C) O.S. Systems Software LTDA.
+# Copyright 2014-2017 (C) O.S. Systems Software LTDA.
DEPENDS += "u-boot-mfgtool linux-mfgtool"
IMAGE_FSTYPES = "cpio.gz.u-boot"
IMAGE_FSTYPES_mxs = "cpio.gz.u-boot"
IMAGE_ROOTFS_SIZE ?= "8192"
-IMAGE_CLASSES += "image_types_uboot"
# Filesystems enabled by default
DEFAULT_FS_SUPPORT = " \
PREFERRED_PROVIDER_qemu = "qemu-qoriq"
PREFERRED_VERSION_testfloat = "2a"
-IMAGE_CLASSES += "image_types_uboot"
-
SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz"
IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"