summaryrefslogtreecommitdiffstats
path: root/classes
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
commit4c574b5d705bde897a2e0c7d8bc90ffc6925b631 (patch)
tree49130693dfc33d526cfb9f5d3b497aefce0f0e87 /classes
parentf75e68839960063cbbc22ebf46f25e555eaf77b0 (diff)
downloadmeta-fsl-arm-4c574b5d705bde897a2e0c7d8bc90ffc6925b631.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>
Diffstat (limited to 'classes')
-rw-r--r--classes/image_types_fsl.bbclass2
1 files changed, 0 insertions, 2 deletions
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}"
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} \