All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Support for changing the imager used in wic.
@ 2018-10-08 13:43 Davis, Michael
  2018-10-08 15:43 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Davis, Michael @ 2018-10-08 13:43 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1851 bytes --]

From 136d6214b6fc2c1118dac5b7f3e029ed006fab8a Mon Sep 17 00:00:00 2001

From: Paul Knopf <pauldotknopf at gmail.com<https://lists.yoctoproject.org/listinfo/yocto>>

Date: Mon, 21 May 2018 16:56:51 -0400

Subject: [PATCH] Support for changing the imager used in wic.



---

 scripts/lib/wic/engine.py | 2 +-

 scripts/wic               | 1 +

 2 files changed, 2 insertions(+), 1 deletion(-)



diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py

index edcfab3..d7c5c11 100644

--- a/scripts/lib/wic/engine.py

+++ b/scripts/lib/wic/engine.py

@@ -191,7 +191,7 @@ def wic_create(wks_file, rootfs_dir, bootimg_dir,

kernel_dir,

     if not os.path.exists(options.outdir):

         os.makedirs(options.outdir)



-    pname = 'direct'

+    pname = options.imager

     plugin_class = PluginMgr.get_plugins('imager').get(pname)

     if not plugin_class:

         raise WicError('Unknown plugin: %s' % pname)

diff --git a/scripts/wic b/scripts/wic

index 7392bc4..255e524 100755

--- a/scripts/wic

+++ b/scripts/wic

@@ -360,6 +360,7 @@ def wic_init_parser_create(subparser):

     subparser.add_argument("-v", "--vars", dest='vars_dir',

                       help="directory with <image>.env files that store "

                            "bitbake variables")

+    subparser.add_argument("-i", "--imager", dest="imager",

default="direct", help="the wic imager plugin")

     subparser.add_argument("-D", "--debug", dest="debug",

action="store_true",

                       default=False, help="output debug information")

     return

--

2.7.4


I found this patch that got sent to the yocto mailing list, but never made it to the correct mailing list.
I would really like to have the functionality if it is possible to get it pulled in.


[-- Attachment #2: Type: text/html, Size: 6989 bytes --]

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

end of thread, other threads:[~2018-10-08 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08 13:43 [PATCH] Support for changing the imager used in wic Davis, Michael
2018-10-08 15:43 ` Burton, Ross

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.