Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] wic:mkefidisk:add use-uuid for all partitions
  2018-09-07  3:16 [PATCH 0/1] " Jiang Lu
@ 2018-09-07  3:16 ` Jiang Lu
  0 siblings, 0 replies; 7+ messages in thread
From: Jiang Lu @ 2018-09-07  3:16 UTC (permalink / raw)
  To: lu.jiang, openembedded-core; +Cc: trini

Add use-uuid for all partitions on mkefidisk.wks.

Signed-off-by: Jiang Lu <lu.jiang@windriver.com>
---
 scripts/lib/wic/canned-wks/mkefidisk.wks | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/lib/wic/canned-wks/mkefidisk.wks b/scripts/lib/wic/canned-wks/mkefidisk.wks
index 9f534fe..7bcb52f 100644
--- a/scripts/lib/wic/canned-wks/mkefidisk.wks
+++ b/scripts/lib/wic/canned-wks/mkefidisk.wks
@@ -2,10 +2,10 @@
 # long-description: Creates a partitioned EFI disk image that the user
 # can directly dd to boot media.
 
-part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --label msdos --active --align 1024
+part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --label msdos --active --align 1024 --use-uuid
 
 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
 
-part swap --ondisk sda --size 44 --label swap1 --fstype=swap
+part swap --ondisk sda --size 44 --label swap1 --fstype=swap --use-uuid
 
 bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 console=ttyS0,115200 console=tty0"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 0/1] wic:mkefidisk:add use-uuid for all partitions
@ 2018-09-07  3:32 Jiang Lu
  2018-09-07  3:32 ` [PATCH] " Jiang Lu
  0 siblings, 1 reply; 7+ messages in thread
From: Jiang Lu @ 2018-09-07  3:32 UTC (permalink / raw)
  To: lu.jiang, openembedded-core; +Cc: trini


Hi all, 

This patch adds use-uuid for all partitions on mkefidisk.wks.

Thanks
Jiang Lu


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] wic:mkefidisk:add use-uuid for all partitions
  2018-09-07  3:32 [PATCH 0/1] wic:mkefidisk:add use-uuid for all partitions Jiang Lu
@ 2018-09-07  3:32 ` Jiang Lu
  2018-09-07 11:56   ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Jiang Lu @ 2018-09-07  3:32 UTC (permalink / raw)
  To: lu.jiang, openembedded-core; +Cc: trini

Add use-uuid for all partitions on mkefidisk.wks.

Signed-off-by: Jiang Lu <lu.jiang@windriver.com>
---
 scripts/lib/wic/canned-wks/mkefidisk.wks | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/lib/wic/canned-wks/mkefidisk.wks b/scripts/lib/wic/canned-wks/mkefidisk.wks
index 9f534fe..f06f6cd 100644
--- a/scripts/lib/wic/canned-wks/mkefidisk.wks
+++ b/scripts/lib/wic/canned-wks/mkefidisk.wks
@@ -2,10 +2,10 @@
 # long-description: Creates a partitioned EFI disk image that the user
 # can directly dd to boot media.
 
-part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --label msdos --active --align 1024
+part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --label msdos --active --align 1024 --use-uuid
 
-part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
+part / --source rootfs --fstype=ext4 --label platform --align 1024 --use-uuid
 
-part swap --ondisk sda --size 44 --label swap1 --fstype=swap
+part swap --size 44 --label swap1 --fstype=swap --use-uuid
 
 bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 console=ttyS0,115200 console=tty0"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] wic:mkefidisk:add use-uuid for all partitions
  2018-09-07  3:32 ` [PATCH] " Jiang Lu
@ 2018-09-07 11:56   ` Tom Rini
  2018-09-14  2:23     ` Lu.Jiang
  2018-09-25  2:31     ` Lu.Jiang
  0 siblings, 2 replies; 7+ messages in thread
From: Tom Rini @ 2018-09-07 11:56 UTC (permalink / raw)
  To: Jiang Lu; +Cc: openembedded-core

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 <lu.jiang@windriver.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] wic:mkefidisk:add use-uuid for all partitions
  2018-09-07 11:56   ` Tom Rini
@ 2018-09-14  2:23     ` Lu.Jiang
  2018-09-25  2:31     ` Lu.Jiang
  1 sibling, 0 replies; 7+ messages in thread
From: Lu.Jiang @ 2018-09-14  2:23 UTC (permalink / raw)
  To: Tom Rini; +Cc: openembedded-core

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 <lu.jiang@windriver.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] wic:mkefidisk:add use-uuid for all partitions
  2018-09-07 11:56   ` Tom Rini
  2018-09-14  2:23     ` Lu.Jiang
@ 2018-09-25  2:31     ` Lu.Jiang
  2018-09-28  1:36       ` Lu.Jiang
  1 sibling, 1 reply; 7+ messages in thread
From: Lu.Jiang @ 2018-09-25  2:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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 <lu.jiang@windriver.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] wic:mkefidisk:add use-uuid for all partitions
  2018-09-25  2:31     ` Lu.Jiang
@ 2018-09-28  1:36       ` Lu.Jiang
  0 siblings, 0 replies; 7+ messages in thread
From: Lu.Jiang @ 2018-09-28  1:36 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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 partitions on mkefidisk.wks.
>>>
>>> Signed-off-by: Jiang Lu <lu.jiang@windriver.com>
>> Reviewed-by: Tom Rini <trini@konsulko.com>
>>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-09-28  1:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-07  3:32 [PATCH 0/1] wic:mkefidisk:add use-uuid for all partitions Jiang Lu
2018-09-07  3:32 ` [PATCH] " Jiang Lu
2018-09-07 11:56   ` Tom Rini
2018-09-14  2:23     ` Lu.Jiang
2018-09-25  2:31     ` Lu.Jiang
2018-09-28  1:36       ` Lu.Jiang
  -- strict thread matches above, loose matches on Subject: below --
2018-09-07  3:16 [PATCH 0/1] " Jiang Lu
2018-09-07  3:16 ` [PATCH] " Jiang Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox