[Buildroot] [PATCH 0/2] support/scripts: add generic genimage wrapper

Phelip Etienne etienne.phelip at savoirfairelinux.com
Mon Mar 27 16:47:28 UTC 2017


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



More information about the buildroot mailing list