[OE-core] [PATCH] systemd: Remove a leftover reference to ${datadir}/mime

2024-09-04 Thread Peter Kjellerstedt
${MIMEDIR} (aka ${datadir}/mime) is packaged in ${PN}-mime and the reference to ${datadir}/mime/packages/io.systemd.xml for FILES:${PN} should have been removed in commit 5560243137f772683e53b614f134dd632b62be8b. Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/systemd/systemd_256.5.bb |

[OE-core][scarthgap 14/14] mc: fix source URL

2024-09-04 Thread Steve Sakoman
From: Benjamin Szőke new URL for sources: http://ftp.midnight-commander.org/ Signed-off-by: Benjamin Szőke Signed-off-by: Richard Purdie (cherry picked from commit 03c4052718a9b8392b25e1770630317b8cf29fbe) Signed-off-by: Steve Sakoman --- meta/recipes-extended/mc/mc_4.8.31.bb | 2 +- 1 file

[OE-core][scarthgap 12/14] oeqa/runtime/ssh: increase the number of attempts

2024-09-04 Thread Steve Sakoman
From: Jon Mason Under high load, the ssh test is hitting the amount of retries. Increase it to 20 to avoid this issue. This would increase the maximum failure time from 50 seconds (5 * 10) to 100 seconds. Signed-off-by: Jon Mason Signed-off-by: Richard Purdie (cherry picked from commit c79643

[OE-core][scarthgap 13/14] openssh: add backported header file include

2024-09-04 Thread Steve Sakoman
From: Jon Mason Backport upstream patch to add a missing header. The patch says it is for systemd, but I am seeing build issues when building openssh with clang and musl. The issue being seen is: #warning usage of non-standard #include is deprecated And similar deprecated warnings. This patc

[OE-core][scarthgap 09/14] libadwaita: upgrade 1.5.1 -> 1.5.2

2024-09-04 Thread Steve Sakoman
From: Wang Mingyu Changelog: == - AdwAlertDialog - Fix unmatched va_start() - Fix setting default widget when removing a response - AdwBreakpointCondition - Fix leaks when parsing - AdwBreakpointBin - Fix a leak - AdwDialog - Fix toggling presentation mode - Fix close button i

[OE-core][scarthgap 08/14] wpa-supplicant: Upgrade 2.10 -> 2.11

2024-09-04 Thread Steve Sakoman
From: Siddharth Doshi License-Update: === - README: Change in copyright years as per https://w1.fi/cgit/hostap/commit/README?id=d945ddd368085f255e68328f2d3b020ceea359af - wpa_supplicant/wpa_supplicant.c: Change in copyright years as per https://w1.fi/cgit/hostap/commit/wpa_supplican

[OE-core][scarthgap 11/14] wireless-regdb: upgrade 2024.05.08 -> 2024.07.04

2024-09-04 Thread Steve Sakoman
From: Wang Mingyu Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit b460d2d55a35450564ea04255153b0a3bf715530) Signed-off-by: Steve Sakoman --- ...ireless-regdb_2024.05.08.bb => wireless-regdb_2024.07.04.bb} | 2 +- 1 file cha

[OE-core][scarthgap 10/14] libdnf: upgrade 0.73.1 -> 0.73.2

2024-09-04 Thread Steve Sakoman
From: Wang Mingyu Changelog: == - context: use rpmtsAddReinstallElement() when doing a reinstall - MergedTransaction: Fix invalid memory access when dropping items - ConfigParser: fix use-out-of-scope leaks - Since we use rpmtsAddReinstallElement rpm also uninstalls the package - Fix coun

[OE-core][scarthgap 07/14] cups: upgrade 2.4.9 -> 2.4.10

2024-09-04 Thread Steve Sakoman
From: Wang Mingyu Changelog: === - Fixed error handling when reading a mixed "1setOf" attribute. - Fixed scheduler start if there is only domain socket to listen on 0001-use-echo-only-in-init.patch 0002-don-t-try-to-run-generated-binaries.patch 0004-cups-fix-multilib-install-file-conflic

[OE-core][scarthgap 06/14] apr: upgrade 1.7.4 -> 1.7.5

2024-09-04 Thread Steve Sakoman
From: Vijay Anusuri Refreshed patch 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch Includes security fix CVE-2023-49582 changelog: https://downloads.apache.org/apr/CHANGES-APR-1.7 Signed-off-by: Vijay Anusuri Signed-off-by: Richard Purdie (cherry picked from commit c5d949846

[OE-core][scarthgap 05/14] apr: drop 0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch

2024-09-04 Thread Steve Sakoman
From: Alexander Kanavin At some point this became unnecessary, as tested by building apr with DISTRO_FEATURES:append = " ld-is-gold" The logs do confirm that (previously) problematic binary links without errors. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked fro

[OE-core][scarthgap 02/14] python3: Fix CVE-2024-7592

2024-09-04 Thread Steve Sakoman
From: Soumya Sambu There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standard library module. When parsing cookies that contained backslashes for quoted characters in the cookie value, the parser would use an algorithm with quadratic complexity, resulting in

[OE-core][scarthgap 04/14] xserver-xorg: fix CVE-2023-5574 status

2024-09-04 Thread Steve Sakoman
From: Dmitry Baryshkov If XvFB is enabled, the CVE_STATUS for CVE-2023-5574 should be 'unpatched' rather than the empty string. Otherwise SDPX checker complains: xserver-xorg-2_21.1.13-r0 do_create_spdx: Unknown CVE status Signed-off-by: Dmitry Baryshkov Signed-off-by: Richard Purdie (cherry

[OE-core][scarthgap 00/14] Patch review

2024-09-04 Thread Steve Sakoman
Please review this set of changes for scarthgap and have comments back by end of day Friday, September 6 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7306 The following changes since commit 553f31396a5d966ab827f1c4b807ef46649080d0: linux-firm

[OE-core][scarthgap 03/14] python3: Fix CVE-2024-8088

2024-09-04 Thread Steve Sakoman
From: Soumya Sambu There is a HIGH severity vulnerability affecting the CPython "zipfile" module. When iterating over names of entries in a zip archive (for example, methodsof "zipfile.ZipFile" like "namelist()", "iterdir()", "extractall()", etc) the process can be put into an infinite loop with

[OE-core] [PATCH] expat: 2.6.2 -> 2.6.3

2024-09-04 Thread Richard Purdie
Includes fixes for CVE-2024-45490, CVE-2024-45491 and CVE-2024-45492. https://blog.hartwork.org/posts/expat-2-6-3-released/ Signed-off-by: Richard Purdie --- meta/recipes-core/expat/{expat_2.6.2.bb => expat_2.6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-cor

[OE-core] [PATCH] cml1: add do_savedefconfig

2024-09-04 Thread Adrian Freihofer
From: Adrian Freihofer Move the do_savedefconfig task definition from u-boot and kernel to cml1.bbclass. There are more recipes which use the kbuild framework and benefit from a do_savedefconfig task. Signed-off-by: Adrian Freihofer --- meta/classes-recipe/cml1.bbclass | 7 +++ meta/clas

Re: [OE-core] [PATCH 1/1] buildcfg: Print bitbake branch and revision when it is in a separate repo

2024-09-04 Thread Robert Yang via lists.openembedded.org
On 9/4/24 21:36, Alexander Kanavin wrote: I don't think putting this into get_layer_revisions() is correct. Bitbake is not a layer, and obtaining its revision should be in a separate pair of functions: is_bitbake_in_separate_repo() get_bitbake_revision() Makes sense, I will send a V2 for it.

Re: [OE-core] [PATCH 1/1] buildcfg: Print bitbake branch and revision when it is in a separate repo

2024-09-04 Thread Alexander Kanavin
I don't think putting this into get_layer_revisions() is correct. Bitbake is not a layer, and obtaining its revision should be in a separate pair of functions: is_bitbake_in_separate_repo() get_bitbake_revision() Alex On Wed, 4 Sept 2024 at 15:23, Robert Yang via lists.openembedded.org wrote: >

[OE-core] [PATCH 1/1] buildcfg: Print bitbake branch and revision when it is in a separate repo

2024-09-04 Thread Robert Yang via lists.openembedded.org
From: Robert Yang Clone https://git.openembedded.org/bitbake into poky/bitbake Before the patch: meta meta-poky meta-yocto-bsp = "master:377fd06d86f5f3be80a927ee19c30d9557077a7f" Now: bitbake = "master:5bd0c65c217394cde4c8e382eba6cf7f4b909c97" meta meta-poky meta-yocto-bsp

[OE-core] [PATCH 0/1] buildcfg: Print bitbake branch and revision when it is in a separate repo

2024-09-04 Thread Robert Yang via lists.openembedded.org
From: Robert Yang The following changes since commit 94ff1be36a1eeef7ddceb4fcf20425a03cd052de: devtool: remove obsolete SRCTREECOVEREDTASKS handling (2024-09-04 12:36:43 +0100) are available in the Git repository at: https://github.com/robertlinux/yocto rbt/buildcfg https://github.com/r

Re: [OE-core] [RFC PATCH] bitbake.conf: DEBUG_PREFIX_MAP: move STAGING_DIR_NATIVE before STAGING_DIR_HOST

2024-09-04 Thread Martin Jansa
On Wed, Sep 4, 2024 at 1:57 PM Richard Purdie wrote: > > On Wed, 2024-09-04 at 08:53 +0200, Martin Jansa via > lists.openembedded.org wrote: > > Some related info I've found now: > > https://reviews.llvm.org/D148975?id=516863 > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109591 > > > > maybe af

[OE-core] [PATCH] gcr: Fix LICENSE

2024-09-04 Thread Niko Mauno via lists.openembedded.org
The contents of the COPYING file included in the current source code package match those of LGPL-2.0 license, which seems to have been the case since 2011 commit https://gitlab.gnome.org/GNOME/gcr/-/commit/c6691faa0348ab087e99ab9bd9914e1d5e81fa14 Signed-off-by: Niko Mauno --- meta/recipes-gnome/

[OE-core] [PATCH] tiff: Fix LICENSE

2024-09-04 Thread Niko Mauno via lists.openembedded.org
The contents of the LICENSE.md file included in the current source code package match those of libtiff license, which seems to have been the case since 1999 commit https://gitlab.com/libtiff/libtiff/-/commit/0ef31e1f62aa7a8b1c488a59c4930775ee0046e4 where it was added with filename COPYRIGHT and was

[OE-core] [PATCH] runqemu: lock tap creation process

2024-09-04 Thread Konrad Weihmann
in case of running two or more runqemu instances in parallel with no previously setup tap devices, the following happens: instance A probes for tap devices, but doesn't find any, proceeds to generating tap devices with the sudo call, resulting in tap0. instance B starts to probes, finds tap0. Both

Re: [OE-core] [RFC PATCH] bitbake.conf: DEBUG_PREFIX_MAP: move STAGING_DIR_NATIVE before STAGING_DIR_HOST

2024-09-04 Thread Richard Purdie
On Wed, 2024-09-04 at 08:53 +0200, Martin Jansa via lists.openembedded.org wrote: > Some related info I've found now: > https://reviews.llvm.org/D148975?id=516863 > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109591 > > maybe affected by -fcanon-prefix-map used since gcc-13: > https://git.openemb

[OE-core] [PATCH] conf/defaultsetup.conf: Drop TCLIBCAPPEND

2024-09-04 Thread Richard Purdie
We've been able to run musl and glibc builds in the same TMPDIR for many years and a separate directory is not required. Most distros disable this value for that reason. Drop support for the variable to make it clear and easy for distros to be able to set multiconfigs which behave consistently for

[OE-core] [PATCH] insane: Remove dependency on TCLIBC from QA test

2024-09-04 Thread Richard Purdie
The TCLIBC value is already encoded into build paths through the triplet so no need to encode it here where it can cause problems for allarch output that span multiple libcs. Signed-off-by: Richard Purdie --- meta/classes-global/insane.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/

Re: [OE-core] [PATCH 2/2] uki.bbclass: add class for building Unified Kernel Images (UKI)

2024-09-04 Thread Mikko Rapeli
Adding Alexandre and Kristian since they contributed the uki support, On Wed, Sep 04, 2024 at 11:17:29AM +0200, Alexander Kanavin wrote: > On Wed, 4 Sept 2024 at 09:56, Mikko Rapeli wrote: > > > Not rejected per se; I would suggest that the existing wic > > > implementation is rewritten to use th

Re: [OE-core] [PATCH 2/2] uki.bbclass: add class for building Unified Kernel Images (UKI)

2024-09-04 Thread Alexander Kanavin
On Wed, 4 Sept 2024 at 09:56, Mikko Rapeli wrote: > > Not rejected per se; I would suggest that the existing wic > > implementation is rewritten to use the class (and hopefully becomes > > radically simpler and shorter)! > > > > It's fine to not be entirely backwards compatible; this is master, an

Re: [OE-core] [RFT][PATCH 1/2] glibc: Upgrade to 2.40

2024-09-04 Thread leimaohui via lists.openembedded.org
Hi, Raj > https://lore.kernel.org/openembedded-core/20240904031759.1891128-1-r > aj.k...@gmail.com/T/#u > Can you test it please ? I did a build test on qemuarm64 enabled multilib. The conflict error has gone. Best regards Lei > -Original Message- > From: Khem Raj > Sent: Wednesday,

Re: [OE-core] [PATCH 2/2] uki.bbclass: add class for building Unified Kernel Images (UKI)

2024-09-04 Thread Mikko Rapeli
Hi, On Mon, Sep 02, 2024 at 04:30:53PM +0200, Alexander Kanavin wrote: > On Mon, 2 Sept 2024 at 16:15, Mikko Rapeli wrote: > > > So, this is a wic image format specific re-implementation of systemd > > ukify.py script. > > Calling not systemd ukify.py but objcopy directly. No control over kerne

Re: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0

2024-09-04 Thread Richard Purdie
On Wed, 2024-09-04 at 01:25 +, Mingyu Wang (Fujitsu) wrote: > I set machine=qemux86_64, DISTRO="poky-altcfg", but I did not > reproduce this issue. > Is there any other setting necessary? That build also adds: DISTRO_FEATURES:append = ' api-documentation' Cheers, Richard -=-=-=-=-=-=-=-=-=