Re: [OE-core] [PATCH 3/6] linux-libc-headers: update to v5.15

2021-11-05 Thread Bruce Ashfield
On Fri, Nov 5, 2021 at 1:38 PM Khem Raj  wrote:
>
>
>
> On 11/5/21 10:37 AM, Bruce Ashfield wrote:
> > On Fri, Nov 5, 2021 at 1:08 PM Khem Raj  wrote:
> >>
> >> Couple of failures in meta-openembedded not too bad
> >>
> >> https://errors.yoctoproject.org/Errors/Build/135189/
> >
> > I'll have a look!
> >
> > Doesn't look ipx related, so another removal perhaps.
> >
> > Let me know if you are fixing it, just to save duplicated effort.
>
> I am looking at mctp you can look into sdbus-c++

Sounds good. likely the same root cause (I see mctp in the sdbus one
as well), they unified the structures in the kernel ... hopefully the
upstream for the packages have updated.

Bruce

>
> >
> > Bruce
> >
> >>
> >> On Fri, Nov 5, 2021 at 5:46 AM Bruce Ashfield  
> >> wrote:
> >>>
> >>> On Fri, Nov 5, 2021 at 7:18 AM Richard Purdie
> >>>  wrote:
> 
>  On Thu, 2021-11-04 at 15:48 -0400, bruce.ashfi...@gmail.com wrote:
> > From: Bruce Ashfield 
> >
> > No patches needed refreshing or removal, so we just update the
> > SRC_URI and pick up the latest uapi / kernel headers.
> >
> > Signed-off-by: Bruce Ashfield 
> > ---
> >   meta/conf/distro/include/tcmode-default.inc   | 2 +-
> >   ...{linux-libc-headers_5.14.bb => linux-libc-headers_5.15.bb} | 4 ++--
> >   2 files changed, 3 insertions(+), 3 deletions(-)
> >   rename 
> > meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.14.bb => 
> > linux-libc-headers_5.15.bb} (81%)
> >
> > diff --git a/meta/conf/distro/include/tcmode-default.inc 
> > b/meta/conf/distro/include/tcmode-default.inc
> > index 58f49800c4..86a6b50433 100644
> > --- a/meta/conf/distro/include/tcmode-default.inc
> > +++ b/meta/conf/distro/include/tcmode-default.inc
> > @@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
> >   BINUVERSION ?= "2.37%"
> >   GDBVERSION ?= "10.%"
> >   GLIBCVERSION ?= "2.34"
> > -LINUXLIBCVERSION ?= "5.14%"
> > +LINUXLIBCVERSION ?= "5.15%"
> >   QEMUVERSION ?= "6.1%"
> >   GOVERSION ?= "1.16%"
> >   # This can not use wildcards like 8.0.% since it is also used in mesa 
> > to denote
> > diff --git 
> > a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb 
> > b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > similarity index 81%
> > rename from 
> > meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> > rename to 
> > meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > index 282c04d79c..588cc3acd1 100644
> > --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> > +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > @@ -14,7 +14,7 @@ SRC_URI:append = "\
> >
> >   LIC_FILES_CHKSUM = 
> > "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
> >
> > -SRC_URI[md5sum] = "a082ef5748b813abca0649dab8be5f52"
> > -SRC_URI[sha256sum] = 
> > "7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2"
> > +SRC_URI[md5sum] = "071d49ff4e020d58c04f9f3f76d3b594"
> > +SRC_URI[sha256sum] = 
> > "57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8"
> >
> >
> 
>  Looks like there is a musl issue with the ipx.h header in ppp:
> 
>  https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299
>  https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/4313
> >>>
> >>> ahah. Something my a-quick build didn't hit.
> >>>
> >>> I'll fire up a build here and see how we work around ipx.h going away.
> >>>
> >>> Bruce
> >>>
> 
>  Cheers,
> 
>  Richard
> 
> 
> 
> 
> >>>
> >>>
> >>> --
> >>> - Thou shalt not follow the NULL pointer, for chaos and madness await
> >>> thee at its end
> >>> - "Use the force Harry" - Gandalf, Star Trek II
> >
> >
> >



-- 
- 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 (#157921): 
https://lists.openembedded.org/g/openembedded-core/message/157921
Mute This Topic: https://lists.openembedded.org/mt/86824895/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 3/6] linux-libc-headers: update to v5.15

2021-11-05 Thread Khem Raj



On 11/5/21 10:37 AM, Bruce Ashfield wrote:

On Fri, Nov 5, 2021 at 1:08 PM Khem Raj  wrote:


Couple of failures in meta-openembedded not too bad

https://errors.yoctoproject.org/Errors/Build/135189/


I'll have a look!

Doesn't look ipx related, so another removal perhaps.

Let me know if you are fixing it, just to save duplicated effort.


I am looking at mctp you can look into sdbus-c++



Bruce



On Fri, Nov 5, 2021 at 5:46 AM Bruce Ashfield  wrote:


On Fri, Nov 5, 2021 at 7:18 AM Richard Purdie
 wrote:


On Thu, 2021-11-04 at 15:48 -0400, bruce.ashfi...@gmail.com wrote:

From: Bruce Ashfield 

No patches needed refreshing or removal, so we just update the
SRC_URI and pick up the latest uapi / kernel headers.

Signed-off-by: Bruce Ashfield 
---
  meta/conf/distro/include/tcmode-default.inc   | 2 +-
  ...{linux-libc-headers_5.14.bb => linux-libc-headers_5.15.bb} | 4 ++--
  2 files changed, 3 insertions(+), 3 deletions(-)
  rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.14.bb => 
linux-libc-headers_5.15.bb} (81%)

diff --git a/meta/conf/distro/include/tcmode-default.inc 
b/meta/conf/distro/include/tcmode-default.inc
index 58f49800c4..86a6b50433 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
  BINUVERSION ?= "2.37%"
  GDBVERSION ?= "10.%"
  GLIBCVERSION ?= "2.34"
-LINUXLIBCVERSION ?= "5.14%"
+LINUXLIBCVERSION ?= "5.15%"
  QEMUVERSION ?= "6.1%"
  GOVERSION ?= "1.16%"
  # This can not use wildcards like 8.0.% since it is also used in mesa to 
denote
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb 
b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
similarity index 81%
rename from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
rename to meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
index 282c04d79c..588cc3acd1 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
@@ -14,7 +14,7 @@ SRC_URI:append = "\

  LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"

-SRC_URI[md5sum] = "a082ef5748b813abca0649dab8be5f52"
-SRC_URI[sha256sum] = 
"7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2"
+SRC_URI[md5sum] = "071d49ff4e020d58c04f9f3f76d3b594"
+SRC_URI[sha256sum] = 
"57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8"




Looks like there is a musl issue with the ipx.h header in ppp:

https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299
https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/4313


ahah. Something my a-quick build didn't hit.

I'll fire up a build here and see how we work around ipx.h going away.

Bruce



Cheers,

Richard







--
- 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 (#157920): 
https://lists.openembedded.org/g/openembedded-core/message/157920
Mute This Topic: https://lists.openembedded.org/mt/86824895/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 3/6] linux-libc-headers: update to v5.15

2021-11-05 Thread Bruce Ashfield
On Fri, Nov 5, 2021 at 1:08 PM Khem Raj  wrote:
>
> Couple of failures in meta-openembedded not too bad
>
> https://errors.yoctoproject.org/Errors/Build/135189/

I'll have a look!

Doesn't look ipx related, so another removal perhaps.

Let me know if you are fixing it, just to save duplicated effort.

Bruce

>
> On Fri, Nov 5, 2021 at 5:46 AM Bruce Ashfield  
> wrote:
> >
> > On Fri, Nov 5, 2021 at 7:18 AM Richard Purdie
> >  wrote:
> > >
> > > On Thu, 2021-11-04 at 15:48 -0400, bruce.ashfi...@gmail.com wrote:
> > > > From: Bruce Ashfield 
> > > >
> > > > No patches needed refreshing or removal, so we just update the
> > > > SRC_URI and pick up the latest uapi / kernel headers.
> > > >
> > > > Signed-off-by: Bruce Ashfield 
> > > > ---
> > > >  meta/conf/distro/include/tcmode-default.inc   | 2 +-
> > > >  ...{linux-libc-headers_5.14.bb => linux-libc-headers_5.15.bb} | 4 ++--
> > > >  2 files changed, 3 insertions(+), 3 deletions(-)
> > > >  rename 
> > > > meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.14.bb => 
> > > > linux-libc-headers_5.15.bb} (81%)
> > > >
> > > > diff --git a/meta/conf/distro/include/tcmode-default.inc 
> > > > b/meta/conf/distro/include/tcmode-default.inc
> > > > index 58f49800c4..86a6b50433 100644
> > > > --- a/meta/conf/distro/include/tcmode-default.inc
> > > > +++ b/meta/conf/distro/include/tcmode-default.inc
> > > > @@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
> > > >  BINUVERSION ?= "2.37%"
> > > >  GDBVERSION ?= "10.%"
> > > >  GLIBCVERSION ?= "2.34"
> > > > -LINUXLIBCVERSION ?= "5.14%"
> > > > +LINUXLIBCVERSION ?= "5.15%"
> > > >  QEMUVERSION ?= "6.1%"
> > > >  GOVERSION ?= "1.16%"
> > > >  # This can not use wildcards like 8.0.% since it is also used in mesa 
> > > > to denote
> > > > diff --git 
> > > > a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb 
> > > > b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > > > similarity index 81%
> > > > rename from 
> > > > meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> > > > rename to 
> > > > meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > > > index 282c04d79c..588cc3acd1 100644
> > > > --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> > > > +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > > > @@ -14,7 +14,7 @@ SRC_URI:append = "\
> > > >
> > > >  LIC_FILES_CHKSUM = 
> > > > "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
> > > >
> > > > -SRC_URI[md5sum] = "a082ef5748b813abca0649dab8be5f52"
> > > > -SRC_URI[sha256sum] = 
> > > > "7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2"
> > > > +SRC_URI[md5sum] = "071d49ff4e020d58c04f9f3f76d3b594"
> > > > +SRC_URI[sha256sum] = 
> > > > "57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8"
> > > >
> > > >
> > >
> > > Looks like there is a musl issue with the ipx.h header in ppp:
> > >
> > > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299
> > > https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/4313
> >
> > ahah. Something my a-quick build didn't hit.
> >
> > I'll fire up a build here and see how we work around ipx.h going away.
> >
> > Bruce
> >
> > >
> > > Cheers,
> > >
> > > Richard
> > >
> > >
> > >
> > >
> >
> >
> > --
> > - Thou shalt not follow the NULL pointer, for chaos and madness await
> > thee at its end
> > - "Use the force Harry" - Gandalf, Star Trek II



-- 
- 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 (#157919): 
https://lists.openembedded.org/g/openembedded-core/message/157919
Mute This Topic: https://lists.openembedded.org/mt/86824895/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 3/6] linux-libc-headers: update to v5.15

2021-11-05 Thread Khem Raj
Couple of failures in meta-openembedded not too bad

https://errors.yoctoproject.org/Errors/Build/135189/

On Fri, Nov 5, 2021 at 5:46 AM Bruce Ashfield  wrote:
>
> On Fri, Nov 5, 2021 at 7:18 AM Richard Purdie
>  wrote:
> >
> > On Thu, 2021-11-04 at 15:48 -0400, bruce.ashfi...@gmail.com wrote:
> > > From: Bruce Ashfield 
> > >
> > > No patches needed refreshing or removal, so we just update the
> > > SRC_URI and pick up the latest uapi / kernel headers.
> > >
> > > Signed-off-by: Bruce Ashfield 
> > > ---
> > >  meta/conf/distro/include/tcmode-default.inc   | 2 +-
> > >  ...{linux-libc-headers_5.14.bb => linux-libc-headers_5.15.bb} | 4 ++--
> > >  2 files changed, 3 insertions(+), 3 deletions(-)
> > >  rename 
> > > meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.14.bb => 
> > > linux-libc-headers_5.15.bb} (81%)
> > >
> > > diff --git a/meta/conf/distro/include/tcmode-default.inc 
> > > b/meta/conf/distro/include/tcmode-default.inc
> > > index 58f49800c4..86a6b50433 100644
> > > --- a/meta/conf/distro/include/tcmode-default.inc
> > > +++ b/meta/conf/distro/include/tcmode-default.inc
> > > @@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
> > >  BINUVERSION ?= "2.37%"
> > >  GDBVERSION ?= "10.%"
> > >  GLIBCVERSION ?= "2.34"
> > > -LINUXLIBCVERSION ?= "5.14%"
> > > +LINUXLIBCVERSION ?= "5.15%"
> > >  QEMUVERSION ?= "6.1%"
> > >  GOVERSION ?= "1.16%"
> > >  # This can not use wildcards like 8.0.% since it is also used in mesa to 
> > > denote
> > > diff --git 
> > > a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb 
> > > b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > > similarity index 81%
> > > rename from 
> > > meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> > > rename to 
> > > meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > > index 282c04d79c..588cc3acd1 100644
> > > --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> > > +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > > @@ -14,7 +14,7 @@ SRC_URI:append = "\
> > >
> > >  LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
> > >
> > > -SRC_URI[md5sum] = "a082ef5748b813abca0649dab8be5f52"
> > > -SRC_URI[sha256sum] = 
> > > "7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2"
> > > +SRC_URI[md5sum] = "071d49ff4e020d58c04f9f3f76d3b594"
> > > +SRC_URI[sha256sum] = 
> > > "57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8"
> > >
> > >
> >
> > Looks like there is a musl issue with the ipx.h header in ppp:
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/4313
>
> ahah. Something my a-quick build didn't hit.
>
> I'll fire up a build here and see how we work around ipx.h going away.
>
> Bruce
>
> >
> > Cheers,
> >
> > Richard
> >
> >
> >
> >
>
>
> --
> - 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 (#157914): 
https://lists.openembedded.org/g/openembedded-core/message/157914
Mute This Topic: https://lists.openembedded.org/mt/86824895/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 3/6] linux-libc-headers: update to v5.15

2021-11-05 Thread Bruce Ashfield
On Fri, Nov 5, 2021 at 7:18 AM Richard Purdie
 wrote:
>
> On Thu, 2021-11-04 at 15:48 -0400, bruce.ashfi...@gmail.com wrote:
> > From: Bruce Ashfield 
> >
> > No patches needed refreshing or removal, so we just update the
> > SRC_URI and pick up the latest uapi / kernel headers.
> >
> > Signed-off-by: Bruce Ashfield 
> > ---
> >  meta/conf/distro/include/tcmode-default.inc   | 2 +-
> >  ...{linux-libc-headers_5.14.bb => linux-libc-headers_5.15.bb} | 4 ++--
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> >  rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.14.bb 
> > => linux-libc-headers_5.15.bb} (81%)
> >
> > diff --git a/meta/conf/distro/include/tcmode-default.inc 
> > b/meta/conf/distro/include/tcmode-default.inc
> > index 58f49800c4..86a6b50433 100644
> > --- a/meta/conf/distro/include/tcmode-default.inc
> > +++ b/meta/conf/distro/include/tcmode-default.inc
> > @@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
> >  BINUVERSION ?= "2.37%"
> >  GDBVERSION ?= "10.%"
> >  GLIBCVERSION ?= "2.34"
> > -LINUXLIBCVERSION ?= "5.14%"
> > +LINUXLIBCVERSION ?= "5.15%"
> >  QEMUVERSION ?= "6.1%"
> >  GOVERSION ?= "1.16%"
> >  # This can not use wildcards like 8.0.% since it is also used in mesa to 
> > denote
> > diff --git 
> > a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb 
> > b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > similarity index 81%
> > rename from 
> > meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> > rename to meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > index 282c04d79c..588cc3acd1 100644
> > --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> > +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> > @@ -14,7 +14,7 @@ SRC_URI:append = "\
> >
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
> >
> > -SRC_URI[md5sum] = "a082ef5748b813abca0649dab8be5f52"
> > -SRC_URI[sha256sum] = 
> > "7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2"
> > +SRC_URI[md5sum] = "071d49ff4e020d58c04f9f3f76d3b594"
> > +SRC_URI[sha256sum] = 
> > "57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8"
> >
> >
>
> Looks like there is a musl issue with the ipx.h header in ppp:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299
> https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/4313

ahah. Something my a-quick build didn't hit.

I'll fire up a build here and see how we work around ipx.h going away.

Bruce

>
> Cheers,
>
> Richard
>
>
>
>


--
- 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 (#157891): 
https://lists.openembedded.org/g/openembedded-core/message/157891
Mute This Topic: https://lists.openembedded.org/mt/86824895/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 3/6] linux-libc-headers: update to v5.15

2021-11-05 Thread Richard Purdie
On Thu, 2021-11-04 at 15:48 -0400, bruce.ashfi...@gmail.com wrote:
> From: Bruce Ashfield 
> 
> No patches needed refreshing or removal, so we just update the
> SRC_URI and pick up the latest uapi / kernel headers.
> 
> Signed-off-by: Bruce Ashfield 
> ---
>  meta/conf/distro/include/tcmode-default.inc   | 2 +-
>  ...{linux-libc-headers_5.14.bb => linux-libc-headers_5.15.bb} | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.14.bb => 
> linux-libc-headers_5.15.bb} (81%)
> 
> diff --git a/meta/conf/distro/include/tcmode-default.inc 
> b/meta/conf/distro/include/tcmode-default.inc
> index 58f49800c4..86a6b50433 100644
> --- a/meta/conf/distro/include/tcmode-default.inc
> +++ b/meta/conf/distro/include/tcmode-default.inc
> @@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
>  BINUVERSION ?= "2.37%"
>  GDBVERSION ?= "10.%"
>  GLIBCVERSION ?= "2.34"
> -LINUXLIBCVERSION ?= "5.14%"
> +LINUXLIBCVERSION ?= "5.15%"
>  QEMUVERSION ?= "6.1%"
>  GOVERSION ?= "1.16%"
>  # This can not use wildcards like 8.0.% since it is also used in mesa to 
> denote
> diff --git 
> a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb 
> b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> similarity index 81%
> rename from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> rename to meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> index 282c04d79c..588cc3acd1 100644
> --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
> +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
> @@ -14,7 +14,7 @@ SRC_URI:append = "\
>  
>  LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
>  
> -SRC_URI[md5sum] = "a082ef5748b813abca0649dab8be5f52"
> -SRC_URI[sha256sum] = 
> "7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2"
> +SRC_URI[md5sum] = "071d49ff4e020d58c04f9f3f76d3b594"
> +SRC_URI[sha256sum] = 
> "57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8"
>  
> 

Looks like there is a musl issue with the ipx.h header in ppp:

https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299
https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/4313

Cheers,

Richard





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#157889): 
https://lists.openembedded.org/g/openembedded-core/message/157889
Mute This Topic: https://lists.openembedded.org/mt/86824895/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH 3/6] linux-libc-headers: update to v5.15

2021-11-04 Thread Bruce Ashfield
From: Bruce Ashfield 

No patches needed refreshing or removal, so we just update the
SRC_URI and pick up the latest uapi / kernel headers.

Signed-off-by: Bruce Ashfield 
---
 meta/conf/distro/include/tcmode-default.inc   | 2 +-
 ...{linux-libc-headers_5.14.bb => linux-libc-headers_5.15.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.14.bb => 
linux-libc-headers_5.15.bb} (81%)

diff --git a/meta/conf/distro/include/tcmode-default.inc 
b/meta/conf/distro/include/tcmode-default.inc
index 58f49800c4..86a6b50433 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.37%"
 GDBVERSION ?= "10.%"
 GLIBCVERSION ?= "2.34"
-LINUXLIBCVERSION ?= "5.14%"
+LINUXLIBCVERSION ?= "5.15%"
 QEMUVERSION ?= "6.1%"
 GOVERSION ?= "1.16%"
 # This can not use wildcards like 8.0.% since it is also used in mesa to denote
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb 
b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
similarity index 81%
rename from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
rename to meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
index 282c04d79c..588cc3acd1 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.15.bb
@@ -14,7 +14,7 @@ SRC_URI:append = "\
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
 
-SRC_URI[md5sum] = "a082ef5748b813abca0649dab8be5f52"
-SRC_URI[sha256sum] = 
"7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2"
+SRC_URI[md5sum] = "071d49ff4e020d58c04f9f3f76d3b594"
+SRC_URI[sha256sum] = 
"57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8"
 
 
-- 
2.19.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#157865): 
https://lists.openembedded.org/g/openembedded-core/message/157865
Mute This Topic: https://lists.openembedded.org/mt/86824895/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-