All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dev-manual: mention RM_WORK_EXCLUDE with inheriting rm_work
@ 2020-02-17 13:12 rpjday
  2020-02-17 13:53 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: rpjday @ 2020-02-17 13:12 UTC (permalink / raw)
  To: YP docs mailing list


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

---

diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1e6addde4..721b6c719 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8986,6 +8986,12 @@
             </literallayout>
             Adding this statement deletes the work directory used for building
             a recipe once the recipe is built.
+            If "rm_work" is currently selected, you can override that cleaning
+            on a per-recipe basis (typically for debugging purposes) by adding a
+            line of this form to your <filename>local.conf</filename> file:
+            <literallayout class='monospaced'>
+     RM_WORK_EXCLUDE += "busybox"
+            </literallayout>
             For more information on "rm_work", see the
             <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-rm-work'><filename>rm_work</filename></ulink>
             class in the Yocto Project Reference Manual.

-- 

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

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

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

* Re: [docs] [PATCH] dev-manual: mention RM_WORK_EXCLUDE with inheriting rm_work
  2020-02-17 13:12 [PATCH] dev-manual: mention RM_WORK_EXCLUDE with inheriting rm_work rpjday
@ 2020-02-17 13:53 ` Quentin Schulz
  2020-02-17 13:54   ` rpjday
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2020-02-17 13:53 UTC (permalink / raw)
  To: docs

Hi Robert,

On Mon, Feb 17, 2020 at 08:12:35AM -0500, rpjday@crashcourse.ca wrote:
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 
> ---
> 
> diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
> index 1e6addde4..721b6c719 100644
> --- a/documentation/dev-manual/dev-manual-common-tasks.xml
> +++ b/documentation/dev-manual/dev-manual-common-tasks.xml
> @@ -8986,6 +8986,12 @@
>              </literallayout>
>              Adding this statement deletes the work directory used for building
>              a recipe once the recipe is built.
> +            If "rm_work" is currently selected, you can override that cleaning
> +            on a per-recipe basis (typically for debugging purposes) by adding a
> +            line of this form to your <filename>local.conf</filename> file:
> +            <literallayout class='monospaced'>
> +     RM_WORK_EXCLUDE += "busybox"
> +            </literallayout>
>              For more information on "rm_work", see the
>              <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-rm-work'><filename>rm_work</filename></ulink>
>              class in the Yocto Project Reference Manual.
> 

RM_WORK_EXCLUDE is explained in the link provided just below your
change.
I'd think it's not needed to duplicate the information, especially
because we link to it?

Quentin

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

* Re: [docs] [PATCH] dev-manual: mention RM_WORK_EXCLUDE with inheriting rm_work
  2020-02-17 13:53 ` [docs] " Quentin Schulz
@ 2020-02-17 13:54   ` rpjday
  0 siblings, 0 replies; 3+ messages in thread
From: rpjday @ 2020-02-17 13:54 UTC (permalink / raw)
  To: docs

On Mon, 17 Feb 2020, Quentin Schulz wrote:

> Hi Robert,
>
> On Mon, Feb 17, 2020 at 08:12:35AM -0500, rpjday@crashcourse.ca wrote:
> >
> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> >
> > ---
> >
> > diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
> > index 1e6addde4..721b6c719 100644
> > --- a/documentation/dev-manual/dev-manual-common-tasks.xml
> > +++ b/documentation/dev-manual/dev-manual-common-tasks.xml
> > @@ -8986,6 +8986,12 @@
> >              </literallayout>
> >              Adding this statement deletes the work directory used for building
> >              a recipe once the recipe is built.
> > +            If "rm_work" is currently selected, you can override that cleaning
> > +            on a per-recipe basis (typically for debugging purposes) by adding a
> > +            line of this form to your <filename>local.conf</filename> file:
> > +            <literallayout class='monospaced'>
> > +     RM_WORK_EXCLUDE += "busybox"
> > +            </literallayout>
> >              For more information on "rm_work", see the
> >              <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-rm-work'><filename>rm_work</filename></ulink>
> >              class in the Yocto Project Reference Manual.
> >
>
> RM_WORK_EXCLUDE is explained in the link provided just below your
> change. I'd think it's not needed to duplicate the information,
> especially because we link to it?

  fair enough.

rday

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

end of thread, other threads:[~2020-02-17 13:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17 13:12 [PATCH] dev-manual: mention RM_WORK_EXCLUDE with inheriting rm_work rpjday
2020-02-17 13:53 ` [docs] " Quentin Schulz
2020-02-17 13:54   ` rpjday

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.