All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] support/scripts: add generic genimage wrapper
@ 2017-03-27 16:47 Phelip Etienne
  2017-03-27 16:47 ` [Buildroot] [PATCH 1/2] support/scripts: add generic genimage script Phelip Etienne
  2017-03-27 16:47 ` [Buildroot] [PATCH 2/2] board/raspberrypi: use " Phelip Etienne
  0 siblings, 2 replies; 7+ messages in thread
From: Phelip Etienne @ 2017-03-27 16:47 UTC (permalink / raw)
  To: buildroot

Many boards are using the same genimage command in their post-image.sh
script.

This adds a generic wrapper for this command in support/scripts. The
post-image.sh for rapsberrypi script has been updated to use this
wrapper.

Another patch set will follow this one in order to update all boards
using genimage to use the wrapper.

Phelip Etienne (2):
  support/scripts: add generic genimage script
  board/raspberrypi: use generic genimage script

 board/raspberrypi/post-image.sh | 10 +---------
 support/scripts/genimage.sh     | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 9 deletions(-)
 create mode 100644 support/scripts/genimage.sh

-- 
2.9.3

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

end of thread, other threads:[~2017-03-27 22:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-27 16:47 [Buildroot] [PATCH 0/2] support/scripts: add generic genimage wrapper Phelip Etienne
2017-03-27 16:47 ` [Buildroot] [PATCH 1/2] support/scripts: add generic genimage script Phelip Etienne
2017-03-27 20:40   ` Arnout Vandecappelle
2017-03-27 21:06     ` Étienne Phélip
2017-03-27 22:03       ` Arnout Vandecappelle
2017-03-27 16:47 ` [Buildroot] [PATCH 2/2] board/raspberrypi: use " Phelip Etienne
2017-03-27 20:44   ` Arnout Vandecappelle

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.