From 4c574b5d705bde897a2e0c7d8bc90ffc6925b631 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 1 May 2012 16:22:54 -0300 Subject: 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 --- classes/image_types_fsl.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes') diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass index a6248f9..86f4e45 100644 --- a/classes/image_types_fsl.bbclass +++ b/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} \ -- cgit v1.2.3-54-g00ecf