All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
@ 2018-03-21 20:33 Joshua Watt
  2018-03-21 21:02 ` ✗ patchtest: failure for " Patchwork
  2018-03-28 17:53 ` [PATCH] " Scott Rifenbark
  0 siblings, 2 replies; 7+ messages in thread
From: Joshua Watt @ 2018-03-21 20:33 UTC (permalink / raw)
  To: openembedded-core, Scott Rifenbark

Describes the new wildcard syntax

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 documentation/ref-manual/ref-variables.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 09eb9b9dfc7..58a58b0605e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12648,6 +12648,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
                     <filename>mplayer2</filename>.
                 </para>
 
+                <para>
+                    The special token <filename>"*"</filename> may be used on
+                    the left hand side of the dependency, which will match all
+                    recipes except the one on the right hand side.
+                    For example:
+                    <literallayout class='monospaced'>
+    SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
+                    </literallayout>
+                </para>
+
+                <para>
+                    In this example, all recipes except
+                    <filename>quilt-native</filename> will ignore task
+                    signatures from the <filename>quilt-native</filename> recipe
+                    when determining their task signatures.
+                </para>
+
                 <para>
                     Use of this variable is one mechanism to remove dependencies
                     that affect task signatures and thus force rebuilds when a
-- 
2.14.3



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

* ✗ patchtest: failure for ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
  2018-03-21 20:33 [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS Joshua Watt
@ 2018-03-21 21:02 ` Patchwork
  2018-03-28 17:53 ` [PATCH] " Scott Rifenbark
  1 sibling, 0 replies; 7+ messages in thread
From: Patchwork @ 2018-03-21 21:02 UTC (permalink / raw)
  To: Joshua Watt; +Cc: openembedded-core

== Series Details ==

Series: ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
Revision: 1
URL   : https://patchwork.openembedded.org/series/11518/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series sent to the wrong mailing list or some patches from the series correspond to different mailing lists [test_target_mailing_list] 
  Suggested fix    Send the series again to the correct mailing list (ML)
  Suggested ML     yocto@yoctoproject.org [http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/]
  Patch's path:    documentation/ref-manual/ref-variables.xml

* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 086308aa2a)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* Re: [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
  2018-03-21 20:33 [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS Joshua Watt
  2018-03-21 21:02 ` ✗ patchtest: failure for " Patchwork
@ 2018-03-28 17:53 ` Scott Rifenbark
  2018-03-28 18:57   ` Joshua Watt
  1 sibling, 1 reply; 7+ messages in thread
From: Scott Rifenbark @ 2018-03-28 17:53 UTC (permalink / raw)
  To: Joshua Watt; +Cc: openembedded-core

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

Joshua,

Thanks for the addition.  I have implemented the change.  You can see the
change at
https://www.yoctoproject.org/docs/2.5/ref-manual/ref-manual.html#var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS.
I will back-fill into the 'rocko' development branch of the manuals.

Scott

On Wed, Mar 21, 2018 at 1:33 PM, Joshua Watt <jpewhacker@gmail.com> wrote:

> Describes the new wildcard syntax
>
> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> ---
>  documentation/ref-manual/ref-variables.xml | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>
> diff --git a/documentation/ref-manual/ref-variables.xml
> b/documentation/ref-manual/ref-variables.xml
> index 09eb9b9dfc7..58a58b0605e 100644
> --- a/documentation/ref-manual/ref-variables.xml
> +++ b/documentation/ref-manual/ref-variables.xml
> @@ -12648,6 +12648,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR
> = "${INC_PR}.3"
>                      <filename>mplayer2</filename>.
>                  </para>
>
> +                <para>
> +                    The special token <filename>"*"</filename> may be
> used on
> +                    the left hand side of the dependency, which will
> match all
> +                    recipes except the one on the right hand side.
> +                    For example:
> +                    <literallayout class='monospaced'>
> +    SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
> +                    </literallayout>
> +                </para>
> +
> +                <para>
> +                    In this example, all recipes except
> +                    <filename>quilt-native</filename> will ignore task
> +                    signatures from the <filename>quilt-native</filename>
> recipe
> +                    when determining their task signatures.
> +                </para>
> +
>                  <para>
>                      Use of this variable is one mechanism to remove
> dependencies
>                      that affect task signatures and thus force rebuilds
> when a
> --
> 2.14.3
>
>

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

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

* Re: [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
  2018-03-28 17:53 ` [PATCH] " Scott Rifenbark
@ 2018-03-28 18:57   ` Joshua Watt
  2018-03-28 18:59     ` Scott Rifenbark
  0 siblings, 1 reply; 7+ messages in thread
From: Joshua Watt @ 2018-03-28 18:57 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: openembedded-core

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

Scott,
This documentation update is not needed for Rocko, the corresponding
code change is only on master. Sorry if there was some confusion
Thanks,Joshua Watt
On Wed, 2018-03-28 at 10:53 -0700, Scott Rifenbark wrote:
> Joshua, 
> 
> Thanks for the addition.  I have implemented the change.  You can see
> the change at https://www.yoctoproject.org/docs/2.5/ref-manual/ref-ma
> nual.html#var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS.  I will back-fill into
> the 'rocko' development branch of the manuals.
> 
> Scott
> 
> On Wed, Mar 21, 2018 at 1:33 PM, Joshua Watt <jpewhacker@gmail.com>
> wrote:
> > Describes the new wildcard syntax
> > 
> > 
> > 
> > Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> > 
> > ---
> > 
> >  documentation/ref-manual/ref-variables.xml | 17 +++++++++++++++++
> > 
> >  1 file changed, 17 insertions(+)
> > 
> > 
> > 
> > diff --git a/documentation/ref-manual/ref-variables.xml
> > b/documentation/ref-manual/ref-variables.xml
> > 
> > index 09eb9b9dfc7..58a58b0605e 100644
> > 
> > --- a/documentation/ref-manual/ref-variables.xml
> > 
> > +++ b/documentation/ref-manual/ref-variables.xml
> > 
> > @@ -12648,6 +12648,23 @@ recipes-graphics/xorg-font/font-
> > alias_1.0.3.bb:PR = "${INC_PR}.3"
> > 
> >                      <filename>mplayer2</filename>.
> > 
> >                  </para>
> > 
> > 
> > 
> > +                <para>
> > 
> > +                    The special token <filename>"*"</filename> may
> > be used on
> > 
> > +                    the left hand side of the dependency, which
> > will match all
> > 
> > +                    recipes except the one on the right hand side.
> > 
> > +                    For example:
> > 
> > +                    <literallayout class='monospaced'>
> > 
> > +    SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
> > 
> > +                    </literallayout>
> > 
> > +                </para>
> > 
> > +
> > 
> > +                <para>
> > 
> > +                    In this example, all recipes except
> > 
> > +                    <filename>quilt-native</filename> will ignore
> > task
> > 
> > +                    signatures from the <filename>quilt-
> > native</filename> recipe
> > 
> > +                    when determining their task signatures.
> > 
> > +                </para>
> > 
> > +
> > 
> >                  <para>
> > 
> >                      Use of this variable is one mechanism to
> > remove dependencies
> > 
> >                      that affect task signatures and thus force
> > rebuilds when a
> > 
> > --
> > 
> > 2.14.3
> > 
> > 
> > 

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

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

* Re: [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
  2018-03-28 18:57   ` Joshua Watt
@ 2018-03-28 18:59     ` Scott Rifenbark
  2018-03-28 20:15       ` Joshua Watt
  0 siblings, 1 reply; 7+ messages in thread
From: Scott Rifenbark @ 2018-03-28 18:59 UTC (permalink / raw)
  To: Joshua Watt; +Cc: openembedded-core

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

oops... will it hurt it to be in Rocko?


On Wed, Mar 28, 2018 at 11:57 AM, Joshua Watt <jpewhacker@gmail.com> wrote:

> Scott,
>
> This documentation update is not needed for Rocko, the corresponding code
> change is only on master. Sorry if there was some confusion
>
> Thanks,
> Joshua Watt
>
> On Wed, 2018-03-28 at 10:53 -0700, Scott Rifenbark wrote:
>
> Joshua,
>
> Thanks for the addition.  I have implemented the change.  You can see the
> change at https://www.yoctoproject.org/docs/2.5/ref-manual/ref-
> manual.html#var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS.  I will back-fill into
> the 'rocko' development branch of the manuals.
>
> Scott
>
> On Wed, Mar 21, 2018 at 1:33 PM, Joshua Watt <jpewhacker@gmail.com> wrote:
>
> Describes the new wildcard syntax
>
> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> ---
>  documentation/ref-manual/ref-variables.xml | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>
> diff --git a/documentation/ref-manual/ref-variables.xml
> b/documentation/ref-manual/ref-variables.xml
> index 09eb9b9dfc7..58a58b0605e 100644
> --- a/documentation/ref-manual/ref-variables.xml
> +++ b/documentation/ref-manual/ref-variables.xml
> @@ -12648,6 +12648,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR
> = "${INC_PR}.3"
>                      <filename>mplayer2</filename>.
>                  </para>
>
> +                <para>
> +                    The special token <filename>"*"</filename> may be
> used on
> +                    the left hand side of the dependency, which will
> match all
> +                    recipes except the one on the right hand side.
> +                    For example:
> +                    <literallayout class='monospaced'>
> +    SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
> +                    </literallayout>
> +                </para>
> +
> +                <para>
> +                    In this example, all recipes except
> +                    <filename>quilt-native</filename> will ignore task
> +                    signatures from the <filename>quilt-native</filename>
> recipe
> +                    when determining their task signatures.
> +                </para>
> +
>                  <para>
>                      Use of this variable is one mechanism to remove
> dependencies
>                      that affect task signatures and thus force rebuilds
> when a
> --
> 2.14.3
>
>
>

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

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

* Re: [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
  2018-03-28 18:59     ` Scott Rifenbark
@ 2018-03-28 20:15       ` Joshua Watt
  2018-03-28 20:23         ` Scott Rifenbark
  0 siblings, 1 reply; 7+ messages in thread
From: Joshua Watt @ 2018-03-28 20:15 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: openembedded-core

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

I don't believe there are any plans to backport that feature to Rocko,
so I think we probably don't want it in the documentation.
On Wed, 2018-03-28 at 11:59 -0700, Scott Rifenbark wrote:
> oops... will it hurt it to be in Rocko?
> 
> 
> On Wed, Mar 28, 2018 at 11:57 AM, Joshua Watt <jpewhacker@gmail.com>
> wrote:
> > Scott,
> > 
> > This documentation update is not needed for Rocko, the
> > corresponding code change is only on master. Sorry if there was
> > some confusion
> > 
> > Thanks,
> > Joshua Watt
> > 
> > On Wed, 2018-03-28 at 10:53 -0700, Scott Rifenbark wrote:
> > > Joshua, 
> > > 
> > > Thanks for the addition.  I have implemented the change.  You can
> > > see the change at https://www.yoctoproject.org/docs/2.5/ref-manua
> > > l/ref-manual.html#var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS.  I will
> > > back-fill into the 'rocko' development branch of the manuals.
> > > 
> > > Scott
> > > 
> > > On Wed, Mar 21, 2018 at 1:33 PM, Joshua Watt <jpewhacker@gmail.co
> > > m> wrote:
> > > > Describes the new wildcard syntax
> > > > 
> > > > 
> > > > 
> > > > Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> > > > 
> > > > ---
> > > > 
> > > >  documentation/ref-manual/ref-variables.xml | 17
> > > > +++++++++++++++++
> > > > 
> > > >  1 file changed, 17 insertions(+)
> > > > 
> > > > 
> > > > 
> > > > diff --git a/documentation/ref-manual/ref-variables.xml
> > > > b/documentation/ref-manual/ref-variables.xml
> > > > 
> > > > index 09eb9b9dfc7..58a58b0605e 100644
> > > > 
> > > > --- a/documentation/ref-manual/ref-variables.xml
> > > > 
> > > > +++ b/documentation/ref-manual/ref-variables.xml
> > > > 
> > > > @@ -12648,6 +12648,23 @@ recipes-graphics/xorg-font/font-
> > > > alias_1.0.3.bb:PR = "${INC_PR}.3"
> > > > 
> > > >                      <filename>mplayer2</filename>.
> > > > 
> > > >                  </para>
> > > > 
> > > > 
> > > > 
> > > > +                <para>
> > > > 
> > > > +                    The special token <filename>"*"</filename>
> > > > may be used on
> > > > 
> > > > +                    the left hand side of the dependency,
> > > > which will match all
> > > > 
> > > > +                    recipes except the one on the right hand
> > > > side.
> > > > 
> > > > +                    For example:
> > > > 
> > > > +                    <literallayout class='monospaced'>
> > > > 
> > > > +    SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
> > > > 
> > > > +                    </literallayout>
> > > > 
> > > > +                </para>
> > > > 
> > > > +
> > > > 
> > > > +                <para>
> > > > 
> > > > +                    In this example, all recipes except
> > > > 
> > > > +                    <filename>quilt-native</filename> will
> > > > ignore task
> > > > 
> > > > +                    signatures from the <filename>quilt-
> > > > native</filename> recipe
> > > > 
> > > > +                    when determining their task signatures.
> > > > 
> > > > +                </para>
> > > > 
> > > > +
> > > > 
> > > >                  <para>
> > > > 
> > > >                      Use of this variable is one mechanism to
> > > > remove dependencies
> > > > 
> > > >                      that affect task signatures and thus force
> > > > rebuilds when a
> > > > 
> > > > --
> > > > 
> > > > 2.14.3
> > > > 
> > > > 
> > > > 

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

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

* Re: [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
  2018-03-28 20:15       ` Joshua Watt
@ 2018-03-28 20:23         ` Scott Rifenbark
  0 siblings, 0 replies; 7+ messages in thread
From: Scott Rifenbark @ 2018-03-28 20:23 UTC (permalink / raw)
  To: Joshua Watt; +Cc: openembedded-core

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

ok - I will fix it back in the manual.  Thanks

On Wed, Mar 28, 2018 at 1:15 PM, Joshua Watt <jpewhacker@gmail.com> wrote:

> I don't believe there are any plans to backport that feature to Rocko, so
> I think we probably don't want it in the documentation.
>
> On Wed, 2018-03-28 at 11:59 -0700, Scott Rifenbark wrote:
>
> oops... will it hurt it to be in Rocko?
>
>
> On Wed, Mar 28, 2018 at 11:57 AM, Joshua Watt <jpewhacker@gmail.com>
> wrote:
>
> Scott,
>
> This documentation update is not needed for Rocko, the corresponding code
> change is only on master. Sorry if there was some confusion
>
> Thanks,
> Joshua Watt
>
> On Wed, 2018-03-28 at 10:53 -0700, Scott Rifenbark wrote:
>
> Joshua,
>
> Thanks for the addition.  I have implemented the change.  You can see the
> change at https://www.yoctoproject.org/docs/2.5/ref-manual/ref-manual.
> html#var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS.  I will back-fill into the
> 'rocko' development branch of the manuals.
>
> Scott
>
> On Wed, Mar 21, 2018 at 1:33 PM, Joshua Watt <jpewhacker@gmail.com> wrote:
>
> Describes the new wildcard syntax
>
> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> ---
>  documentation/ref-manual/ref-variables.xml | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>
> diff --git a/documentation/ref-manual/ref-variables.xml
> b/documentation/ref-manual/ref-variables.xml
> index 09eb9b9dfc7..58a58b0605e 100644
> --- a/documentation/ref-manual/ref-variables.xml
> +++ b/documentation/ref-manual/ref-variables.xml
> @@ -12648,6 +12648,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR
> = "${INC_PR}.3"
>                      <filename>mplayer2</filename>.
>                  </para>
>
> +                <para>
> +                    The special token <filename>"*"</filename> may be
> used on
> +                    the left hand side of the dependency, which will
> match all
> +                    recipes except the one on the right hand side.
> +                    For example:
> +                    <literallayout class='monospaced'>
> +    SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
> +                    </literallayout>
> +                </para>
> +
> +                <para>
> +                    In this example, all recipes except
> +                    <filename>quilt-native</filename> will ignore task
> +                    signatures from the <filename>quilt-native</filename>
> recipe
> +                    when determining their task signatures.
> +                </para>
> +
>                  <para>
>                      Use of this variable is one mechanism to remove
> dependencies
>                      that affect task signatures and thus force rebuilds
> when a
> --
> 2.14.3
>
>
>
>

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

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

end of thread, other threads:[~2018-03-28 20:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-21 20:33 [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS Joshua Watt
2018-03-21 21:02 ` ✗ patchtest: failure for " Patchwork
2018-03-28 17:53 ` [PATCH] " Scott Rifenbark
2018-03-28 18:57   ` Joshua Watt
2018-03-28 18:59     ` Scott Rifenbark
2018-03-28 20:15       ` Joshua Watt
2018-03-28 20:23         ` Scott Rifenbark

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.