All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] image_types_fsl.bbclass: add uboot.mxsboot-nand image generation
@ 2014-06-02 13:24 Alexey Ignatov
  2014-06-02 13:24 ` [PATCH 2/2] imx28evk: add MXSBOOT_ARGS Alexey Ignatov
  2014-06-02 21:49 ` [PATCH 1/2] image_types_fsl.bbclass: add uboot.mxsboot-nand image generation Otavio Salvador
  0 siblings, 2 replies; 4+ messages in thread
From: Alexey Ignatov @ 2014-06-02 13:24 UTC (permalink / raw)
  To: meta-freescale; +Cc: Alexey Ignatov

---
 classes/image_types_fsl.bbclass | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass
index dfa55e4..d585512 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -59,6 +59,12 @@ IMAGE_DEPENDS_uboot.mxsboot-sdcard = "u-boot-mxsboot-native:do_populate_sysroot
 IMAGE_CMD_uboot.mxsboot-sdcard = "mxsboot sd ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX} \
                                              ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.uboot.mxsboot-sdcard"
 
+IMAGE_DEPENDS_uboot.mxsboot-nand = "u-boot-mxsboot-native:do_populate_sysroot \
+                                      u-boot:do_deploy"
+IMAGE_CMD_uboot.mxsboot-nand = "mxsboot ${MXSBOOT_ARGS} nand \
+                                             ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX} \
+                                             ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.uboot.mxsboot-nand"
+
 # Boot partition volume id
 BOOTDD_VOLUME_ID ?= "Boot ${MACHINE}"
 
-- 
1.8.2.1



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

end of thread, other threads:[~2014-06-02 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 13:24 [PATCH 1/2] image_types_fsl.bbclass: add uboot.mxsboot-nand image generation Alexey Ignatov
2014-06-02 13:24 ` [PATCH 2/2] imx28evk: add MXSBOOT_ARGS Alexey Ignatov
2014-06-02 21:52   ` Otavio Salvador
2014-06-02 21:49 ` [PATCH 1/2] image_types_fsl.bbclass: add uboot.mxsboot-nand image generation 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.