[OE-core] [master][kirkstone][PATCH] powerpc: Remove invalid GLIBC_EXTRA_OECONF

2022-04-30 Thread Robert Joslyn
OE-core previously carried patches to glibc that added optimized sqrt implementations for various PowerPC chips. These were recently removed, which now results in errors when compiling glibc with certian PowerPC machine tunes: checking sysdep dirs... configure: error: The 603e subspecies

Re: [OE-core] [master][kirkstone][PATCH] powerpc: Remove invalid GLIBC_EXTRA_OECONF

2022-04-30 Thread Khem Raj
On Sat, Apr 30, 2022 at 7:11 AM Robert Joslyn < robert.jos...@redrectangle.org> wrote: > OE-core previously carried patches to glibc that added optimized sqrt > implementations for various PowerPC chips. These were recently removed, > which now results in errors when compiling glibc with certian

[OE-core] [PATCH] linux-yocto: Enable powerpc-debug fragment for ppc64 LE

2022-04-30 Thread Khem Raj
qemuppc64 is LE by default, this fixes kernel build for qemuppc64 with gcc12 Signed-off-by: Khem Raj Cc: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 1 + meta/recipes-kernel/linux/linux-yocto_5.15.bb | 1 + 2 files changed, 2 insertions(+) diff --git

[OE-core] [PATCH] qemu: Add packageconfig for libbpf support

2022-04-30 Thread Khem Raj
its in auto mode, which is troublesome particularly on native recipe where it pokes at build host to find this library if its not in native sysroot and when build host has libbpf installed it enables it silently otherwise disables the support. so lets make it deterministic, and if one needs to

[OE-core] [PATCH] linux-yocto/5.15: fix qemuarm graphical boot

2022-04-30 Thread Bruce Ashfield
From: Bruce Ashfield During the cleanup/refactoring of qemuarm* we dropped a PCI option that is required for graphical boot. The configuration is fixed to create a separate fragment, which just enabled the minimim and we include it into qemuarma15 standard/preempt-rt. Integrating the following

[OE-core] [PATCH] strace: fix ptest failure in landlock

2022-04-30 Thread Bruce Ashfield
From: Bruce Ashfield Kernel commit: commit 3d4b396a616d0d67bf95d6823ad1197f6247292e Author: Christian Brauner Date: Mon Oct 11 15:37:04 2021 +0200 landlock: Use square brackets around "landlock-ruleset" commit aea0b9f2486da8497f35c7114b764bf55e17c7ea upstream. Make

Re: [OE-core] [PATCH 00/15] kernel-yocto: consolidated pull request

2022-04-30 Thread Bruce Ashfield
On Sat, Apr 30, 2022 at 12:26 AM Bruce Ashfield via lists.openembedded.org wrote: > > On Fri, Apr 29, 2022 at 4:02 PM Bruce Ashfield via > lists.openembedded.org > wrote: > > > > On Fri, Apr 29, 2022 at 8:41 AM Bruce Ashfield via > > lists.openembedded.org > > wrote: > > > > > > On Fri, Apr 29,

Re: [OE-core] [PATCH] linux-yocto: Enable powerpc-debug fragment for ppc64 LE

2022-04-30 Thread Bruce Ashfield
On Sat, Apr 30, 2022 at 9:28 AM Khem Raj wrote: > > qemuppc64 is LE by default, this fixes kernel build for qemuppc64 with > gcc12 > Looks good to me. Bruce > Signed-off-by: Khem Raj > Cc: Bruce Ashfield > --- > meta/recipes-kernel/linux/linux-yocto_5.10.bb | 1 + >

Re: [OE-core] [PATCH 00/15] kernel-yocto: consolidated pull request

2022-04-30 Thread Richard Purdie
On Sat, 2022-04-30 at 17:35 -0400, Bruce Ashfield wrote: > On Sat, Apr 30, 2022 at 12:26 AM Bruce Ashfield via > lists.openembedded.org > wrote: > > > > On Fri, Apr 29, 2022 at 4:02 PM Bruce Ashfield via > > lists.openembedded.org > > wrote: > > > > > > On Fri, Apr 29, 2022 at 8:41 AM Bruce