Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC 0/2] add a minimal genimage support
@ 2015-02-12 22:33 Vivien Didelot
  2015-02-12 22:33 ` [Buildroot] [RFC 1/2] Makefile: add target-genimage Vivien Didelot
  2015-02-12 22:33 ` [Buildroot] [RFC 2/2] boards/raspberrypi: add a sample genimage config Vivien Didelot
  0 siblings, 2 replies; 7+ messages in thread
From: Vivien Didelot @ 2015-02-12 22:33 UTC (permalink / raw)
  To: buildroot

This patchset adds a minimal support for genimage config files, to ease the
generation of custom complete target images.

The first patch explains the convenience of this host tool, and adds the
mechanism to wrap and call genimage against optional config file(s).

The second patch uses the Raspberry Pi as an example for genimage. This shows
how Buildroot can be used to create a fully functional SD card image with a
persistent rootfs, without the need to mount any partition.

Vivien Didelot (2):
  Makefile: add target-genimage
  boards/raspberrypi: add a sample genimage config

 Makefile                                  | 17 +++++++++++++++--
 board/raspberrypi/genimage/persistent.cfg | 29 +++++++++++++++++++++++++++++
 board/raspberrypi/readme.txt              |  9 +++++++--
 configs/raspberrypi_defconfig             |  4 ++++
 system/Config.in                          | 22 ++++++++++++++++++++++
 5 files changed, 77 insertions(+), 4 deletions(-)
 create mode 100644 board/raspberrypi/genimage/persistent.cfg

-- 
2.3.0

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

end of thread, other threads:[~2015-02-25 10:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 22:33 [Buildroot] [RFC 0/2] add a minimal genimage support Vivien Didelot
2015-02-12 22:33 ` [Buildroot] [RFC 1/2] Makefile: add target-genimage Vivien Didelot
2015-02-14 17:24   ` Danomi Manchego
2015-02-16 16:41     ` Vivien Didelot
2015-02-17  2:37       ` Danomi Manchego
2015-02-25 10:48         ` Zoltan Gyarmati
2015-02-12 22:33 ` [Buildroot] [RFC 2/2] boards/raspberrypi: add a sample genimage config Vivien Didelot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox