From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>,
"Cooper Jr., Franklin" <fcooper@ti.com>
Subject: Re: [PATCH 2/3] Remove unnecessary binary from boot partition
Date: Wed, 2 Oct 2013 09:59:10 -0400 [thread overview]
Message-ID: <20131002135909.GE31698@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED1015977A7FB@DLEE11.ent.ti.com>
On Wed, Oct 02, 2013 at 01:11:24PM +0000, Maupin, Chase wrote:
> Acked-by: Chase Maupin <chase.maupin@ti.com>
Ack.
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> >Sent: Tuesday, October 01, 2013 1:04 PM
> >To: meta-arago@arago-project.org
> >Cc: Cooper Jr., Franklin
> >Subject: [meta-arago] [PATCH 2/3] Remove unnecessary binary from
> >boot partition
> >
> >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> >---
> > lib/oesdk/package-sdks | 6 ++++++
> > 1 files changed, 6 insertions(+), 0 deletions(-)
> >
> >diff --git a/lib/oesdk/package-sdks b/lib/oesdk/package-sdks
> >index 49f1fe7..8f4e5e2 100644
> >--- a/lib/oesdk/package-sdks
> >+++ b/lib/oesdk/package-sdks
> >@@ -42,6 +42,12 @@ create_sd_card_content() {
> > mv u-boot-$m.bin u-boot.bin
> > fi
> >
> >+ # Remove this binary since it wouldn't be used in the boot
> >partition
> >+ if [ -e u-boot-spl.bin-$m ]
> >+ then
> >+ rm u-boot-spl.bin-$m
> >+ fi
> >+
> > # For some devices the uImage and dtb files are read from
> >the /boot
> > # directory of the rootfs. In this case do not package the
> >uImage
> > # and device tree files into the boot partition as it will
> >cause
> >--
> >1.7.0.4
> >
> >_______________________________________________
> >meta-arago mailing list
> >meta-arago@arago-project.org
> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2013-10-02 13:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 18:04 [PATCH 1/3] Generalize PACKAGE_BOOT_UIMAGE variable Franklin S. Cooper Jr
2013-10-01 18:04 ` [PATCH 2/3] Remove unnecessary binary from boot partition Franklin S. Cooper Jr
2013-10-02 13:11 ` Maupin, Chase
2013-10-02 13:59 ` Denys Dmytriyenko [this message]
2013-10-01 18:04 ` [PATCH 3/3] Don't package kernel files in boot partition for AMSDK 7.0 Franklin S. Cooper Jr
2013-10-02 13:11 ` Maupin, Chase
2013-10-02 14:00 ` Denys Dmytriyenko
2013-10-04 20:41 ` Denys Dmytriyenko
2013-10-02 13:07 ` [PATCH 1/3] Generalize PACKAGE_BOOT_UIMAGE variable Maupin, Chase
2013-10-02 13:27 ` Cooper Jr., Franklin
2013-10-02 13:31 ` Denys Dmytriyenko
2013-10-04 15:01 ` Cooper Jr., Franklin
2013-10-04 20:48 ` Denys Dmytriyenko
2013-10-05 0:48 ` Cooper Jr., Franklin
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=20131002135909.GE31698@edge \
--to=denys@ti.com \
--cc=chase.maupin@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.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.