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 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto