All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][dunfell] linux-yocto-rt/5.4: fixup -rt build breakage
@ 2022-07-19  3:44 bruce.ashfield
  2022-07-19  4:01 ` [OE-core] " Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: bruce.ashfield @ 2022-07-19  3:44 UTC (permalink / raw)
  To: richard.purdie; +Cc: steve, openembedded-core

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Integrating the following commit(s) to linux-yocto/5.4:

    cc478e363cc3 rt: fixup random and irq/manage merge issues

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index 5bc1993cf2..fe75aee4da 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
@@ -11,7 +11,7 @@ python () {
         raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "086bb7f7d2b47d654922e5cc526cc6274b28e319"
+SRCREV_machine ?= "cc478e363cc35064b58a871a4cc535aa973c5891"
 SRCREV_meta ?= "aaaf9f090dfb3160154b24fbc2f9a6e669babc87"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
-- 
2.19.1



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

* Re: [OE-core] [PATCH][dunfell] linux-yocto-rt/5.4: fixup -rt build breakage
  2022-07-19  3:44 [PATCH][dunfell] linux-yocto-rt/5.4: fixup -rt build breakage bruce.ashfield
@ 2022-07-19  4:01 ` Denys Dmytriyenko
  2022-07-19  4:04   ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2022-07-19  4:01 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: richard.purdie, steve, openembedded-core

On Mon, Jul 18, 2022 at 11:44:56PM -0400, Bruce Ashfield wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Integrating the following commit(s) to linux-yocto/5.4:
> 
>     cc478e363cc3 rt: fixup random and irq/manage merge issues
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
> index 5bc1993cf2..fe75aee4da 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
> @@ -11,7 +11,7 @@ python () {
>          raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
>  }
>  
> -SRCREV_machine ?= "086bb7f7d2b47d654922e5cc526cc6274b28e319"

This does not match to what is currently in dunfell, so it won't apply:
https://git.openembedded.org/openembedded-core/tree/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb?h=dunfell#n14


> +SRCREV_machine ?= "cc478e363cc35064b58a871a4cc535aa973c5891"
>  SRCREV_meta ?= "aaaf9f090dfb3160154b24fbc2f9a6e669babc87"
>  
>  SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
> -- 
> 2.19.1


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

* Re: [OE-core] [PATCH][dunfell] linux-yocto-rt/5.4: fixup -rt build breakage
  2022-07-19  4:01 ` [OE-core] " Denys Dmytriyenko
@ 2022-07-19  4:04   ` Bruce Ashfield
  2022-07-19 16:31     ` Steve Sakoman
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2022-07-19  4:04 UTC (permalink / raw)
  To: Denys Dmytriyenko
  Cc: Richard Purdie, Steve Sakoman,
	Patches and discussions about the oe-core layer

On Tue, Jul 19, 2022 at 12:01 AM Denys Dmytriyenko <denis@denix.org> wrote:
>
> On Mon, Jul 18, 2022 at 11:44:56PM -0400, Bruce Ashfield wrote:
> > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> >
> > Integrating the following commit(s) to linux-yocto/5.4:
> >
> >     cc478e363cc3 rt: fixup random and irq/manage merge issues
> >
> > Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> > ---
> >  meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
> > index 5bc1993cf2..fe75aee4da 100644
> > --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
> > +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
> > @@ -11,7 +11,7 @@ python () {
> >          raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
> >  }
> >
> > -SRCREV_machine ?= "086bb7f7d2b47d654922e5cc526cc6274b28e319"
>
> This does not match to what is currently in dunfell, so it won't apply:
> https://git.openembedded.org/openembedded-core/tree/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb?h=dunfell#n14
>

right. I have another -stable update pending for dunfell, that need to
be applied first. In my rush to get this change out, I forgot that!

I'll resend everything later this week, I'm off to other things for a few days.

Bruce

>
> > +SRCREV_machine ?= "cc478e363cc35064b58a871a4cc535aa973c5891"
> >  SRCREV_meta ?= "aaaf9f090dfb3160154b24fbc2f9a6e669babc87"
> >
> >  SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
> > --
> > 2.19.1



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


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

* Re: [OE-core] [PATCH][dunfell] linux-yocto-rt/5.4: fixup -rt build breakage
  2022-07-19  4:04   ` Bruce Ashfield
@ 2022-07-19 16:31     ` Steve Sakoman
  0 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-07-19 16:31 UTC (permalink / raw)
  To: Bruce Ashfield
  Cc: Denys Dmytriyenko, Richard Purdie,
	Patches and discussions about the oe-core layer

On Mon, Jul 18, 2022 at 6:04 PM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>
> On Tue, Jul 19, 2022 at 12:01 AM Denys Dmytriyenko <denis@denix.org> wrote:
> >
> > On Mon, Jul 18, 2022 at 11:44:56PM -0400, Bruce Ashfield wrote:
> > > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> > >
> > > Integrating the following commit(s) to linux-yocto/5.4:
> > >
> > >     cc478e363cc3 rt: fixup random and irq/manage merge issues
> > >
> > > Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> > > ---
> > >  meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
> > > index 5bc1993cf2..fe75aee4da 100644
> > > --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
> > > +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
> > > @@ -11,7 +11,7 @@ python () {
> > >          raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
> > >  }
> > >
> > > -SRCREV_machine ?= "086bb7f7d2b47d654922e5cc526cc6274b28e319"
> >
> > This does not match to what is currently in dunfell, so it won't apply:
> > https://git.openembedded.org/openembedded-core/tree/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb?h=dunfell#n14
> >
>
> right. I have another -stable update pending for dunfell, that need to
> be applied first. In my rush to get this change out, I forgot that!
>
> I'll resend everything later this week, I'm off to other things for a few days.

Perfect, the 3.1.18 build is scheduled for next Monday and I'd really
like to get this fix in.

Steve

> > > +SRCREV_machine ?= "cc478e363cc35064b58a871a4cc535aa973c5891"
> > >  SRCREV_meta ?= "aaaf9f090dfb3160154b24fbc2f9a6e669babc87"
> > >
> > >  SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
> > > --
> > > 2.19.1
>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#168271): https://lists.openembedded.org/g/openembedded-core/message/168271
> Mute This Topic: https://lists.openembedded.org/mt/92476074/3617601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [sakoman@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2022-07-19 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19  3:44 [PATCH][dunfell] linux-yocto-rt/5.4: fixup -rt build breakage bruce.ashfield
2022-07-19  4:01 ` [OE-core] " Denys Dmytriyenko
2022-07-19  4:04   ` Bruce Ashfield
2022-07-19 16:31     ` Steve Sakoman

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.