All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hiraku Toyooka <hiraku.toyooka@cybertrust.co.jp>
To: meta-freescale@yoctoproject.org
Cc: Hiraku Toyooka <hiraku.toyooka@cybertrust.co.jp>
Subject: [PATCH 1/2] image_types_fsl: define SDCARD_GENERATION_COMMAND for use-mainline-bsp
Date: Thu,  5 Oct 2017 13:21:02 +0900	[thread overview]
Message-ID: <1507177263-6630-2-git-send-email-hiraku.toyooka@cybertrust.co.jp> (raw)
In-Reply-To: <1507177263-6630-1-git-send-email-hiraku.toyooka@cybertrust.co.jp>

When we use the use-mainline-bsp override, SDCARD_GENERATION_COMMAND
becomes empty. As a result, incomplete SD card image is generated.
This patch fixes the problem by specifying appropriate command.

Signed-off-by: Hiraku Toyooka <hiraku.toyooka@cybertrust.co.jp>
---
 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 91b6c4e..7609e3d 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -91,6 +91,7 @@ SDCARD_GENERATION_COMMAND_mx5 = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_mx6 = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_mx7 = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_vf = "generate_imx_sdcard"
+SDCARD_GENERATION_COMMAND_use-mainline-bsp = "generate_imx_sdcard"
 
 
 #
-- 
2.7.4



  reply	other threads:[~2017-10-05  4:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-05  4:21 [PATCH 0/2] fix build failure for use-mainline-bsp Hiraku Toyooka
2017-10-05  4:21 ` Hiraku Toyooka [this message]
2017-10-05 17:11   ` [PATCH 1/2] image_types_fsl: define SDCARD_GENERATION_COMMAND " Otavio Salvador
2017-10-05 18:00     ` Daiane Angolini
2017-10-05 18:26       ` Otavio Salvador
2017-10-06  0:39         ` Hiraku Toyooka
2017-10-06  1:33           ` Otavio Salvador
2017-10-06  5:05             ` Hiraku Toyooka
2017-10-06  5:07               ` Otavio Salvador
2017-10-06  5:49                 ` Hiraku Toyooka
2017-10-05  4:21 ` [PATCH 2/2] machines: fix dtb build failure when use-mainline-bsp is used Hiraku Toyooka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1507177263-6630-2-git-send-email-hiraku.toyooka@cybertrust.co.jp \
    --to=hiraku.toyooka@cybertrust.co.jp \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.