Re: [OE-core] [PATCH] wic:mkefidisk:add use-uuid for all partitions

2018-09-27 Thread Lu.Jiang
Hi Richard, Ping for this patch. Thanks Jiang Lu 在 2018年09月25日 10:31, Lu.Jiang 写道: Hi Richard, The patch is revied by Tom, can you help merge this patch? Thanks Jiang Lu 在 2018年09月07日 19:56, Tom Rini 写道: On Fri, Sep 07, 2018 at 11:32:11AM +0800, Jiang Lu wrote: Add use-uuid for all

Re: [OE-core] [PATCH] wic:mkefidisk:add use-uuid for all partitions

2018-09-24 Thread Lu.Jiang
Hi Richard, The patch is revied by Tom, can you help merge this patch? Thanks Jiang Lu 在 2018年09月07日 19:56, Tom Rini 写道: On Fri, Sep 07, 2018 at 11:32:11AM +0800, Jiang Lu wrote: Add use-uuid for all partitions on mkefidisk.wks. Signed-off-by: Jiang Lu Reviewed-by: Tom Rini --

Re: [OE-core] [PATCH] wic:mkefidisk:add use-uuid for all partitions

2018-09-13 Thread Lu.Jiang
Hi all, Since the patch is reviewed, do I need send a pull-request for this? Thanks Jiang Lu 在 2018年09月07日 19:56, Tom Rini 写道: On Fri, Sep 07, 2018 at 11:32:11AM +0800, Jiang Lu wrote: Add use-uuid for all partitions on mkefidisk.wks. Signed-off-by: Jiang Lu Reviewed-by: Tom Rini --

Re: [OE-core] [PATCH 0/1] wic:mkefidisk:add use-uuid for all partitions

2018-09-06 Thread Lu.Jiang
在 2018年09月07日 11:16, Jiang Lu 写道: Hi all, This patch adds use-uuid for all partitions on mkefidisk.wks. Thanks Jiang Lu Please ignore this thread. Thanks Jiang Lu -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

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,

Re: [OE-core] [PATCH 6/7] wic:bootimg-efi:try other place for efi

2018-09-04 Thread Lu.Jiang
在 2018年09月05日 08:33, Tom Rini 写道: On Tue, Sep 04, 2018 at 10:33:43AM +0800, Lu.Jiang wrote: 在 2018年09月04日 10:26, Tom Rini 写道: On Tue, Sep 04, 2018 at 10:15:44AM +0800, Lu.Jiang wrote: 在 2018年09月03日 10:01, Lu.Jiang 写道: 在 2018年08月31日 21:52, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:09AM

Re: [OE-core] [PATCH 6/7] wic:bootimg-efi:try other place for efi

2018-09-03 Thread Lu.Jiang
在 2018年09月04日 10:26, Tom Rini 写道: On Tue, Sep 04, 2018 at 10:15:44AM +0800, Lu.Jiang wrote: 在 2018年09月03日 10:01, Lu.Jiang 写道: 在 2018年08月31日 21:52, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:09AM +0800, Jiang Lu wrote: When there is no useful efi in $kerneldir, try copy all efi from EFI/BOOT

Re: [OE-core] [PATCH 6/7] wic:bootimg-efi:try other place for efi

2018-09-03 Thread Lu.Jiang
在 2018年09月03日 10:01, Lu.Jiang 写道: 在 2018年08月31日 21:52, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:09AM +0800, Jiang Lu wrote: When there is no useful efi in $kerneldir, try copy all efi from EFI/BOOT into boot image. Signed-off-by: Jiang Lu ---   .../wic/files/wic/plugins/source/bootimg

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

2018-09-03 Thread Lu.Jiang
it solve? Why is it better to move it? On Sun, Sep 2, 2018 at 7:51 PM Tom Rini <mailto:tr...@konsulko.com>> wrote: 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 di

Re: [OE-core] [PATCH 6/7] wic:bootimg-efi:try other place for efi

2018-09-02 Thread Lu.Jiang
在 2018年08月31日 21:52, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:09AM +0800, Jiang Lu wrote: When there is no useful efi in $kerneldir, try copy all efi from EFI/BOOT into boot image. Signed-off-by: Jiang Lu --- .../wic/files/wic/plugins/source/bootimg-efi.py | 12

Re: [OE-core] [PATCH 5/7] wic:direct:remove same entry when updating fstab

2018-09-02 Thread Lu.Jiang
在 2018年08月31日 21:54, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:08AM +0800, Jiang Lu wrote: Remove same mountpoint entry when updating fstab. Signed-off-by: Jiang Lu --- meta/recipes-support/wic/files/wic/plugins/imager/direct.py | 3 +++ 1 file changed, 3 insertions(+) diff --git

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