summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-05-01 16:22:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-05-01 16:28:11 -0300
commitb51bf5d21819bf2eb2dd768152711b384bb000b7 (patch)
tree361fb1fd0143203ae64dbb5e61df7a004f3a3541
parent830c4d502f037a4bc181d549e2b74a815c4c9d55 (diff)
downloadmeta-freescale-b51bf5d21819bf2eb2dd768152711b384bb000b7.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/classes/image_types_fsl.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-fsl-arm/classes/image_types_fsl.bbclass b/meta-fsl-arm/classes/image_types_fsl.bbclass
index a6248f936..86f4e450a 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}"
11# Handles i.MX mxs bootstream generation 11# Handles i.MX mxs bootstream generation
12# 12#
13 13
14IMAGE_FSTYPES_mxs =+ "uboot.mxsboot-sdcard"
15
16UBOOT_SUFFIX_SDCARD_mxs ?= "mxsboot-sdcard" 14UBOOT_SUFFIX_SDCARD_mxs ?= "mxsboot-sdcard"
17IMAGE_DEPENDS_uboot.mxsboot-sdcard = "u-boot-mxsboot-native u-boot" 15IMAGE_DEPENDS_uboot.mxsboot-sdcard = "u-boot-mxsboot-native u-boot"
18IMAGE_CMD_uboot.mxsboot-sdcard = "mxsboot sd ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX} \ 16IMAGE_CMD_uboot.mxsboot-sdcard = "mxsboot sd ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX} \