On Wed, Oct 02, 2013 at 01:11:24PM +0000, Maupin, Chase wrote: > Acked-by: Chase Maupin <[email protected]>
Ack. > >-----Original Message----- > >From: [email protected] [mailto:meta-arago- > >[email protected]] On Behalf Of Cooper Jr., Franklin > >Sent: Tuesday, October 01, 2013 1:04 PM > >To: [email protected] > >Cc: Cooper Jr., Franklin > >Subject: [meta-arago] [PATCH 2/3] Remove unnecessary binary from > >boot partition > > > >Signed-off-by: Franklin S. Cooper Jr <[email protected]> > >--- > > 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 > >[email protected] > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
