From: Alexey Ignatov <lexszero@gmail.com>
To: meta-freescale@yoctoproject.org
Cc: Alexey Ignatov <lexszero@gmail.com>
Subject: [PATCH 1/2] image_types_fsl.bbclass: add uboot.mxsboot-nand image generation
Date: Mon, 2 Jun 2014 17:24:33 +0400 [thread overview]
Message-ID: <1401715474-18181-1-git-send-email-lexszero@gmail.com> (raw)
---
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
next reply other threads:[~2014-06-02 13:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 13:24 Alexey Ignatov [this message]
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
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=1401715474-18181-1-git-send-email-lexszero@gmail.com \
--to=lexszero@gmail.com \
--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.