All of lore.kernel.org
 help / color / mirror / Atom feed
* [wic][PATCH] wic: Update after plugin name changes once again
@ 2026-06-17 13:29 Gaël PORTAY
  2026-06-24  2:06 ` Trevor Woerner
  0 siblings, 1 reply; 2+ messages in thread
From: Gaël PORTAY @ 2026-06-17 13:29 UTC (permalink / raw)
  To: yocto-patches; +Cc: twoerner, Gaël PORTAY

Update the plugin names to account for the "-" to "_" plugin name change.

See commit 78a3c516077 ("wic: Update after plugin name changes")

Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
---
 src/wic/help.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wic/help.py b/src/wic/help.py
index 5d7c404..7bc9d70 100644
--- a/src/wic/help.py
+++ b/src/wic/help.py
@@ -817,7 +817,7 @@ DESCRIPTION
       # long-description: Creates a partitioned EFI disk image that the user
       # can directly dd to boot media.
 
-      part /boot --source bootimg-efi --ondisk sda --fstype=efi --active
+      part /boot --source bootimg_efi --ondisk sda --fstype=efi --active
 
       part / --source rootfs --ondisk sda --fstype=ext3 --label platform
 
-- 
2.43.0



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

* Re: [wic][PATCH] wic: Update after plugin name changes once again
  2026-06-17 13:29 [wic][PATCH] wic: Update after plugin name changes once again Gaël PORTAY
@ 2026-06-24  2:06 ` Trevor Woerner
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2026-06-24  2:06 UTC (permalink / raw)
  To: Gaël PORTAY; +Cc: yocto-patches

On Wed 2026-06-17 @ 03:29:55 PM, Gaël PORTAY wrote:
> Update the plugin names to account for the "-" to "_" plugin name change.
> 
> See commit 78a3c516077 ("wic: Update after plugin name changes")
> 
> Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
> ---
>  src/wic/help.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Added to wic, master branch.
Thanks!


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

end of thread, other threads:[~2026-06-24  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 13:29 [wic][PATCH] wic: Update after plugin name changes once again Gaël PORTAY
2026-06-24  2:06 ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.