]> code.ossystems Code Review - meta-freescale.git/commitdiff
image_types_fsl.bbclass: Allow sdcard dependencies to be set
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 16 Jul 2016 12:47:12 +0000 (09:47 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 5 Aug 2016 17:51:53 +0000 (14:51 -0300)
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>
classes/image_types_fsl.bbclass

index d3513483c1a2860c7b2c920e2f69822133ede1a1..91641c703110dc17a366de47c38e86863493a339 100644 (file)
@@ -324,4 +324,4 @@ IMAGE_CMD_sdcard () {
 
 # The sdcard requires the rootfs filesystem to be built before using
 # it so we must make this dependency explicit.
-IMAGE_TYPEDEP_sdcard = "${@d.getVar('SDCARD_ROOTFS', 1).split('.')[-1]}"
+IMAGE_TYPEDEP_sdcard += "${@d.getVar('SDCARD_ROOTFS', 1).split('.')[-1]}"