Openembedded Core Discussions
 help / color / mirror / Atom feed
* [Patch 0/9]: support for generating SD images from wic
@ 2014-09-22 11:35 Maciej Borzecki
  2014-09-22 11:35 ` [PATCH 1/9] wic: minor comment update Maciej Borzecki
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Maciej Borzecki @ 2014-09-22 11:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tom Zanussi, Otavio Salvador, Denys Dmytriyenko

This patch series is a proposal that adds support for generating SD
card images for embedded boards using wic. I did not want to cross
post to meta-ti and meta-freescale so Denys and Otavio are added in
CC. I would be glad to receive some feedback from you.

So far, the 2 most common scenarios I've seen are that either the boot
files need to be located in a specific partition, or the bootloader is
located within the disk image, typically directly following MBR. The
series implements support for the first case. The second case should
be easily supportable on top of this code.

Within the context of boot partition, the proposal adds a new variable
IMAGE_BOOT_FILES. The variable contains a list of files that need to
be copied to the boot partition, possibly being renamed during the
process (example BBB support lists u-boot.img and MLO, analogical
config can be made up for RsPI). By default the files are picked up
from DEPLOY_DIR_IMAGE.

Patches 1-4 solve some general problems in wic, so if these go through
review I'd recommend merging them to master. If that's more convenient
I can post them again as a separate series.

Patches 5-8 implement IMAGE_BOOT_FILES support, wic source plugin and
a kickstart for SD card.

Patch 9 adds IMAGE_BOOT_FILES to yocto-bsp BBB config.



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

end of thread, other threads:[~2014-09-23 19:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 11:35 [Patch 0/9]: support for generating SD images from wic Maciej Borzecki
2014-09-22 11:35 ` [PATCH 1/9] wic: minor comment update Maciej Borzecki
2014-09-22 11:35 ` [PATCH 2/9] wic: use IMAGE_EXTRA_SPACE for vfat rootfs Maciej Borzecki
2014-09-22 11:35 ` [PATCH 3/9] wic: fix vfat partition sector count only if needed Maciej Borzecki
2014-09-22 11:35 ` [PATCH 4/9] wic: set bootimg_dir when using image-name artifacts Maciej Borzecki
2014-09-22 11:35 ` [PATCH 5/9] ref-manual: document IMAGE_BOOT_FILES Maciej Borzecki
2014-09-22 12:36   ` Alexandre Belloni
2014-09-22 11:35 ` [PATCH 6/9] documentation.conf: " Maciej Borzecki
2014-09-22 11:35 ` [PATCH 7/9] wic: add new bootimg-partition plugin Maciej Borzecki
2014-09-22 11:35 ` [PATCH 8/9] wic: add sdimage-bootpart kickstart file Maciej Borzecki
2014-09-22 11:35 ` [PATCH 9/9] beaglebone.conf: add IMAGE_BOOT_FILES Maciej Borzecki
2014-09-23 18:31   ` Denys Dmytriyenko
2014-09-23 19:04     ` Maciej Borzecki
2014-09-23 19:09       ` Richard Purdie
2014-09-23 19:15         ` Maciej Borzecki
2014-09-22 12:57 ` [Patch 0/9]: support for generating SD images from wic Alexandre Belloni
2014-09-23 19:28 ` Tom Zanussi

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