Re: [OE-core] [PATCH 2/7] wic:move wic src into meta/receipt-support/wic

2018-09-03 Thread Lu.Jiang
The patch move source code for wic from lib/script into meta/receipt-support/wic. Then wic compiled as an individual package. When building wic image on host, imagetype-wic.bbclass invoke wic-native. This is almost same as before. After applied those patch, wic also run on target, allow user

Re: [OE-core] [PATCH 2/7] wic:move wic src into meta/receipt-support/wic

2018-09-03 Thread Tim Orling
Also, what is the reason for the move? What problem does it solve? Why is it better to move it? On Sun, Sep 2, 2018 at 7:51 PM Tom Rini wrote: > On Mon, Sep 03, 2018 at 09:58:01AM +0800, Lu.Jiang wrote: > > > This patch simply move code from script/lib/wic into > >

Re: [OE-core] [PATCH 2/7] wic:move wic src into meta/receipt-support/wic

2018-09-02 Thread Tom Rini
On Mon, Sep 03, 2018 at 09:58:01AM +0800, Lu.Jiang wrote: > This patch simply move code from script/lib/wic into > meta/recipes-support/wic/files. I didn't touch code in this patch. > > Please see attachment for patch formatted with -M. Exactly, formatted with -M it's clear and a short patch.

Re: [OE-core] [PATCH 2/7] wic:move wic src into meta/receipt-support/wic

2018-09-02 Thread Lu.Jiang
This patch simply move code from script/lib/wic into meta/recipes-support/wic/files. I didn't touch code in this patch. Please see attachment for patch formatted with -M. Thanks Jiang Lu 在 2018年08月31日 21:53, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:05AM +0800, Jiang Lu wrote: Move wic

Re: [OE-core] [PATCH 2/7] wic:move wic src into meta/receipt-support/wic

2018-08-31 Thread Tom Rini
On Fri, Aug 31, 2018 at 10:15:05AM +0800, Jiang Lu wrote: > Move wic src into package directory. > > Signed-off-by: Jiang Lu > --- > meta/recipes-support/wic/files/wic.py | 542 ++ > meta/recipes-support/wic/files/wic/__init__.py | 20 + >