[OE-core] [PATCH] strace: Use locale-base-en-us for locale

2024-05-08 Thread Khem Raj
locale-base-en-us is available on musl as well therefore, not need to make it glibc specific anymore. Signed-off-by: Khem Raj --- meta/recipes-devtools/strace/strace_6.8.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-devtools/strace/strace_6.8.bb

[OE-core] [PATCH] strace: Use locale-base-en-us for locale

2024-05-08 Thread Khem Raj
locale-base-en-us is available on musl as well therefore, not need to make it glibc specific anymore. Signed-off-by: Khem Raj --- meta/recipes-devtools/strace/strace_6.8.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-devtools/strace/strace_6.8.bb

[OE-core] [PATCH] enchant2: Disable incompatible-pointer-types warning as error

2024-05-08 Thread Khem Raj
This fixes build with GCC-14 Signed-off-by: Khem Raj --- meta/recipes-support/enchant/enchant2_2.7.2.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/enchant/enchant2_2.7.2.bb b/meta/recipes-support/enchant/enchant2_2.7.2.bb index 08998dd48fe..7e175852556 100644

Re: [OE-core] [PATCH] linux-yocto: Enable team net driver

2024-05-08 Thread Khem Raj
On Wed, May 8, 2024 at 8:16 PM Bruce Ashfield wrote: > > On Wed, May 8, 2024 at 9:22 PM Khem Raj wrote: > > > > Signed-off-by: Khem Raj > > Cc: Bruce Ashfield > > --- > > meta/recipes-kernel/linux/linux-yocto_6.6.bb | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git

Re: [OE-core] [PATCH] linux-yocto: Enable team net driver

2024-05-08 Thread Bruce Ashfield
On Wed, May 8, 2024 at 9:22 PM Khem Raj wrote: > > Signed-off-by: Khem Raj > Cc: Bruce Ashfield > --- > meta/recipes-kernel/linux/linux-yocto_6.6.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb >

[OE-core] [PATCH V2] zip: Fix build with gcc-14

2024-05-08 Thread Khem Raj
zip's configure fails to link this piece of test code: int main() { return closedir(opendir(".")); } with GCC-14 because it now treats implicit declaration of function as error, unline older GCC version where it was just a warning and this test would build fine. Remove

[OE-core] [PATCH V2 3/4] ltp: Fix build with GCC-14

2024-05-08 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Change the patch status to Backport ...-Use-time_t-instead-of-long-for-type.patch | 54 +++ meta/recipes-extended/ltp/ltp_20240129.bb | 1 + 2 files changed, 55 insertions(+) create mode 100644

[OE-core] [PATCH V2 4/4] iproute2: Fix build with GCC-14

2024-05-08 Thread Khem Raj
Signed-off-by: Khem Raj --- V2: Rebased meta/recipes-connectivity/iproute2/iproute2_6.8.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.8.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.8.0.bb index 68f7611943f..24539e3d998 100644

[OE-core] [PATCH V2 1/4] python3: Treat UID/GID overflow as failure

2024-05-08 Thread Khem Raj
This fixes ptest failures on 32bit architectures AssertionError: Failed ptests: {'python3': ['test_extractall_none_gid', 'test_extractall_none_gname', 'test_extractall_none_mode', 'test_extractall_none_mtime', 'test_extractall_none_uid',

[OE-core] [PATCH V3 2/4] lrzsz connman-gnome libfm: ignore various issues fatal with gcc-14

2024-05-08 Thread Khem Raj
From: Martin Jansa work arounds for: oe-core/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb:do_compile oe-core/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_compile oe-core/meta/recipes-support/libfm/libfm_1.3.2.bb:do_compile http://errors.yoctoproject.org/Errors/Build/183127/ More fixes

[OE-core] [PATCH] linux-yocto: Enable team net driver

2024-05-08 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_6.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb index 71bfbf9e032..4503ec94ae9 100644 ---

[oe-core][PATCH] gtk4: update 4.14.2 -> 4.14.4

2024-05-08 Thread Markus Volk
Overview of Changes in 4.14.4, 02-05-2024 = * GtkGraphicsOffload: - Don't crash without a child * Icontheme: - Make symbolic svg loading more efficient - Handle color-free symbolics more efficiently * Accessibility: - Make the gtk-demo sidebar search

[OE-core][PATCH] python3: skip test_concurrent_futures/test_shutdown

2024-05-08 Thread Trevor Gamblin
These tests are causing hangs on the Autobuilder, so disable them for now. Signed-off-by: Trevor Gamblin --- ...-test_shutdown-skip-problematic-test.patch | 46 +++ .../recipes-devtools/python/python3_3.12.3.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644

Re: [OE-core] [PATCH] sanity.conf: Require bitbake 2.9.1

2024-05-08 Thread Richard Purdie
On Wed, 2024-05-08 at 10:14 -0600, Tom Rini wrote: > On Wed, May 08, 2024 at 02:57:39PM +0100, Richard Purdie wrote: > > > We need a recent siggen change in bitbake to allow SPDX to work > > better. > > > > Signed-off-by: Richard Purdie > > --- > >  meta/conf/sanity.conf | 2 +- > >  1 file

Re: [OE-core] [scarthgap] psplash no longer working

2024-05-08 Thread Khem Raj
On Wed, May 8, 2024 at 3:07 AM Mike Looijmans via lists.openembedded.org wrote: > > I'm puzzled. > > Migrating from kirkstone to scarthgap, and psplash somehow broke. > > Systemd doesn't start is because "/usr/bin/psplash" is missing. > > Interestingly, the line that appears to be responsible for

Re: [OE-core] [PATCH] sanity.conf: Require bitbake 2.9.1

2024-05-08 Thread Tom Rini
On Wed, May 08, 2024 at 02:57:39PM +0100, Richard Purdie wrote: > We need a recent siggen change in bitbake to allow SPDX to work > better. > > Signed-off-by: Richard Purdie > --- > meta/conf/sanity.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[OE-core] [PATCH] libxcrypt-compat: Rename libcrypto.so.1 -> libcrypt.so.1

2024-05-08 Thread Jordan Crouse via lists.openembedded.org
The comment in libxcrypt-cmpat incorrectly mentions libcrypto instead of libcrypt which could be misleading to the unsuspecting grep user. Signed-off-by: Jordan Crouse --- meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] llvm: Switch to using release tarballs

2024-05-08 Thread Khem Raj
git checkouts are in excess of 3G, which is not ideal for everyone to download/clone, instead switch to fetching release tarball which is ~126M as of 18.1.5 release Signed-off-by: Khem Raj --- .../llvm/{llvm_git.bb => llvm_18.1.5.bb}| 13 ++--- 1 file changed, 6

Re: [OE-core] [PATCHv1] Fix building error with '-O2' in sysroot path

2024-05-08 Thread Ross Burton
Feels like we should both backport that _and_ pass —disable-O-flag-munging, as we control the compiler flags. Ross > On 8 May 2024, at 11:48, simit.ghane via lists.openembedded.org > wrote: > > Characters like '-O2' or '-Ofast' will be replaced by '-O1' and '-O0' > respectively when

[OE-core] [PATCH] sanity.conf: Require bitbake 2.9.1

2024-05-08 Thread Richard Purdie
We need a recent siggen change in bitbake to allow SPDX to work better. Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index d2f56a3fb00..02775970aee 100644 ---

[oe-core][kirkstone][PATCH 2/2] xserver-xorg: fix CVE-2024-31083

2024-05-08 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli FreeGlyph() function declared in render/glyphstr_priv.h, it is not present in current recipe version and introduced in later versions, added this change to render/glyphstr.h Signed-off-by: Archana Polampalli --- .../xserver-xorg/CVE-2024-31083-0001.patch| 117

[oe-core][kirkstone][PATCH 1/2] xserver-xorg: fix CVE-2024-31082

2024-05-08 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli Signed-off-by: Archana Polampalli --- .../xserver-xorg/CVE-2024-31082.patch | 52 +++ .../xorg-xserver/xserver-xorg_21.1.8.bb | 1 + 2 files changed, 53 insertions(+) create mode 100644

[oe-core][master][scarthgap][PATCH 1/1] xserver-xorg: upgrade 21.1.11 -> 21.1.12

2024-05-08 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli This release contains security fixes for * CVE-2024-31080 * CVE-2024-31081 * CVE-2024-31082 * CVE-2024-31083 Changelog: === 101caa1b0 (tag: xorg-server-21.1.12) xserver 21.1.12 117315640 render: fix refcounting of glyphs during ProcRenderAddGlyphs 0e34d8ebc

Re: [OE-core] [PATCH] kernel-fitImage: use IMAGE_NAME_SUFFIX

2024-05-08 Thread Rouven Czerwinski
Hi, please disregard this patch. Apparently the convention is for initramfs images to set IMAGE_NAME_SUFFIX ?= "", which lets kernel- fitimage.bbclass work as expected. Best regards, Rouven On Tue, 2024-04-30 at 12:24 +0200, Rouven Czerwinski wrote: > Without taking IMAGE_NAME_SUFFIX into

[OE-core][scarthgap][PATCH] glib-2.0: Upgrade 2.78.4 -> 2.78.5

2024-05-08 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Handle CVE-2024-34397 Remove backported patch included in this release. News (https://gitlab.gnome.org/GNOME/glib/-/commit/d18807b5ffc6dedc2db5225b044063f65720bf56): Overview of changes in GLib 2.78.5, 2024-05-07 == * Fix

Re: [OE-core] [scarthgap] psplash no longer working

2024-05-08 Thread Mike Looijmans
Ah found it, something symlinks it later on. Setting "outsuffix=default" in the URI fixed it. For some reason the old outsuffix didn't get installed. On 08-05-2024 12:07, Mike Looijmans via lists.openembedded.org wrote: I'm puzzled. Migrating from kirkstone to scarthgap, and psplash somehow

[OE-core] [PATCHv1] Fix building error with '-O2' in sysroot path

2024-05-08 Thread simit.ghane
Characters like '-O2' or '-Ofast' will be replaced by '-O1' and '-O0' respectively when compiling cipher and random in the filesystem paths as well if they happen to contain '-O2' or '-Ofast If we are cross compiling libgcrypt and sysroot contains such characters, we would get compile errors

[OE-core] [scarthgap] psplash no longer working

2024-05-08 Thread Mike Looijmans
I'm puzzled. Migrating from kirkstone to scarthgap, and psplash somehow broke. Systemd doesn't start is because "/usr/bin/psplash" is missing. Interestingly, the line that appears to be responsible for that is in the do_install:append   rm -f ${D}${bindir}/psplash If I copy that file from

Re: [OE-core] [PATCH] oeqa/selftest/devtool: Fix for usrmerge in DISTRO_FEATURES

2024-05-08 Thread Richard Purdie
On Tue, 2024-05-07 at 15:50 -0700, Khem Raj wrote: > > > On Tue, May 7, 2024 at 3:47 PM Richard Purdie via > lists.openembedded.org > wrote: > > If usrmerge is in DISTRO_FEATURES, assumptions in one of the tests > > would > > fail. Improve the test so it works in both cases. > > > >