diff options
-rw-r--r-- | classes/image_types_fsl.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass index d3513483..91641c70 100644 --- a/classes/image_types_fsl.bbclass +++ b/classes/image_types_fsl.bbclass | |||
@@ -324,4 +324,4 @@ IMAGE_CMD_sdcard () { | |||
324 | 324 | ||
325 | # The sdcard requires the rootfs filesystem to be built before using | 325 | # The sdcard requires the rootfs filesystem to be built before using |
326 | # it so we must make this dependency explicit. | 326 | # it so we must make this dependency explicit. |
327 | IMAGE_TYPEDEP_sdcard = "${@d.getVar('SDCARD_ROOTFS', 1).split('.')[-1]}" | 327 | IMAGE_TYPEDEP_sdcard += "${@d.getVar('SDCARD_ROOTFS', 1).split('.')[-1]}" |