[OE-core] [PATCH v2 2/5] image_types_wic: add do_populate_bootfs task

Mikko Ylinen mikko.ylinen at linux.intel.com
Fri May 12 07:51:20 UTC 2017


Hi Ed,


On 11/05/17 15:21, Ed Bartosh wrote:
> +        d.setVar("APPEND", "root=PARTUUID=%s" % partuuid)
> +        bb.build.exec_func('build_efi_cfg', d)

The rootfs wic allows you to build multiple rootfs'es in the image. With
that, it'd be good to be able to set PARTUUIDs for each of the rootfs
partitions and so that the bootloader LABELs give the options to boot
from those.

> +}
> +
> +addtask do_populate_bootfs after do_image before do_image_wic

What if user needed the artifacts on rootfs too. For example IMAGE_ROOTFS
could be used as is to prepare sw updates (meta-swupd or ostree).

-- Mikko



More information about the Openembedded-core mailing list