]> code.ossystems Code Review - openembedded-core.git/commit
wic-image-minimal: add wic image recipe and .wks
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 19 Aug 2015 14:29:53 +0000 (17:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Sep 2015 22:38:03 +0000 (23:38 +0100)
commit6c33bad0284a2958c45e007e76d615354269bc9d
tree90b2ba21dd66ff054f76a8cd5f05ad9eb4a636af
parent6d20514b1289212991b4945ad267f85960dc945c
wic-image-minimal: add wic image recipe and .wks

Added example of recipe and .wks file to create partitioned image.

This image is using quite complex partitioning scheme.
It uses its own rootfs to populate two partitions in two different ways.
It also uses core-image-minimal rootfs to populate another partition.

This is how wic reports about artifacts used to create this image:
  ROOTFS_DIR: tmp/work/qemux86_64-poky-linux/wic-image-minimal/1.0-r0/rootfs
  ROOTFS_DIR["/core"]: tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/rootfs
  ROOTFS_DIR["/backup"]: tmp/work/qemux86_64-poky-linux/wic-image-minimal/1.0-r0/rootfs
  BOOTIMG_DIR: tmp/sysroots/qemux86-64/usr/share
  KERNEL_DIR: tmp/deploy/images/qemux86-64
  NATIVE_SYSROOT: tmp/sysroots/x86_64-linux

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/images/wic-image-minimal.bb [new file with mode: 0644]
meta/recipes-extended/images/wic-image-minimal.wks [new file with mode: 0644]