[OE-core] [PATCH v3] default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES

2024-09-20 Thread Jon Mason
Currently, KERNEL_CONSOLE has a default value of "ttyS0". However, Arm machines and those using virtio serial prefer to use "ttyAMA0" or "hvc0" (or something else). These are usually defined by the machine config file as SERIAL_CONSOLES, which has one or more entries. Take the first one of those

Patchtest results for [oe-core][PATCH 3/3] gtk+3: remove unneeded .inc file

2024-09-20 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/3-3-gtk-3-remove-unneeded-.inc-file.patch FAIL: test commit message presence: Please include a commit message on yo

[oe-core][PATCH 2/3] gtk+3: rename tracker dependencies

2024-09-20 Thread Markus Volk
This is required for gnome 47 update in meta-openembedded Signed-off-by: Markus Volk --- meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index e1603b43fc..03913768b1 10064

[oe-core][PATCH 1/3] gtk4: rename tracker dependencies

2024-09-20 Thread Markus Volk
This is required for gnome 47 update in meta-openembedded Signed-off-by: Markus Volk --- meta/recipes-gnome/gtk+/gtk4_4.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk4_4.16.0.bb b/meta/recipes-gnome/gtk+/gtk4_4.16.0.bb index 6331e86bf5..1

[oe-core][PATCH 3/3] gtk+3: remove unneeded .inc file

2024-09-20 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-gnome/gtk+/gtk+3.inc| 154 - meta/recipes-gnome/gtk+/gtk+3_3.24.43.bb | 164 ++- 2 files changed, 157 insertions(+), 161 deletions(-) delete mode 100644 meta/recipes-gnome/gtk+/gtk+3.inc diff --git a/met

Re: [OE-core] [scarthgap, kirkstone] backport request

2024-09-20 Thread Steve Sakoman
On Fri, Sep 20, 2024 at 7:30 AM Konrad Weihmann wrote: > > Hi, > > > could you please backport the following commits to scarthgap and kirkstone > > runqemu: keep generating tap devices -- > https://git.yoctoproject.org/poky/commit/?id=c9a40069623b95e8300fead4838de9edccb8 > testimage: fallback

[OE-core] [scarthgap, kirkstone] backport request

2024-09-20 Thread Konrad Weihmann
Hi, could you please backport the following commits to scarthgap and kirkstone runqemu: keep generating tap devices -- https://git.yoctoproject.org/poky/commit/?id=c9a40069623b95e8300fead4838de9edccb8 testimage: fallback for empty IMAGE_LINK_NAME -- https://git.yoctoproject.org/poky/commi

Re: [OE-core] [scarthgap, kirkstone] backport request

2024-09-20 Thread Steve Sakoman
Hi Konrad, Backport requests like this should be sent to the mailing list so that the community can review them. In general I don't take requests sent to me privately. Thanks! Steve On Fri, Sep 20, 2024 at 4:07 AM Konrad Weihmann wrote: > > Hi Steve, > > could you please backport the following

[OE-core][scarthgap 11/16] gcc: Fix spurious '/' in GLIBC_DYNAMIC_LINKER on microblaze

2024-09-20 Thread Steve Sakoman
From: Khem Raj Signed-off-by: Khem Raj Cc: Mark Hatle Signed-off-by: Richard Purdie Backport from master OE-Core rev: f0eac82b9a1e4549b7d918df768c369ed7ab5183 Signed-off-by: Mark Hatle Signed-off-by: Steve Sakoman --- ...fine-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 6 +++---

[OE-core][scarthgap 16/16] bind: Fix build with the `httpstats` package config enabled

2024-09-20 Thread Steve Sakoman
From: Alban Bedel --C65ED3E1A5DE826CA595746785F6AF6F To: openembedded-core@lists.openembedded.org CC: Alban Bedel Subject: [PATCH] bind: Fix build with the `httpstats` package config enabled Date: Wed, 11 Sep 2024 08:26:47 +0200 Content-Transfer-Encoding: quoted-printable Content-Type: text/

[OE-core][scarthgap 13/16] busybox: Fix cut with "-s" flag

2024-09-20 Thread Steve Sakoman
From: Colin McAllister This fixes and issue that allows blank lines to be incorrectly output when the "-s" flag is included. This issue propogates into the populate-volatile.sh script in initscripts. If a volatiles drop file contains blank lines, a blank line will be included in combined users, w

[OE-core][scarthgap 12/16] udev-extraconf: Add collect flag to mount

2024-09-20 Thread Steve Sakoman
From: Colin McAllister Adds extra "--collect" flag to the mount command within automount_systemd. This is intended to fix an observed deadlock after rapidly inserting and removing external media. This is because if the mount command fails, the transient mount will enter a failed state. The next t

[OE-core][scarthgap 06/16] python3: Upgrade 3.12.5 -> 3.12.6

2024-09-20 Thread Steve Sakoman
From: Peter Marko Includes security fixes for CVE-2024-7592, CVE-2024-8088, CVE-2024-6232, CVE-2023-27043 and other bug fixes. Removed below patches, as the fix is included in 3.12.6 upgrade: 1. CVE-2024-7592.patch 2. CVE-2024-8088.patch Release Notes: https://www.python.org/downloads/release/p

[OE-core][scarthgap 14/16] bluez5: remove redundant patch for MAX_INPUT

2024-09-20 Thread Steve Sakoman
From: Guðni Már Gilbert The solution to the problem upstream was fixed by the following commit: https://github.com/bluez/bluez/commit/ca6546fe521360fcf905bc115b893f322e706cb2 Now MAX_INPUT is defined for non-glibc systems such as musl. This fix was added in BlueZ 5.67. Signed-off-by: Richard Pu

[OE-core][scarthgap 01/16] Revert "wpa-supplicant: Upgrade 2.10 -> 2.11"

2024-09-20 Thread Steve Sakoman
This version bump adds new features and should not have been taken. This reverts commit 35c2b5f56bca789b9723a144fda0a130a67a860c. Signed-off-by: Steve Sakoman --- ...all-wpa_passphrase-when-not-disabled.patch | 33 +++ ...te-Phase-2-authentication-requiremen.patch | 213 ++ ...

[OE-core][scarthgap 15/16] create-sdpx-2.2.bbclass: Switch from exists to isfile checking debugsrc

2024-09-20 Thread Steve Sakoman
From: Mark Hatle While debugsrc is almost always a file (or link), there are apparently cases where a directory could be returned from the dwarfsrcfiles processing. When this happens, the hashing fails and an error results when building the SPDX documents. Signed-off-by: Mark Hatle Signed-off-

[OE-core][scarthgap 10/16] qemu: back port patches to fix riscv64 build failure

2024-09-20 Thread Steve Sakoman
From: Chen Qi Backport patches to fix riscv64 build failure. Signed-off-by: Chen Qi Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 3 + ...kvm-change-KVM_REG_RISCV_FP_F-to-u32.patch | 75 ...kvm-change-KVM_REG_RISCV_FP_D-to-u64.patch | 73 +++

[OE-core][scarthgap 09/16] buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage

2024-09-20 Thread Steve Sakoman
From: Richard Purdie We planned to drop SSTATEPOSTINSTFUNC some time ago with the introduction of postfuncs. Finally get around to doing that which should make the buildhistory code a little more readable. Unfortunately ordering the buildhistory function calls after the sstate ones is difficult

[OE-core][scarthgap 07/16] buildhistory: Fix intermittent package file list creation

2024-09-20 Thread Steve Sakoman
From: Pedro Ferreira The directory that buildhistory_list_pkg_files writes to during do_package is created by do_packagedata so a clean buildhistory doesn't have files-in-package written during the first build since packagedata happens after do_package. Ensure the output package folder is create

[OE-core][scarthgap 08/16] buildhistory: Restoring files from preserve list

2024-09-20 Thread Steve Sakoman
From: Pedro Ferreira This fix will ensure that, when we activate feature `BUILDHISTORY_RESET`, files marked to keep on feature `BUILDHISTORY_PRESERVE` will indeed exist is buildhistory final path since they are moved to buildhistory/old but not restored at any point. Signed-off-by: Pedro Ferreir

[OE-core][scarthgap 05/16] python3: skip readline limited history tests

2024-09-20 Thread Steve Sakoman
From: Trevor Gamblin Python 3.12.5 is failing a newer ptest for reading/writing limited history when editline (default) is set in PACKAGECONFIG. Skip it for now until a proper fix (if any) is determined. A bug has been opened upstream: https://github.com/python/cpython/issues/123018 (From OE-Co

[OE-core][scarthgap 03/16] openssl: Upgrade 3.2.2 -> 3.2.3

2024-09-20 Thread Steve Sakoman
From: Siddharth Doshi Updated SRC_URI link and format due to change in openssl website. CVE's Fixed by upgrade: CVE-2024-5535: Fixed possible buffer overread in SSL_select_next_proto(). CVE-2024-6119: Fixed possible denial of service in X.509 name checks - Removed backports of CVE-2024-5535 as

[OE-core][scarthgap 04/16] python3: upgrade 3.12.4 -> 3.12.5

2024-09-20 Thread Steve Sakoman
From: Trevor Gamblin Changelog: https://docs.python.org/release/3.12.5/whatsnew/changelog.html (From OE-Core rev: d9e2ebd6b24b802d1d4cd38b3b910e068c308809) Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Peter Marko Signed-off-by:

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

2024-09-20 Thread Steve Sakoman
Please review this set of changes for scarthgap and have comments back by end of day Tuesday, September 24 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7346 The following changes since commit 343f40b0bc8ef65cc1e2abd6c9c33bb2e08bad3d: libedit:

[OE-core][scarthgap 02/16] libpcap: Security fix for CVE-2023-7256 & CVE-2024-8006

2024-09-20 Thread Steve Sakoman
From: Vijay Anusuri Reference: https://security-tracker.debian.org/tracker/CVE-2023-7256 https://security-tracker.debian.org/tracker/CVE-2024-8006 Upstream commits: https://github.com/the-tcpdump-group/libpcap/commit/73da0d4d65ef0925772b7b7f82a5fbb3ff2c5e4f https://github.com/the-tcpdump-group/l

[OE-core][kirkstone][PATCH] cups: Security fix for CVE-2024-35235

2024-09-20 Thread Rohini Sangam via lists.openembedded.org
CVE fixed: - CVE-2024-35235: cups: Cupsd Listen arbitrary chmod 0140777 Upstream-Status: Backport from https://github.com/OpenPrinting/cups/commit/a436956f374b0fd7f5da9df482e4f5840fa1c0d2, https://github.com/OpenPrinting/cups/commit/e3952d3ecd231588bb382529281a294124db9348#diff-6fc0a5ba57f83c817

Patchtest results for [OE-core][kirkstone][PATCH] cups: Security fix for CVE-2024-35235

2024-09-20 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/kirkstone-cups-Security-fix-for-CVE-2024-35235.patch FAIL: test CVE tag format: Missing or incorrectly formatted CV

[OE-core][kirkstone][PATCH] cups: Security fix for CVE-2024-35235

2024-09-20 Thread Rohini Sangam via lists.openembedded.org
CVE fixed: - CVE-2024-35235: cups: Cupsd Listen arbitrary chmod 0140777 Upstream-Status: Backport from https://github.com/OpenPrinting/cups/commit/a436956f374b0fd7f5da9df482e4f5840fa1c0d2, https://github.com/OpenPrinting/cups/commit/e3952d3ecd231588bb382529281a294124db9348#diff-6fc0a5ba57f83c817

Re: [OE-core] [PATCH v7 0/7] Add barebox bootloader support (and testing)

2024-09-20 Thread Enrico Jörns
Am Donnerstag, dem 19.09.2024 um 21:56 +0100 schrieb Richard Purdie: > On Thu, 2024-09-19 at 14:06 +0200, Enrico Jörns wrote: > > This adds support for the barebox bootloader (and tools) to oe-core. > > > > In order to have proper testing, this extends oe-selftest to allow > > basic testing of boo

Re: [oe-core][PATCH 1/4] glib-2.0: update 2.80.4 -> 2.82.1

2024-09-20 Thread Markus Volk
The NEWS file for glib is not yet up to date. Therefore, no changes have been documented. On Fri, Sep 20 2024 at 11:58:13 AM +02:00:00, Markus Volk wrote: - adjust 0010-Do-not-hardcode-python-path-into-various-tools.patch Signed-off-by: Markus Volk > --- ...010-Do

[oe-core][PATCH 4/4] gsettings-desktop-schemas: update 46.1 -> 47.1

2024-09-20 Thread Markus Volk
Major changes in 47.1 === - meson: Fix project version Major changes in 47.0 === - Translation updates Major changes in 47.rc == - Translation updates Major changes in 47.beta - Add break-reminder schema - Provide a new

[oe-core][PATCH 1/4] glib-2.0: update 2.80.4 -> 2.82.1

2024-09-20 Thread Markus Volk
- adjust 0010-Do-not-hardcode-python-path-into-various-tools.patch Signed-off-by: Markus Volk --- ...010-Do-not-hardcode-python-path-into-various-tools.patch | 6 +++--- ...lib-2.0-initial_2.80.4.bb => glib-2.0-initial_2.82.1.bb} | 0 .../glib-2.0/{glib-2.0_2.80.4.bb => glib-2.0_2.82.1.bb} |

[oe-core][PATCH 3/4] libadwaita: update 1.5.3 -> 1.6.0

2024-09-20 Thread Markus Volk
= Version 1.6.0 = - AdwAboutDialog/Window - Support non-deprecated GPL-2/3.0-only SPDX IDs - AdwBottomSheet - Fix a crash in tests on some platforms - AdwHeaderBar - Fix back button menu picking up phantom pages in some situations - AdwMessageDialog - Fix title size

[oe-core][PATCH 2/4] libportal: update 0.7.1 -> 0.8.1

2024-09-20 Thread Markus Volk
Changes in 0.8.1, 04-09-2024 == - Fix a regression in the Remote Desktop where it wouldn't work with the ScreenCast portal correctly. - Use non-deprecated functions in the GTK4 code - Run tests in CI so we catch regressions earlier - Make Qt tests use QTEST_GUILESS_MAIN -

[OE-core] [PATCH] oeqa/postactions: Fix archive retrieval from target

2024-09-20 Thread Mathieu Dubois-Briand via lists.openembedded.org
From: Mathieu Dubois-Briand A previous patch broke archive retrieval because of an undeclared variable. Declare the archive_name variable as expected. Signed-off-by: Mathieu Dubois-Briand Reported-by: Richard Purdie CC: Alexis Lothoré CC: Alexandre Belloni --- meta/lib/oeqa/utils/postaction

[OE-core] [PATCH 1/2] enable-vendor-revision.bbclass: Add it to append VENDOR_REVISION to PR

2024-09-20 Thread Robert Yang via lists.openembedded.org
From: Robert Yang This bbclass is used for appending VENDOR_REVISION to PR from vendor-revision.conf for the recipes which have patches. The vendor-revision.conf is not a must, but without it, all the recipes which patches will have a VR, there is no different in the first release such as Yocto

[OE-core] [PATCH 0/2] proposal: Append VENDOR_REVISION to PR for CVE scanners

2024-09-20 Thread Robert Yang via lists.openembedded.org
From: Robert Yang The VENDOR_REVISION is for cve scanners to know the CVEs have been fixed in a lower version, CVE scanners such as Trivy can know the CVEs have been fixed in a higher version, but it can't know the CVE is fixed in a lower version without a helper, we have the following ways to se

[OE-core] [PATCH 2/2] gen-vendor-revision.bbclass: Add it to update VENDOR_REVISION automatically

2024-09-20 Thread Robert Yang via lists.openembedded.org
From: Robert Yang The VENDOR_REVISION is for cve scanners to know the CVEs have been fixed in a lower version, CVE scanners such as Trivy can know the CVEs have been fixed in a higher version, but it can't know the CVE is fixed in a lower version without a helper, we have the following ways to se

Re: [OE-core] [PATCH v3 00/12] systemd uki support

2024-09-20 Thread Richard Purdie
On Thu, 2024-09-19 at 17:36 +0300, Mikko Rapeli via lists.openembedded.org wrote: > These changes enable building systemd uki images which combine > kernel, kernel command line, initrd and possibly signatures to > a single UEFI binary. This binary can be booted with UEFI firmware > and systemd-boo

Re: [OE-core] [PATCH v3 01/12] python3-pefile: add recipe from meta-openembedded

2024-09-20 Thread Richard Purdie
On Thu, 2024-09-19 at 17:36 +0300, Mikko Rapeli via lists.openembedded.org wrote: > It is needed by systemd ukify tool and uki.bbclass to generate > UEFI boot binaries. > > Signed-off-by: Mikko Rapeli > --- >  .../python/python3-pefile/run-ptest   |  3 ++ >  .../python/python3-pefile_202