All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ref-manual: add WIC_CREATE_EXTRA_ARGS to var glossary
@ 2021-05-21 20:52 Robert P. J. Day
  2021-05-27 10:47 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2021-05-21 20:52 UTC (permalink / raw)
  To: YP docs mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 0b61f77cb..1863fb21d 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8600,6 +8600,21 @@ system and gives an overview of their function and contents.
       can control with this variable, see the
       ":ref:`insane.bbclass <ref-classes-insane>`" section.

+   :term:`WIC_CREATE_EXTRA_ARGS`
+      Extra arguments to be added when running ``wic create``. Possibilities
+      can be seen by running ``wic help create``::
+
+         SYNOPSIS
+          wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>]
+           [-e | --image-name] [-s, --skip-build-check] [-D, --debug]
+           [-r, --rootfs-dir] [-b, --bootimg-dir]
+           [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs]
+           [-c, --compress-with] [-m, --bmap] [--no-fstab-update]
+
+      As an example, some Freescale configurations include the line::
+
+         WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"
+
    :term:`WKS_FILE`
       Specifies the location of the Wic kickstart file that is used by the
       OpenEmbedded build system to create a partitioned image

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* Re: [docs] [PATCH] ref-manual: add WIC_CREATE_EXTRA_ARGS to var glossary
  2021-05-21 20:52 [PATCH] ref-manual: add WIC_CREATE_EXTRA_ARGS to var glossary Robert P. J. Day
@ 2021-05-27 10:47 ` Quentin Schulz
  2021-05-27 11:58   ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2021-05-27 10:47 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: YP docs mailing list

On Fri, May 21, 2021 at 04:52:47PM -0400, Robert P. J. Day wrote:
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 
> ---
> 
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index 0b61f77cb..1863fb21d 100644
> --- a/documentation/ref-manual/variables.rst
> +++ b/documentation/ref-manual/variables.rst
> @@ -8600,6 +8600,21 @@ system and gives an overview of their function and contents.
>        can control with this variable, see the
>        ":ref:`insane.bbclass <ref-classes-insane>`" section.
> 
> +   :term:`WIC_CREATE_EXTRA_ARGS`
> +      Extra arguments to be added when running ``wic create``. Possibilities

Which is run when "wic" is in "IMAGE_FSTYPES" isn't it? I guess not
everyone explicitly calls `wic create` in their own image recipe?

Would it make sense to add this notion to the doc here?

Cheers,
Quentin

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

* Re: [docs] [PATCH] ref-manual: add WIC_CREATE_EXTRA_ARGS to var glossary
  2021-05-27 10:47 ` [docs] " Quentin Schulz
@ 2021-05-27 11:58   ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2021-05-27 11:58 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: YP docs mailing list

On Thu, 27 May 2021, Quentin Schulz wrote:

> On Fri, May 21, 2021 at 04:52:47PM -0400, Robert P. J. Day wrote:
> >
> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> >
> > ---
> >
> > diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> > index 0b61f77cb..1863fb21d 100644
> > --- a/documentation/ref-manual/variables.rst
> > +++ b/documentation/ref-manual/variables.rst
> > @@ -8600,6 +8600,21 @@ system and gives an overview of their function and contents.
> >        can control with this variable, see the
> >        ":ref:`insane.bbclass <ref-classes-insane>`" section.
> >
> > +   :term:`WIC_CREATE_EXTRA_ARGS`
> > +      Extra arguments to be added when running ``wic create``. Possibilities
>
> Which is run when "wic" is in "IMAGE_FSTYPES" isn't it? I guess not
> everyone explicitly calls `wic create` in their own image recipe?
>
> Would it make sense to add this notion to the doc here?

  yes, it would. coming ...

rday

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

end of thread, other threads:[~2021-05-27 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 20:52 [PATCH] ref-manual: add WIC_CREATE_EXTRA_ARGS to var glossary Robert P. J. Day
2021-05-27 10:47 ` [docs] " Quentin Schulz
2021-05-27 11:58   ` Robert P. J. Day

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.