All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] sdcard_generation_command not being called for mx6ul
@ 2015-10-21 20:22 Felipe Provenzano
  2015-10-22 12:42 ` Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Felipe Provenzano @ 2015-10-21 20:22 UTC (permalink / raw)
  To: meta-freescale

When mx6ul was separated from the family mx6 (commit 24396b28f0137464cd82b9a19f705c1db180ead2 ) it started to create invalid sdcard images.
This is because of SDCARD_GENERATION_COMMAND no more being triggered.
The solution in this moment is add a mx6ul target for SDCARD_GENERATION_COMMAND.

Signed-off-by: Felipe Provenzano <felipeprovenzano@maxtrack.com.br>
---
 classes/image_types_fsl.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass
index f323a7d..d351348 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -89,6 +89,7 @@ SDCARD_GENERATION_COMMAND_mxs = "generate_mxs_sdcard"
 SDCARD_GENERATION_COMMAND_mx25 = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_mx5 = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_mx6 = "generate_imx_sdcard"
+SDCARD_GENERATION_COMMAND_mx6ul = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_mx7 = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_vf = "generate_imx_sdcard"
 
-- 
1.9.1



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

* Re: [meta-fsl-arm][PATCH] sdcard_generation_command not being called for mx6ul
  2015-10-21 20:22 [meta-fsl-arm][PATCH] sdcard_generation_command not being called for mx6ul Felipe Provenzano
@ 2015-10-22 12:42 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2015-10-22 12:42 UTC (permalink / raw)
  To: Felipe Provenzano; +Cc: meta-freescale

On Wed, Oct 21, 2015 at 6:22 PM, Felipe Provenzano
<felipeprovenzano@maxtrack.com.br> wrote:
> When mx6ul was separated from the family mx6 (commit 24396b28f0137464cd82b9a19f705c1db180ead2 ) it started to create invalid sdcard images.
> This is because of SDCARD_GENERATION_COMMAND no more being triggered.
> The solution in this moment is add a mx6ul target for SDCARD_GENERATION_COMMAND.
>
> Signed-off-by: Felipe Provenzano <felipeprovenzano@maxtrack.com.br>

Thanks for sending the new patch version. Please, next time, follow
the document[1] for commit guidelines.

1. http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

and mark the patch properly (v2).

For this time I fixed it locally, the commit message were change to:

Author: Felipe Provenzano <felipeprovenzano@maxtrack.com.br>
Date:   Wed Oct 21 18:22:23 2015 -0200

    image_types_fsl.bbclass: Fix image generation for i.MX 6UltraLite

    When the i.MX 6UltraLite (mx6ul) was separated from the SoC family mx6
    (commit 24396b28f0137464cd82b9a19f705c1db180ead2) it started to create
    invalid sdcard images.

    This is because of SDCARD_GENERATION_COMMAND no more being triggered.

    The solution in this moment is add a mx6ul override for the
    SDCARD_GENERATION_COMMAND definition.

    Signed-off-by: Felipe Provenzano <felipeprovenzano@maxtrack.com.br>

It is queued for merging. Thanks for fixing this.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2015-10-22 12:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21 20:22 [meta-fsl-arm][PATCH] sdcard_generation_command not being called for mx6ul Felipe Provenzano
2015-10-22 12:42 ` Otavio Salvador

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.