All of lore.kernel.org
 help / color / mirror / Atom feed
* [IGNORE][PATCH] linux-yocto_4.12.bb: Use AUTOREV for qemu* BSPs
@ 2017-10-24 21:17 Mark Asselstine
  2017-10-24 21:21 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Asselstine @ 2017-10-24 21:17 UTC (permalink / raw)
  To: bruce.ashfield, openembedded-core, richard.purdie

The kernel we ship as part of product may have newer commits beyond
any SRCREV captured in this recipe. Since the assignment operator used
here is an early assiignment it could be argued that we could simply
overwrite these in a bbappend, however, between layer order and
priority and our desire to allow folks to set their own assignment it
is most prudent to change these to AUTOREV here.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---

Richard, Bruce,

This is being sent only to conform with YP compliance and I don't
expect or want this applied. No need to respond in any form.

Mark


 meta/recipes-kernel/linux/linux-yocto_4.12.bb | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
index a262409..919bf31 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -11,14 +11,7 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "67b62d8d7bd9f19f0f4fad044787d947ebc4ec25"
-SRCREV_machine_qemuarm64 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
-SRCREV_machine_qemumips ?= "371926551d44c140a0fb869cec34762b40bdf1a6"
-SRCREV_machine_qemuppc ?= "16de0149674ed12d983b77a453852ac2e64584b4"
-SRCREV_machine_qemux86 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
-SRCREV_machine_qemux86-64 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
-SRCREV_machine_qemumips64 ?= "9d63d9c11c44ceabd452d7ee49cf55a88c39383f"
-SRCREV_machine ?= "16de0149674ed12d983b77a453852ac2e64584b4"
+SRCREV_machine ?= "${AUTOREV}"
 SRCREV_meta ?= "eda4d18ce4b259c84ccd5c249c3dc5958c16928c"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
-- 
2.7.4



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

* Re: [IGNORE][PATCH] linux-yocto_4.12.bb: Use AUTOREV for qemu* BSPs
  2017-10-24 21:17 [IGNORE][PATCH] linux-yocto_4.12.bb: Use AUTOREV for qemu* BSPs Mark Asselstine
@ 2017-10-24 21:21 ` Bruce Ashfield
  2017-10-24 21:29   ` Mark Asselstine
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2017-10-24 21:21 UTC (permalink / raw)
  To: Mark Asselstine
  Cc: Purdie, Richard, Patches and discussions about the oe-core layer

On Tue, Oct 24, 2017 at 5:17 PM, Mark Asselstine
<mark.asselstine@windriver.com> wrote:
> The kernel we ship as part of product may have newer commits beyond
> any SRCREV captured in this recipe. Since the assignment operator used
> here is an early assiignment it could be argued that we could simply
> overwrite these in a bbappend, however, between layer order and
> priority and our desire to allow folks to set their own assignment it
> is most prudent to change these to AUTOREV here.
>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
>
> Richard, Bruce,
>
> This is being sent only to conform with YP compliance and I don't
> expect or want this applied. No need to respond in any form.

.. but I can't help myself.

I find that patch, really, really odd. Compliance or not.

Bruce

>
> Mark
>
>
>  meta/recipes-kernel/linux/linux-yocto_4.12.bb | 9 +--------
>  1 file changed, 1 insertion(+), 8 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> index a262409..919bf31 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> @@ -11,14 +11,7 @@ KBRANCH_qemux86  ?= "standard/base"
>  KBRANCH_qemux86-64 ?= "standard/base"
>  KBRANCH_qemumips64 ?= "standard/mti-malta64"
>
> -SRCREV_machine_qemuarm ?= "67b62d8d7bd9f19f0f4fad044787d947ebc4ec25"
> -SRCREV_machine_qemuarm64 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> -SRCREV_machine_qemumips ?= "371926551d44c140a0fb869cec34762b40bdf1a6"
> -SRCREV_machine_qemuppc ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> -SRCREV_machine_qemux86 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> -SRCREV_machine_qemux86-64 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> -SRCREV_machine_qemumips64 ?= "9d63d9c11c44ceabd452d7ee49cf55a88c39383f"
> -SRCREV_machine ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> +SRCREV_machine ?= "${AUTOREV}"
>  SRCREV_meta ?= "eda4d18ce4b259c84ccd5c249c3dc5958c16928c"
>
>  SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [IGNORE][PATCH] linux-yocto_4.12.bb: Use AUTOREV for qemu* BSPs
  2017-10-24 21:21 ` Bruce Ashfield
@ 2017-10-24 21:29   ` Mark Asselstine
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Asselstine @ 2017-10-24 21:29 UTC (permalink / raw)
  To: Bruce Ashfield
  Cc: Purdie, Richard, Patches and discussions about the oe-core layer

On Tuesday, October 24, 2017 5:21:35 PM EDT Bruce Ashfield wrote:
> On Tue, Oct 24, 2017 at 5:17 PM, Mark Asselstine
> 
> <mark.asselstine@windriver.com> wrote:
> > The kernel we ship as part of product may have newer commits beyond
> > any SRCREV captured in this recipe. Since the assignment operator used
> > here is an early assiignment it could be argued that we could simply
> > overwrite these in a bbappend, however, between layer order and
> > priority and our desire to allow folks to set their own assignment it
> > is most prudent to change these to AUTOREV here.
> > 
> > Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> > ---
> > 
> > Richard, Bruce,
> > 
> > This is being sent only to conform with YP compliance and I don't
> > expect or want this applied. No need to respond in any form.
> 
> .. but I can't help myself.
> 
> I find that patch, really, really odd. Compliance or not.

Its been a long day. There is an internal mail on the subject if you want to 
discuss details. I don't think we need to bore Richard and others with the 
details. I am sure there exists alternatives but given all the fun that today 
was this is what we came up with.

Mark

> 
> Bruce
> 
> > Mark
> > 
> >  meta/recipes-kernel/linux/linux-yocto_4.12.bb | 9 +--------
> >  1 file changed, 1 insertion(+), 8 deletions(-)
> > 
> > diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> > b/meta/recipes-kernel/linux/linux-yocto_4.12.bb index a262409..919bf31
> > 100644
> > --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> > +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> > @@ -11,14 +11,7 @@ KBRANCH_qemux86  ?= "standard/base"
> > 
> >  KBRANCH_qemux86-64 ?= "standard/base"
> >  KBRANCH_qemumips64 ?= "standard/mti-malta64"
> > 
> > -SRCREV_machine_qemuarm ?= "67b62d8d7bd9f19f0f4fad044787d947ebc4ec25"
> > -SRCREV_machine_qemuarm64 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> > -SRCREV_machine_qemumips ?= "371926551d44c140a0fb869cec34762b40bdf1a6"
> > -SRCREV_machine_qemuppc ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> > -SRCREV_machine_qemux86 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> > -SRCREV_machine_qemux86-64 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> > -SRCREV_machine_qemumips64 ?= "9d63d9c11c44ceabd452d7ee49cf55a88c39383f"
> > -SRCREV_machine ?= "16de0149674ed12d983b77a453852ac2e64584b4"
> > +SRCREV_machine ?= "${AUTOREV}"
> > 
> >  SRCREV_meta ?= "eda4d18ce4b259c84ccd5c249c3dc5958c16928c"
> >  
> >  SRC_URI =
> >  "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${K
> >  BRANCH}; \> 
> > --
> > 2.7.4
> > 
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core




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

end of thread, other threads:[~2017-10-24 21:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 21:17 [IGNORE][PATCH] linux-yocto_4.12.bb: Use AUTOREV for qemu* BSPs Mark Asselstine
2017-10-24 21:21 ` Bruce Ashfield
2017-10-24 21:29   ` Mark Asselstine

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.