All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] image_types_fsl: explicitly state the origin of boot scripts
@ 2014-02-13 18:37 Eric Nelson
  2014-02-13 18:39 ` Eric Nelson
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Nelson @ 2014-02-13 18:37 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Eric Nelson <eric.nelson@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-fsl-arm][PATCH] image_types_fsl: explicitly state the origin of boot scripts
  2014-02-13 18:37 [meta-fsl-arm][PATCH] image_types_fsl: explicitly state the origin of boot scripts Eric Nelson
@ 2014-02-13 18:39 ` Eric Nelson
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Nelson @ 2014-02-13 18:39 UTC (permalink / raw)
  To: meta-freescale

Hi all,

On 02/13/2014 11:37 AM, Eric Nelson wrote:
> Signed-off-by: Eric Nelson <eric.nelson@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
>

I wasn't able to find how this changed, but it seems better to have
an explicit reference to the source of this operation.

Regards,


Eric



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-13 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-13 18:37 [meta-fsl-arm][PATCH] image_types_fsl: explicitly state the origin of boot scripts Eric Nelson
2014-02-13 18:39 ` Eric Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.