Re: [OE-core] [v2] [PATCH 0/7] wic:allow wic compile as an individual package

2018-09-07 Thread Tom Rini
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

Re: [OE-core] [v2] [PATCH 0/7] wic:allow wic compile as an individual package

2018-09-06 Thread Lu.Jiang
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

[OE-core] [v2] [PATCH 0/7] wic:allow wic compile as an individual package

2018-08-30 Thread Jiang Lu
[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