From b51bf5d21819bf2eb2dd768152711b384bb000b7 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 1 May 2012 16:22:54 -0300 Subject: [PATCH] image_types_fsl.bbclass: remove image fstypes definition to i.MXS SoCs The SoC image fstypes needs to be assigned in the machine definition or the default ones are not used. Signed-off-by: Otavio Salvador --- meta-fsl-arm/classes/image_types_fsl.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-fsl-arm/classes/image_types_fsl.bbclass b/meta-fsl-arm/classes/image_types_fsl.bbclass index a6248f93..86f4e450 100644 --- a/meta-fsl-arm/classes/image_types_fsl.bbclass +++ b/meta-fsl-arm/classes/image_types_fsl.bbclass @@ -11,8 +11,6 @@ UBOOT_SUFFIX_SDCARD ?= "${UBOOT_SUFFIX}" # Handles i.MX mxs bootstream generation # -IMAGE_FSTYPES_mxs =+ "uboot.mxsboot-sdcard" - UBOOT_SUFFIX_SDCARD_mxs ?= "mxsboot-sdcard" IMAGE_DEPENDS_uboot.mxsboot-sdcard = "u-boot-mxsboot-native u-boot" IMAGE_CMD_uboot.mxsboot-sdcard = "mxsboot sd ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX} \ -- 2.40.1