* [meta-fsl-arm][PATCH] Fix msdos partition type for generate_imx_sdcard
@ 2013-03-15 8:04 Vladan Jovanovic
2013-03-15 11:36 ` Daiane Angolini
0 siblings, 1 reply; 2+ messages in thread
From: Vladan Jovanovic @ 2013-03-15 8:04 UTC (permalink / raw)
To: meta-freescale
Signed-off-by: Vladan Jovanovic <vladan.jovanovic@gmail.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 6d1f6dd..b803aef 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -89,7 +89,7 @@ SDCARD_GENERATION_COMMAND_mx6 = "generate_imx_sdcard"
generate_imx_sdcard () {
# Create partition table
parted -s ${SDCARD} mklabel msdos
- parted -s ${SDCARD} unit KiB mkpart primary ${IMAGE_ROOTFS_ALIGNMENT} $(expr ${IMAGE_ROOTFS_ALIGNMENT} \+ ${BOOT_SPACE_ALIGNED})
+ parted -s ${SDCARD} unit KiB mkpart primary fat32 ${IMAGE_ROOTFS_ALIGNMENT} $(expr ${IMAGE_ROOTFS_ALIGNMENT} \+ ${BOOT_SPACE_ALIGNED})
parted -s ${SDCARD} unit KiB mkpart primary $(expr ${IMAGE_ROOTFS_ALIGNMENT} \+ ${BOOT_SPACE_ALIGNED}) $(expr ${IMAGE_ROOTFS_ALIGNMENT} \+ ${BOOT_SPACE_ALIGNED} \+ $ROOTFS_SIZE)
parted ${SDCARD} print
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-fsl-arm][PATCH] Fix msdos partition type for generate_imx_sdcard
2013-03-15 8:04 [meta-fsl-arm][PATCH] Fix msdos partition type for generate_imx_sdcard Vladan Jovanovic
@ 2013-03-15 11:36 ` Daiane Angolini
0 siblings, 0 replies; 2+ messages in thread
From: Daiane Angolini @ 2013-03-15 11:36 UTC (permalink / raw)
To: Vladan Jovanovic; +Cc: meta-freescale
On 03/15/2013 05:04 AM, Vladan Jovanovic wrote:
>
> Signed-off-by: Vladan Jovanovic <vladan.jovanovic@gmail.com>
> ---
Could you, please, detail why this patch is needed in the commit log?
If you have some log error, you may include it as well.
--
Daiane
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-15 11:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-15 8:04 [meta-fsl-arm][PATCH] Fix msdos partition type for generate_imx_sdcard Vladan Jovanovic
2013-03-15 11:36 ` Daiane Angolini
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.