On Fri, Sep 07, 2018 at 11:02:23AM +0800, Lu.Jiang wrote:
> Hi all,
>
> Thanks Tom help me review this patch.
>
> The patch intend to bring wic into target, allow it generate new image at
> runtime.
> For example, most x86 board can boot from USB or SATA, then wic enable uuid
> for partition to
Hi all,
Thanks Tom help me review this patch.
The patch intend to bring wic into target, allow it generate new image
at runtime.
For example, most x86 board can boot from USB or SATA, then wic enable
uuid for partition to distinguish different device. If we use same image
for all device, uui
[V2]
Rebase patch to latest oe-core commmit.
[V1 log]
This patch set intend to allow wic compile as an individual package, then it
can run both on host & target side.
On host, it invoke by image_type_wic.bbclass to as a native tool to generate
wic image.
Patch 1-4 make wic compile as a nativ