All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] image_types_fsl.bbclass: Support i.MX25 platforms
@ 2013-10-30 13:40 Gary Thomas
  2013-10-30 16:02 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2013-10-30 13:40 UTC (permalink / raw)
  To: meta-freescale

This change allows SD images to be built for i.MX25 platforms

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
---
  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 6f63402..7fd6a29 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -71,6 +71,7 @@ IMAGE_DEPENDS_sdcard = "parted-native dosfstools-native mtools-native \
  SDCARD = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.sdcard"
   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_vf60 = "generate_imx_sdcard"
-- 
1.7.9.5


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

end of thread, other threads:[~2013-10-30 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 13:40 [meta-fsl-arm][PATCH] image_types_fsl.bbclass: Support i.MX25 platforms Gary Thomas
2013-10-30 16:02 ` Otavio Salvador
2013-10-30 16:20   ` Gary Thomas

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.