All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 0/2] wic support
@ 2014-12-10 12:12 Maciej Borzecki
  2014-12-10 12:12 ` [meta-raspberrypi][PATCH 1/2] raspberrypi.conf: add IMAGE_BOOT_FILES Maciej Borzecki
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Maciej Borzecki @ 2014-12-10 12:12 UTC (permalink / raw)
  To: yocto, Andrei Gherzan, Dan McGregor, Paul Barker; +Cc: Maciek Borzecki

The patch series adds support for wic image build tool. The patches allow for a
bootable SD card image to be built with wic, without any additional changes.

The first patch defines an IMAGE_BOOT_FILES variable that will pick up all of
bcm2835 boot files and the kernel file (renaming it to kernel.img). The patch
uses glob pattern and thus depends on a patch series posted here:
http://lists.openembedded.org/pipermail/openembedded-core/2014-December/099732.html

The second patch adds a kickstart file that mirrors the layout defined in
sdcard_image-rpi.bbclass. Note that this patch is mainly for reference, as the
default sdimage-bootpart.wks from Poky will also produce a bootable image.

Maciej Borzecki (2):
  raspberrypi.conf: add IMAGE_BOOT_FILES
  sdimage-raspberrypi.wks: kickstart image definition

 conf/machine/raspberrypi.conf                        | 2 ++
 scripts/lib/image/canned-wks/sdimage-raspberrypi.wks | 6 ++++++
 2 files changed, 8 insertions(+)
 create mode 100644 scripts/lib/image/canned-wks/sdimage-raspberrypi.wks

-- 
1.9.3



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

end of thread, other threads:[~2015-01-25 22:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 12:12 [meta-raspberrypi][PATCH 0/2] wic support Maciej Borzecki
2014-12-10 12:12 ` [meta-raspberrypi][PATCH 1/2] raspberrypi.conf: add IMAGE_BOOT_FILES Maciej Borzecki
2014-12-10 12:12 ` [meta-raspberrypi][PATCH 2/2] sdimage-raspberrypi.wks: kickstart image definition Maciej Borzecki
2015-01-07 11:26 ` [meta-raspberrypi][PATCH 0/2] wic support Maciej Borzecki
2015-01-14 20:50   ` Andrei Gherzan
2015-01-25 22:04 ` Andrei Gherzan

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.