summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-16 09:47:12 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-16 09:47:12 -0300
commitd32f26450ee517e335ba503dda4a789bebdb4c25 (patch)
treec3ed97da645aa6af2adbe62ab52ff43b70c484ba /classes
parent5ecf9fb227de169092d327e48270a9432999c3c8 (diff)
downloadmeta-fsl-arm-d32f26450ee517e335ba503dda4a789bebdb4c25.tar.gz
image_types_fsl.bbclass: Allow sdcard dependencies to be set
Instead of resetting the sdcard dependencies, we append them. This allow those to be set before class inherit. Change-Id: I588a549abfe756fea38d0133c5c21ef06dfcb230 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'classes')
-rw-r--r--classes/image_types_fsl.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass
index d351348..91641c7 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.
327IMAGE_TYPEDEP_sdcard = "${@d.getVar('SDCARD_ROOTFS', 1).split('.')[-1]}" 327IMAGE_TYPEDEP_sdcard += "${@d.getVar('SDCARD_ROOTFS', 1).split('.')[-1]}"