Re: [OE-core] Summary of the remaining 6.5 kernel serial issue (and 6.5 summary)

2023-10-10 Thread Paul Gortmaker via lists.openembedded.org
[Re: [OE-core] Summary of the remaining 6.5 kernel serial issue (and 6.5 summary)] On 10/10/2023 (Tue 21:53) Richard Purdie via lists.openembedded.org wrote: > On Tue, 2023-10-10 at 21:37 +0100, Richard Purdie via > lists.openembedded.org wrote: > > I've been asked how to reproduce this setup

[OE-core] [PATCH] rust: reproducibility issue fix

2023-10-10 Thread Sundeep KOKKONDA via lists.openembedded.org
[Yocto#14875] The '--remap-path-prefix' option removes all references to build directory structure in the debug information within the compiled output for Cargo dependencies and the project's binary. However, some references to build directories remains in the final binary in .rustc section in

Re: [OE-core] [PATCH 2/2] qemux86/qemuarm: Drop kernel version overrides

2023-10-10 Thread Alejandro Hernandez Samaniego
On 10/6/23 05:36, Richard Purdie wrote: Drop the version overrides for the kernel for the x86 and arm machines so we can go back to following the distro versions. The reasons for these versions is mostly historical at this point as the issues were resolved. Signed-off-by: Richard Purdie ---

[OE-core][mickledore 20/20] libgudev: explicitly disable tests and vapi

2023-10-10 Thread Steve Sakoman
From: Ross Burton Explicitly disable the tests and vapi support instead of relying on defaults and missing dependencies. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 575e2e29e00bb4492e7ee7f10b753e3f17982caa)

[OE-core][mickledore 19/20] busybox: remove coreutils dependency in busybox-ptest

2023-10-10 Thread Steve Sakoman
From: Ross Burton A dependency on coreutils was added to busybox-ptest in oe-core 658c5ed to fix a test failure. The failure is because one of the start-stop-daemon tests is known to fail if /bin/false is busybox. Instead of failing, we can check if /bin/false is a symlink to busybox and skip

[OE-core][mickledore 18/20] oeqa selftest context.py: fix git commands and set branch name

2023-10-10 Thread Steve Sakoman
From: Mikko Rapeli Check return values of each git command and set initial branch name to avoid this warning on every test run: NOTE: Starting bitbake server... hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the

[OE-core][mickledore 17/20] oeqa selftest context.py: remove warning from missing meta-selftest

2023-10-10 Thread Steve Sakoman
From: Mikko Rapeli It's not a warning but a handled case and layer gets added automatically. Very few build configs have this layer enabled by default. Signed-off-by: Mikko Rapeli (cherry picked from commit 9a2493ea83f0b30578a819de05108502aaadc7f5) Signed-off-by: Steve Sakoman ---

[OE-core][mickledore 16/20] oeqa selftest context.py: whitespace fix

2023-10-10 Thread Steve Sakoman
From: Mikko Rapeli Signed-off-by: Mikko Rapeli (cherry picked from commit 8aed3ca405cb3cc5d346eb8da8b3307d93f75d5b) Signed-off-by: Steve Sakoman --- meta/lib/oeqa/selftest/context.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/selftest/context.py

[OE-core][mickledore 15/20] libxkbcommon: add CVE_PRODUCT

2023-10-10 Thread Steve Sakoman
From: Emil Kronborg Andersen Signed-off-by: Emil Kronborg Andersen (cherry picked from commit a23a4a3f156f5758dc4d9dcf1ab27c74302eb2a8) Signed-off-by: Steve Sakoman --- meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core][mickledore 14/20] dbus: add additional entries to CVE_PRODUCT

2023-10-10 Thread Steve Sakoman
From: Emil Kronborg Andersen Signed-off-by: Emil Kronborg Andersen (cherry picked from commit d50b395ceff3f30c30a10dba94fb340a547e434f) Signed-off-by: Steve Sakoman --- meta/recipes-core/dbus/dbus_1.14.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core][mickledore 13/20] wayland-utils: add libdrm PACKAGECONFIG

2023-10-10 Thread Steve Sakoman
From: Ross Burton wayland-utils has optional libdrm support, so add a PACKAGECONFIG and enable it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit c6c488c259d1f38a05a71e576ca2f32d412413f1) Signed-off-by: Steve Sakoman ---

[OE-core][mickledore 11/20] pango: explictly enable/disable libthai

2023-10-10 Thread Steve Sakoman
From: Ross Burton Pango has had an explicit option since 1.46.2 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 42755f135d2d015e564d783996fbb3ef860f2bf7) Signed-off-by: Steve Sakoman --- meta/recipes-graphics/pango/pango_1.50.14.bb | 2 +- 1 file changed,

[OE-core][mickledore 12/20] libsoup-2.4: update PACKAGECONFIG

2023-10-10 Thread Steve Sakoman
From: Ross Burton Add explicit PACKAGECONFIGs for brotli,ntlm, and sysprof. libsoup needs to be told where ntlm_auth will be on the target, so write a cross file to do so. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][mickledore 10/20] glib-2.0: libelf has a configure option now, specify it

2023-10-10 Thread Steve Sakoman
From: Ross Burton GLib has had an option to control libelf since 2.67.0, so use it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit d2f028c53a2390c28685b373841c9a600e91819a) Signed-off-by: Steve Sakoman --- meta/recipes-core/glib-2.0/glib.inc | 3 +-- 1

[OE-core][mickledore 09/20] openssl: build and install manpages only if they are enabled

2023-10-10 Thread Steve Sakoman
From: Alexander Kanavin This significantly speeds up the build by default. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 2b5ee583c62dbe381cd429da14ecbba5ea32d506) Signed-off-by: Steve Sakoman --- meta/recipes-connectivity/openssl/openssl_3.1.3.bb

[OE-core][mickledore 08/20] mdadm: Disable further tests due to intermittent failures

2023-10-10 Thread Steve Sakoman
From: Richard Purdie I took the mdadm ptest enabling as I was told the tests were fine now. They're not. Disable more of them as having intermittent issues. Signed-off-by: Richard Purdie (cherry picked from commit 2993a0bd6aca81d4382c3de5ac2fd9b5dac94868) Signed-off-by: Steve Sakoman ---

[OE-core][mickledore 05/20] linux-yocto/6.1: update to v6.1.53

2023-10-10 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 09045dae0d90 Linux 6.1.53 41cb5369cb80 udf: initialize newblock to 0 c74b1cd93f26 clk: Avoid invalid function names in CLK_OF_DECLARE() 59e0dd5bef6c treewide: Fix probing of

[OE-core][mickledore 06/20] linux/generate-cve-exclusions: fix mishandling of boundary values

2023-10-10 Thread Steve Sakoman
From: Yuta Hayama affected_versions in kernel_cves.json does not mean "first affected version to last affected version" but actually "first affected version to fixed version". Therefore, the variable names, conditional expressions, and CVE_STATUS descriptions should be fixed. For example, when

[OE-core][mickledore 04/20] linux-yocto/6.1: update to v6.1.52

2023-10-10 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 59b13c2b647e Linux 6.1.52 4a6284a2fc63 pinctrl: amd: Don't show `Invalid config param` errors 7bec12fa9813 usb: typec: tcpci: clear the fault status bit 4da07e958bfd nilfs2:

[OE-core][mickledore 03/20] openssl: Upgrade 3.1.2 -> 3.1.3

2023-10-10 Thread Steve Sakoman
From: Peter Marko https://github.com/openssl/openssl/blob/openssl-3.1/NEWS.md#major-changes-between-openssl-312-and-openssl-313-19-sep-2023 Major changes between OpenSSL 3.1.2 and OpenSSL 3.1.3 [19 Sep 2023] * Fix POLY1305 MAC implementation corrupting XMM registers on Windows (CVE-2023-4807)

[OE-core][mickledore 01/20] gstreamer: upgrade 1.22.5 -> 1.22.6

2023-10-10 Thread Steve Sakoman
From: Archana Polampalli This release only contains bugfixes and security fixes. Highlighted bugfixes in 1.22.6: Security fixes for the MXF demuxer and H.265 video parser Fix latency regression in H.264 hardware decoder base class androidmedia: fix HEVC codec profile registration and fix

[OE-core][mickledore 02/20] gnupg: upgrade 2.4.2 -> 2.4.3

2023-10-10 Thread Steve Sakoman
From: Alexander Kanavin New stable GnuPG release: version 2.4.3. This version fixes some minor bugs and improves the performance on Windows. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 0c2365540ae61fe6fab61fb076ddb976ca26ce47) Signed-off-by:

[OE-core][mickledore 00/20] Patch review

2023-10-10 Thread Steve Sakoman
Please review this set of changes for mickledore and have comments back by end of day Thursday, October 12. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6031 The following changes since commit aa90e5ea1fe77c97e5915e5e9a69bbd0b9461d09:

[OE-core] [dunfell][PATCH] systemd: Backport systemd-resolved: use hostname for certificate validation in DoT

2023-10-10 Thread Marek Vasut
Widely accepted certificates for IP addresses are expensive and only affordable for larger organizations. Therefore if the user provides the hostname in the DNS= option, we should use it instead of the IP address. This fixes https://nvd.nist.gov/vuln/detail/CVE-2018-21029 per suggestion

[OE-core] [PATCH] scripts/patchreview: Add a custom pattern for finding recipe patches

2023-10-10 Thread Yoann Congal
From: Mickael RAMILISON This introduces support for specifying a search pattern with the -p/--pattern option in the patchreview.py script. This is designed to accommodate the directory structure of meta-openembedded. Signed-off-by: Mickael RAMILISON Reviewed-by: Yoann Congal --- Note: This

Re: [OE-core] Summary of the remaining 6.5 kernel serial issue (and 6.5 summary)

2023-10-10 Thread Richard Purdie
On Tue, 2023-10-10 at 21:37 +0100, Richard Purdie via lists.openembedded.org wrote: > I've been asked how to reproduce this setup more easily outside of > OEQA. I hacked this up: > > https://www.rpsys.net/wp/rp/simpleqemu.tgz > > extract it, hack the paths in commands.py to point at a qemux86-64

Re: [OE-core] Summary of the remaining 6.5 kernel serial issue (and 6.5 summary)

2023-10-10 Thread Richard Purdie
I've been asked how to reproduce this setup more easily outside of OEQA. I hacked this up: https://www.rpsys.net/wp/rp/simpleqemu.tgz extract it, hack the paths in commands.py to point at a qemux86-64 build of core-image-minimal and then "./commands" should boot an qemu image using the system's

Re: [OE-core][PATCH] wic: fix a typo in help output

2023-10-10 Thread Quentin Schulz via lists.openembedded.org
Hi André, On 10/10/23 13:30, André Draszik via lists.openembedded.org wrote: [You don't often get email from git=andred@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Signed-off-by: André Draszik Reviewed-by: Quentin Schulz

[OE-core] Yocto Project Status 10 October 2023 (WW41)

2023-10-10 Thread Neal Caidin
Current Dev Position: YP 4.3 M4 (Feature Freeze) Next Deadline: 2nd October 2023 YP 4.3 M4 build date Next Team Meetings: - Bug Triage meeting Thursday October 12th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync

Re: [OE-core] [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+

2023-10-10 Thread Bruce Ashfield
On Tue, Oct 10, 2023 at 10:37 AM Rasmus Villemoes < rasmus.villem...@prevas.dk> wrote: > On 10/10/2023 14.31, Bruce Ashfield wrote: > > > > > > On Tue, Oct 10, 2023 at 7:44 AM Rasmus Villemoes > > It seems we can fix it with > > > > $ git diff > > diff --git

Re: [OE-core] [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+

2023-10-10 Thread Rasmus Villemoes via lists.openembedded.org
On 10/10/2023 14.31, Bruce Ashfield wrote: > > > On Tue, Oct 10, 2023 at 7:44 AM Rasmus Villemoes > It seems we can fix it with > > $ git diff > diff --git a/meta/recipes-kernel/perf/perf.bb > b/meta/recipes-kernel/perf/perf.bb > index

[OE-core][dunfell 10/11] openssl: Upgrade 1.1.1v -> 1.1.1w

2023-10-10 Thread Steve Sakoman
From: Sourav Pramanik https://www.openssl.org/news/openssl-1.1.1-notes.html Major changes between OpenSSL 1.1.1v and OpenSSL 1.1.1w [11 Sep 2023] * Fix POLY1305 MAC implementation corrupting XMM registers on Windows (CVE-2023-4807) Signed-off-by: Sourav Kumar Pramanik Signed-off-by: Steve

[OE-core][dunfell 08/11] ghostscript: Backport fix CVE-2023-43115

2023-10-10 Thread Steve Sakoman
From: Vijay Anusuri In Artifex Ghostscript through 10.01.2, gdevijs.c in GhostPDL can lead to remote code execution via crafted PostScript documents because they can switch to the IJS device, or change the IjsServer parameter, after SAFER has been activated. NOTE: it is a documented risk that

[OE-core][dunfell 09/11] busybox: Backport CVE-2022-48174 fix

2023-10-10 Thread Steve Sakoman
From: Marek Vasut There is a stack overflow vulnerability in ash.c:6030 in busybox before 1.35. In the environment of Internet of Vehicles, this vulnerability can be executed from command to arbitrary code execution. https://nvd.nist.gov/vuln/detail/CVE-2022-48174 CVE: CVE-2022-48174

[OE-core][dunfell 11/11] cpio: Replace fix wrong CRC with ASCII CRC for large files with upstream backport

2023-10-10 Thread Steve Sakoman
From: Marek Vasut Replace the original "Wrong CRC with ASCII CRC for large files" patch with upstream backport, and add additional fix on top of the same problem which upstream detected and fixed. Signed-off-by: Marek Vasut Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 03/11] go: Update fix for CVE-2023-24538 & CVE-2023-39318

2023-10-10 Thread Steve Sakoman
From: Shubham Kulkarni Add missing files in fix for CVE-2023-24538 & CVE-2023-39318 Upstream Link - CVE-2023-24538: https://github.com/golang/go/commit/b1e3ecfa06b67014429a197ec5e134ce4303ad9b CVE-2023-39318: https://github.com/golang/go/commit/023b542edf38e2a1f87fcefb9f75ff2f99401b4c

[OE-core][dunfell 04/11] dbus: Backport fix for CVE-2023-34969

2023-10-10 Thread Steve Sakoman
From: Julian Haller Upstream commit https://gitlab.freedesktop.org/dbus/dbus/-/commit/37a4dc5835731a1f7a81f1b67c45b8dfb556dd1c Signed-off-by: Julian Haller Signed-off-by: Steve Sakoman --- meta/recipes-core/dbus/dbus.inc | 1 + .../dbus/dbus/CVE-2023-34969.patch|

[OE-core][dunfell 05/11] dbus: Add missing CVE_PRODUCT

2023-10-10 Thread Steve Sakoman
From: Julian Haller The current dunfell CVE scans report 0 CVEs for our dbus version. This is not correct, though, as we use the wrong product name to query it. Fix this to get a proper CVE list. Signed-off-by: Julian Haller Signed-off-by: Steve Sakoman --- meta/recipes-core/dbus/dbus.inc |

[OE-core][dunfell 07/11] libpcre2 : Follow up fix CVE-2022-1586

2023-10-10 Thread Steve Sakoman
From: Shinu Chandran CVE-2022-1586 was originally fixed by OE commit https://github.com/openembedded/openembedded-core/commit/7f4daf88b71f through libpcre2 commit https://github.com/PCRE2Project/pcre2/commit/50a51cb7e672 The follow up patch is required to resolve a bug in the initial

[OE-core][dunfell 01/11] cups: Backport fix for CVE-2023-32360 and CVE-2023-4504

2023-10-10 Thread Steve Sakoman
From: Vijay Anusuri Upstream commits: https://github.com/OpenPrinting/cups/commit/a0c8b9c9556882f00c68b9727a95a1b6d1452913 & https://github.com/OpenPrinting/cups/commit/2431caddb7e6a87f04ac90b5c6366ad268b6ff31 Signed-off-by: Vijay Anusuri Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 02/11] gawk: backport Debian patch to fix CVE-2023-4156

2023-10-10 Thread Steve Sakoman
From: Vijay Anusuri Upstream-Status: Backport [https://git.launchpad.net/ubuntu/+source/gawk/tree/debian/patches?h=ubuntu/focal-security & https://git.savannah.gnu.org/gitweb/?p=gawk.git;a=commitdiff;h=e709eb829448ce040087a3fc5481db6bfcaae212] Signed-off-by: Vijay Anusuri Signed-off-by: Steve

[OE-core][dunfell 06/11] xdg-utils: Fix CVE-2022-4055

2023-10-10 Thread Steve Sakoman
From: Hitendra Prajapati Upstream-Status: Backport from https://gitlab.freedesktop.org/xdg/xdg-utils/-/commit/f67c4d1f8bd2e3cbcb9eb49f5e897075e7426780 Signed-off-by: Hitendra Prajapati Signed-off-by: Steve Sakoman --- .../xdg-utils/xdg-utils/CVE-2022-4055.patch | 165 ++

[OE-core][dunfell 00/11] Patch review

2023-10-10 Thread Steve Sakoman
Please review this set of changes for dunfell and have comments back by end of day Thursday, October 12. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6026 The following changes since commit 9a800a2e2c2b14eab8c1f83cb4ac3b94a70dd23c: glibc:

[OE-core] [PATCH] perl: fix intermittent test failure

2023-10-10 Thread william.lyu via lists.openembedded.org
From: William Lyu Fixes [YOCTO #15136] This fix addresses the intermittent failure of the Perl ptest t/op/sigsystem.t. Signed-off-by: William Lyu Signed-off-by: Randy MacLeod Reported-by: Alexandre Belloni --- ...ent-failure-of-test-t-op-sigsystem.t.patch | 77 +++

[OE-core] [PATCH v3 1/4] insane: Add unimplemented-ptest infrastructure

2023-10-10 Thread Yoann Congal
From: Jérémy Rosen This infrastructure will use heuristics to detect when package sources seem to have unit tests implemented but no ptest have been implemented in the recipe. No heuristics have been implemented at this point, only the infrastructure to skip the test when ptest are implemented.

[OE-core] [PATCH v3 2/4] insane: Detect python and perl based tests

2023-10-10 Thread Yoann Congal
From: Jérémy Rosen match_line_in_files will look for a regex in all files matching a glob. we use iglob to avoid a complete, recursive scan of all source. iglob is based on python iterators and will scan as we walk through the directories pytest are detected by looking for "import pytest" or

[OE-core] [PATCH v3 0/4] insane: Add unimplemented-ptest checks

2023-10-10 Thread Yoann Congal
To increase ptest coverage we can check if the sources of a recipe looks like it contains unittest and warn the user that a test may be implemented there. This series provide the check infrastructure as a package QA check and some checks for : python pytest, perl Test::, meson, cmake,

[OE-core] [PATCH v3 4/4] insane: Add a naive heuristic to detect test subdirectories

2023-10-10 Thread Yoann Congal
From: Jérémy Rosen if there is a "test" or "tests" subdirectory at toplevel, this usually means we have some unit tests available. This test is very good at detecting handcrafted tests and I was not able to find any false positive. False positive can be dealt with the usual INSANE_SKIP

[OE-core] [PATCH v3 3/4] insane: Detect build-system test harnesses

2023-10-10 Thread Yoann Congal
From: Jérémy Rosen most build-systems have a way to implement a "make check" or equivalent command that will run tests in the source directory. This heuristic will detect the keywords in the build-system configuration that activates tests. Note that in the case of autotools, we use Makefile.in

[OE-core] [PATCH v2 3/4] busybox-inittab: fix console handling

2023-10-10 Thread Ross Burton
From: Ross Burton A testing failure meant that the inittab changes made in 6c65544 didn't actually work. A copy-paste problems meant that start_getty was being invoked instead of getty, but start_getty is sysvinit-inittab-specific. Revert this inittab to calling getty directly. Remove the

[OE-core] [PATCH v2 4/4] oeqa/runtime/_qemutiny: rewrite test to be functional

2023-10-10 Thread Ross Burton
From: Ross Burton The _qemutiny is a small test case that was explicitly designed to do a minimal level of testing for poky-tiny images. These typically don't have SSH servers so we need to assume that qemu is being used and access the serial console directly. Signed-off-by: Ross Burton ---

[OE-core] [PATCH v2 2/4] meta/conf/machine: remove SERIAL_CONSOLES_CHECK

2023-10-10 Thread Ross Burton
From: Ross Burton There's no need for this variable anymore, as all consoles listed in SERIAL_CONSOLES are checked for their existence before a getty is started. Signed-off-by: Ross Burton --- meta/conf/machine/include/riscv/qemuriscv.inc | 1 - meta/conf/machine/qemuarm.conf|

[OE-core] [PATCH v2 1/4] oeqa/selftest: don't skip test_read_only_image on qemuarm64

2023-10-10 Thread Ross Burton
From: Ross Burton There's no need to skip this test anymore, as skipping on qemuarm64 was a proxy for "uses SERIAL_CONSOLES_CHECK" which no longer exists. [ YOCTO #14962 ] Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/buildoptions.py | 2 -- 1 file changed, 2 deletions(-) diff

[OE-core] [PATCH 4/5] busybox-inittab: fix console handling

2023-10-10 Thread Ross Burton
From: Ross Burton A testing failure meant that the inittab changes made in 6c65544 didn't actually work. A copy-paste problems meant that start_getty was being invoked instead of getty, but start_getty is sysvinit-inittab-specific. Revert this inittab to calling getty directly. Remove the

[OE-core] [PATCH 5/5] oeqa/runtime/_qemutiny: rewrite test to be functional

2023-10-10 Thread Ross Burton
From: Ross Burton The _qemutiny is a small test case that was explicitly designed to do a minimal level of testing for poky-tiny images. These typically don't have SSH servers so we need to assume that qemu is being used and access the serial console directly. Signed-off-by: Ross Burton ---

[OE-core] [PATCH 1/5] oeqa/selftest: don't skip test_read_only_image on qemuarm64

2023-10-10 Thread Ross Burton
From: Ross Burton There's no need to skip this test anymore, as skipping on qemuarm64 was a proxy for "uses SERIAL_CONSOLES_CHECK" which no longer exists. [ YOCTO #14962 ] Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/buildoptions.py | 2 -- 1 file changed, 2 deletions(-) diff

[OE-core] [PATCH 2/5] meta/conf/machine: remove SERIAL_CONSOLES_CHECK

2023-10-10 Thread Ross Burton
From: Ross Burton There's no need for this variable anymore, as all consoles listed in SERIAL_CONSOLES are checked for their existence before a getty is started. Signed-off-by: Richard Purdie --- meta/conf/machine/include/riscv/qemuriscv.inc | 1 - meta/conf/machine/qemuarm.conf

[OE-core] [PATCH 3/5] meta-yocto-bsp/conf/machine: remove SERIAL_CONSOLES_CHECK

2023-10-10 Thread Ross Burton
From: Ross Burton There's no need for this variable anymore, as all consoles listed in SERIAL_CONSOLES are checked for their existence before a getty is started. --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 1 - meta-yocto-bsp/conf/machine/genericx86-64.conf| 1 - 2 files

Re: [OE-core] [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+

2023-10-10 Thread Bruce Ashfield
On Tue, Oct 10, 2023 at 7:44 AM Rasmus Villemoes wrote: > On 10/07/2023 05.20, Bruce Ashfield via lists.openembedded.org wrote: > > From: Bruce Ashfield > > > > kernel version 6.4 introduces a new file that need to have > > absolute paths removed, so we can avoid the buildpaths QA > > warning

Re: [OE-core] [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+

2023-10-10 Thread Rasmus Villemoes via lists.openembedded.org
On 10/07/2023 05.20, Bruce Ashfield via lists.openembedded.org wrote: > From: Bruce Ashfield > > kernel version 6.4 introduces a new file that need to have > absolute paths removed, so we can avoid the buildpaths QA > warning and have relocatable packages. > > We add pmu-flex.h to the

[OE-core][PATCH] wic: fix a typo in help output

2023-10-10 Thread André Draszik
Signed-off-by: André Draszik --- scripts/lib/wic/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 73e3380cde17..163535e4318f 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -1118,7 +1118,7 @@

Re: [OE-core][kirkstone][PATCH] glibc: Update to latest on stable 2.35 branch

2023-10-10 Thread Vincent Prince
Fetching on the networked machine was ok. I managed to get rid of the problem by cleaning glibc and cross-localedef-native downloads and sstate-cache from both machines gitshallow_sourceware.org.git.glibc.git_561e9da-1_release.2.35.master.tar.gz

[OE-Core][PATCH 2/2] oeqa/utils/gitarchive: ensure tag matches regex before getting its fields

2023-10-10 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Whenever we ask gitarchive to retrieve test results for specific revisions, we first do a "large" search in get_tags, which uses glob patterns with git ls-remote, and then we filter received tags with a regex to parse the tags fields. Currently gitarchive assumes that all

[OE-Core][PATCH 0/2] Fix regression reporting for master-next

2023-10-10 Thread Alexis Lothoré via lists . openembedded . org
There are still issues in Autobuilder when trying to generate regression reports on master-next branch, as visible in [1]. This issue makes build status as failed After being finally able to replicate the issue locally (which is quite difficult since master-next is a force-pushed branch), I

[OE-Core][PATCH 1/2] oeqa/utils/gitarchive: fix tag pattern searching

2023-10-10 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Whenever we ask gitarchive to search for tags, we can provide it with a pattern (containing glob patterns). However, when searching for example for tags matching branch master-next, it can find more tags which does not correspond exactly to branch master-next (e.g.

Re: [OE-core] [PATCH] oeqa/qemurunner: Add extra logging when console doesn't appear

2023-10-10 Thread Mikko Rapeli
Reviewed-by: Mikko Rapeli -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188875): https://lists.openembedded.org/g/openembedded-core/message/188875 Mute This Topic: https://lists.openembedded.org/mt/101871106/21656 Group Owner:

Re: [OE-core] [PATCH 1/2] oeqa/qemurunner: Add newlines serial workaround

2023-10-10 Thread Mikko Rapeli
Reviewed-by: Mikko Rapeli -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188874): https://lists.openembedded.org/g/openembedded-core/message/188874 Mute This Topic: https://lists.openembedded.org/mt/101856880/21656 Group Owner:

[OE-core] [PATCH] oeqa/qemurunner: Add extra logging when console doesn't appear

2023-10-10 Thread Richard Purdie
If the console doesn't appear, breifly sleep and try an extra read. This is a useful debugging trick which we may as well preserve in the code. We're already failing at this point so extra data is useful. This means if we perturb things on the other port, we may gain useful logging insight.

[OE-core] [dunfell][PATCH RESEND] kernel.bbclass: Add force flag to rm calls

2023-10-10 Thread Paul Barker
From: Ryan Eatmon The latest 6.5 kernels do not appear to create the source file in ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/source so the recipe errors out when trying to remove it. Simple fix is to add the -f (force) flag to the call. (From OE-Core rev:

[OE-core] [mickledore][PATCH] openssl: Upgrade 3.1.2 -> 3.1.3

2023-10-10 Thread Yi Zhao
From: Peter Marko https://github.com/openssl/openssl/blob/openssl-3.1/NEWS.md#major-changes-between-openssl-312-and-openssl-313-19-sep-2023 Major changes between OpenSSL 3.1.2 and OpenSSL 3.1.3 [19 Sep 2023] * Fix POLY1305 MAC implementation corrupting XMM registers on Windows (CVE-2023-4807)