summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/image_types_fsl.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass
index e1970b2a..3010082f 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -329,11 +329,11 @@ IMAGE_CMD_sdcard () {
329 329
330# The sdcard requires the rootfs filesystem to be built before using 330# The sdcard requires the rootfs filesystem to be built before using
331# it so we must make this dependency explicit. 331# it so we must make this dependency explicit.
332IMAGE_TYPEDEP_sdcard += "${@d.getVar('SDCARD_ROOTFS', 1).split('.')[-1]}" 332IMAGE_TYPEDEP_sdcard_append = " ${@d.getVar('SDCARD_ROOTFS', 1).split('.')[-1]}"
333 333
334# In case we are building for i.MX23 or i.MX28 we need to have the 334# In case we are building for i.MX23 or i.MX28 we need to have the
335# image stream built before the sdcard generation 335# image stream built before the sdcard generation
336IMAGE_TYPEDEP_sdcard += " \ 336IMAGE_TYPEDEP_sdcard_append = " \
337 ${@bb.utils.contains('IMAGE_FSTYPES', 'uboot-mxsboot-sdcard', 'uboot-mxsboot-sdcard', '', d)} \ 337 ${@bb.utils.contains('IMAGE_FSTYPES', 'uboot-mxsboot-sdcard', 'uboot-mxsboot-sdcard', '', d)} \
338 ${@bb.utils.contains('IMAGE_FSTYPES', 'barebox-mxsboot-sdcard', 'barebox-mxsboot-sdcard', '', d)} \ 338 ${@bb.utils.contains('IMAGE_FSTYPES', 'barebox-mxsboot-sdcard', 'barebox-mxsboot-sdcard', '', d)} \
339" 339"