[meta-freescale] [meta-fsl-arm][PATCH] image_types_fsl: explicitly state the origin of boot scripts

Eric Nelson eric.nelson at boundarydevices.com
Thu Feb 13 10:37:09 PST 2014


Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
---
 classes/image_types_fsl.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass
index 443abf7..3510452 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -145,7 +145,7 @@ generate_imx_sdcard () {
 		src=`echo $item | awk -F':' '{ print $1 }'`
 		dst=`echo $item | awk -F':' '{ print $2 }'`
 
-		mcopy -i ${WORKDIR}/boot.img -s $src ::/$dst
+		mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/$src ::/$dst
 	done
 
 	# Copy device tree file
-- 
1.8.3.2



More information about the meta-freescale mailing list