Re: [OE-core] Patchtest results for [PATCH v2 1/2] ccache: 4.9.1 -> 4.10

2024-06-11 Thread Robert Yang via lists.openembedded.org
On 6/12/24 13:50, patcht...@automation.yoctoproject.org wrote: 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/v2-1-2-ccache-4.9.1---4.10.patch FAIL: test lic f

[OE-core] Patchtest results for [PATCH v2 1/2] ccache: 4.9.1 -> 4.10

2024-06-11 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/v2-1-2-ccache-4.9.1---4.10.patch FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed witho

[OE-core] [PATCH v2 2/2] fmt: Add it from meta-oe for ccache 4.10

2024-06-11 Thread Robert Yang via lists.openembedded.org
From: Robert Yang It is required by ccache 4.10, from cmake/Dependencies.cmake: find_package(Fmt 8.0.0 MODULE REQUIRED) Signed-off-by: Robert Yang --- meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-devtools/fmt/fmt_10.2.1.bb | 16 2 files changed, 17 insertions

[OE-core] [PATCH v2 0/2] ccache: 4.9.1 -> 4.10

2024-06-11 Thread Robert Yang via lists.openembedded.org
From: Robert Yang * V2 Add "License-Update:" tag * V1 The fmt is from meta-oe, will send a patch to remove it from meta-oe after this patch is merged. The following changes since commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94: linuxloader: add -armhf on arm only for TARGET_FPU 'hard'

[OE-core] [PATCH v2 1/2] ccache: 4.9.1 -> 4.10

2024-06-11 Thread Robert Yang via lists.openembedded.org
From: Robert Yang * Remove 0001-xxhash.h-Fix-build-with-gcc-12.patch since there is no xxhash in ccache by default any more. * License-Update: - Update LIC_FILES_CHKSUM becaue a few third party licenses have been removed: $ git diff --stat v4.9.1..v4.10 LICENSE.adoc LICENSE.adoc | 222

[OE-core] Patchtest results for [PATCH 1/2] ccache: 4.9.1 -> 4.10

2024-06-11 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/1-2-ccache-4.9.1---4.10.patch FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed without

Re: [OE-core] [PATCH v2 0/1] quilt: 0.67 -> 0.68

2024-06-11 Thread Robert Yang via lists.openembedded.org
On 5/27/24 13:51, Robert Yang via lists.openembedded.org wrote: From: Robert Yang * V2 Add coreutils to RDEPENDS:quilt-ptest to fix ptest error Ping. // Robert * V1 Initial version The following changes since commit 1187a460c2608369df8de08fe52a5542e4ab6ecd: oe-build-perf-repo

[OE-core] [PATCH 0/2] ccache: 4.9.1 -> 4.10

2024-06-11 Thread Robert Yang via lists.openembedded.org
From: Robert Yang The fmt is from meta-oe, will send a patch to remove it from meta-oe after this patch is merged. // Robert The following changes since commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94: linuxloader: add -armhf on arm only for TARGET_FPU 'hard' (2024-06-11 11:41:09 +0100) ar

[OE-core] [PATCH 2/2] fmt: Add it from meta-oe for ccache 4.10

2024-06-11 Thread Robert Yang via lists.openembedded.org
From: Robert Yang It is required by ccache 4.10, from cmake/Dependencies.cmake: find_package(Fmt 8.0.0 MODULE REQUIRED) Signed-off-by: Robert Yang --- meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-devtools/fmt/fmt_10.2.1.bb | 16 2 files changed, 17 insertions

[OE-core] [PATCH 1/2] ccache: 4.9.1 -> 4.10

2024-06-11 Thread Robert Yang via lists.openembedded.org
From: Robert Yang * Remove 0001-xxhash.h-Fix-build-with-gcc-12.patch since there is no xxhash in ccache by default any more. * Update LIC_FILES_CHKSUM becaue a few third party licenses have been removed: $ git diff --stat v4.9.1..v4.10 LICENSE.adoc LICENSE.adoc | 222 +--

[OE-core] [scarthgap][PATCH 2/3] oeqa/selftest/devtool: add test for modifying recipes using go.bbclass

2024-06-11 Thread Peter Kjellerstedt
From: Ola x Nilsson go.bbclass uses a special do_unpack function that causes the git root to be different from S. Verify that it unpacks as expected. [ YOCTO #15483 ] Signed-off-by: Ola x Nilsson Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit fab0c

[OE-core] [scarthgap][PATCH 1/3] devtool: modify: Catch git submodule error for go code

2024-06-11 Thread Peter Kjellerstedt
From: Anton Almqvist One of the git submodule commands failed for source extracted for recipes using go.bbclass. The root cause is probably the path set up by go_do_unpack which makes S and gitroot not match. This patch does not fix the root problem, but at least it is no worse than before the

[OE-core] [scarthgap][PATCH 3/3] base-files: profile: fix error sh: 1: unknown operand

2024-06-11 Thread Peter Kjellerstedt
From: Felix Nilsson Handle errors when SHLVL isn't set. Signed-off-by: Felix Nilsson Signed-off-by: Richard Purdie (cherry picked from commit 5df53fcfe3b70a5312fced3fcc1ba6290f2ee794) Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/base-files/base-files/profile | 2 +- 1 file changed

Re: [OE-core] [PATCH] VOLATILE_TMP_DIR: Extend to specify the persistence of /var/tmp

2024-06-11 Thread Changqing Li via lists.openembedded.org
Hi, Any concern about this patch? VOLATILE_TMP_DIR is originally added to specify the persistence of /tmp, and I think it named as "VOLATILE_TMP", so maybe it is ok to extend to specify the persistence of /var/tmp (which by default is /var/volatile/tmp). And this will cause doc change. Reg

Re: [OE-core] [PATCH] systemd: fix wrong path of tmp.mount

2024-06-11 Thread Changqing Li via lists.openembedded.org
ping On 5/30/24 17:02, Changqing Li wrote: From: Changqing Li According to meson.build, tmp.mount is installed under "prefixdir/'lib/systemd/system'", but for 64bit system, rootlibdir is /usr/lib64/systemd/system, this make tmp.mount not removed, and /tmp still mounted as tmpfs filesystem. Fixe

Re: [OE-core] [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-11 Thread Livius
[Edited Message Follows] S = "${WORKDIR}/git" does not contain "${TMPDIR}/work-shared" path, therefore "def is_work_shared(d):" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situati

Re: [OE-core] [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-11 Thread Livius
[Edited Message Follows] S = "${WORKDIR}/git" does not contain "${TMPDIR}/work-shared" path, therefore "def is_work_shared(d):" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situati

Re: [OE-core] [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-11 Thread Livius
[Edited Message Follows] S = "${WORKDIR}/git" does not contain "${TOPDIR}/work-shared" path, therefore "def is_work_shared(d):" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situati

Re: [OE-core] [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-11 Thread Livius
S = "${WORKDIR}/git" does not contain "${TOPDIR}/work-shared" path, therefore "def is_work_shared(d):" will be returned with False and archiver is failed for linux kernel recipe (somewhy unpack is broken and kernel source is missing in work-shared folder in this situation). https://github.com/op

[OE-core] [PATCH] python3-zipp: upgrade 3.18.2 -> 3.19.2

2024-06-11 Thread Tim Orling
From: Tim Orling https://github.com/jaraco/zipp/blob/main/NEWS.rst v3.19.2 * No significant changes. v3.19.1 * Bugfixes - Improved handling of malformed zip files. (#119) v3.19.0 * Features - Implement is_symlink. (#117) https://github.com/jaraco/zipp/compare/v3.18.2...v3.19.2 Signed-off

[OE-core] [PATCH] python3-typing-extensions: upgrade 4.11.0 -> 4.12.2

2024-06-11 Thread Tim Orling
From: Tim Orling https://github.com/python/typing_extensions/blob/main/CHANGELOG.md Release 4.12.2 (June 7, 2024) * Add typing_extensions.get_annotations, a backport of inspect.get_annotations that adds features specified by PEP 649. Patch by Jelle Zijlstra. * Fix regression in v4.12

Re: [yocto] Yocto Project Status 11 June 2024 (WW24)

2024-06-11 Thread Zoran
Hello Stephen, If you allow me... Few questions, mainly to clarify things. For laics like me. > We have a fix for the final Fedora 40 issue, thanks Victor. This is this problem with the GCC 14.1 compiler, correct? So, as my understanding is, the YP 5.0.2 Build Date 2024-06-24 will include GCC 1

[OE-core] [PATCH] python3-requests: upgrade 2.32.1 -> 2.32.3

2024-06-11 Thread Tim Orling
From: Tim Orling https://requests.readthedocs.io/en/latest/community/updates/#release-history 2.32.3 (2024-05-29) * Bugfixes - Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. (#6716) * Fixed issue where Requests started failing to run on Python

[OE-core] [PATCH] python3-packaging: upgrade 24.0 -> 24.1

2024-06-11 Thread Tim Orling
From: Tim Orling What's Changed - pyupgrade/black/isort/flake8 → ruff by @DimitriPapadopoulos in #769 - Add support for Python 3.13 and drop EOL 3.7 by @hugovk in #783 - Bump the github-actions group with 4 updates by @dependabot in #782 - Fix typo in _parser docstring by @pradyunsg in #784

[OE-core] [PATCH] python3-more-itertools: upgrade 10.2.0 -> 10.3.0

2024-06-11 Thread Tim Orling
From: Tim Orling https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.0 https://more-itertools.readthedocs.io/en/stable/versions.html 10.3.0 * New functions - powerset_of_sets(), dft(), and idft() (thanks to rhettinger) - join_mappings() (thanks to NeilGirdhar and rhetti

[OE-core] [PATCH] python3-certifi: upgrade 2024.2.2 -> 2024.6.2

2024-06-11 Thread Tim Orling
From: Tim Orling https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02 * Various dependabot updates to dependencies * Test against Python 3.12 stable and 3.13-dev * Added 3.12 classifier Signed-off-by: Tim Orling --- Tested by also building python3-requests and python3-urll

[OE-core] [PATCH] python3-cryptography: upgrade 42.0.7 -> 42.0.8

2024-06-11 Thread Tim Orling
From: Tim Orling * Refresh 0001-pyproject.toml-remove-benchmark-disable-option.patch * Also upgrade python3-cryptography-vectors 42.0.8 - 2024-06-04 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.2. https://cryptography.io/en/latest/changelog/#v42-0-8 https://githu

[OE-core] [PATCH v2 4/5] meta-selftest: add python3-guessing-game

2024-06-11 Thread Tim Orling
From: Tim Orling Add v0.1.0 of python3-guessing-game which is used as the baseline for an upgrade to v0.2.0 in test_devtool_upgrade_recipe_update_extra_tasks test case. Signed-off-by: Tim Orling --- Changes in v2: * Change to the git.yoctoproject.org url .../python/python3-guessing-game-cra

[OE-core] [PATCH v2 5/5] oe-selftest: add RECIPE_UPDATE_EXTRA_TASKS test

2024-06-11 Thread Tim Orling
From: Tim Orling Add test_devtool_upgrade_recipe_update_extra_tasks test case to test upgrade of python3-guessing-game from v0.1.0 to v0.2.0 which will exercise the update_crates task during the upgrade. Add python3-guessing-game_git.bb.upgraded and python3-guessing-game-crates.inc.upgraded whi

[OE-core] [PATCH v2 3/5] ref-manual: add RECIPE_UPDATE_EXTRA_TASKS variable

2024-06-11 Thread Tim Orling
From: Tim Orling Document the new RECIPE_UPDATE_EXTRA_TASKS variable and give cargo-update-recipe-crates as a concrete example. Signed-off-by: Tim Orling --- No changes in v2 documentation/ref-manual/variables.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/documentation/ref-ma

[OE-core] [PATCH v2 2/5] cargo-update-recipe-crates: add RECIPE_UPDATE_EXTRA_TASKS

2024-06-11 Thread Tim Orling
From: Tim Orling When we upgrade a recipe that inherits cargo-update-recipe-crates and the upstream Cargo.toml/Cargo.lock have been changed, we need to run the update_crates task or else the devtool upgrade (and therefore AUH upgrade) will fail. Add "do_update_crates" task to RECIPE_UPDATE_EXTRA

[OE-core] [PATCH v2 1/5] devtool upgrade: enable RECIPE_UPDATE_EXTRA_TASKS

2024-06-11 Thread Tim Orling
From: Tim Orling For some recipes, such as those that inherit cargo-update-recipe-crates, we need to run additional tasks once the new sources have been unpacked. Introduce a new variable RECIPE_UPDATE_EXTRA_TASKS which is a space- delimited list of tasks to run after the new sources have been u

[OE-core] [PATCH v2 0/5] Implement RECIPE_UPDATE_EXTRA_TASKS

2024-06-11 Thread Tim Orling
From: Tim Orling Whenever a recipe which inherits cargo-update-recipe-crates is upgraded with devtool (such as with the Auto Upgrade Helper) we frequently see failures. If the upstream Cargo.toml or Cargo.lock has been changed, the corresponding -crates.inc needs to be updated. This is done by ru

Re: [OE-core] [PATCH v4 0/2] image-bootfiles: new class

2024-06-11 Thread Marcus Folkesson
Hello Martin, On Tue, Jun 11, 2024 at 04:44:04PM +0200, Martin Hundebøll wrote: > On Tue, 2024-06-11 at 15:22 +0200, Marcus Folkesson wrote: > > Hi Ross, > > > > On Tue, Jun 11, 2024 at 10:37:06AM +, Ross Burton wrote: > > > On 30 May 2024, at 10:53, Marcus Folkesson via > > > lists.openembed

Re: [OE-core] [PATCH] cve-check: Introduce CVE_CHECK_MANIFEST_JSON_SUFFIX

2024-06-11 Thread Marta Rybczynska
On Sun, Jun 9, 2024 at 9:27 PM Aleksandar Nikolic via lists.openembedded.org wrote: > The variable contains the suffix of the CVE JSON manifest file. > By default, this variable is set to 'json', so the current behavior > is not changed, but enables developers to use some other suffix, > e.g., cv

[yocto] Yocto Project Status 11 June 2024 (WW24)

2024-06-11 Thread Stephen Jolley
Current Dev Position: YP 5.1 M2 Next Deadline: YP 5.1 M2 Build 8 July 2024 Next Team Meetings: - Bug Triage meeting Thursday June 13th at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday June 11th at 8 am P

[OE-core] Patchtest results for [PATCH v2] ltp: Fix build break with clang on risv64

2024-06-11 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/v2-ltp-Fix-build-break-with-clang-on-risv64.patch FAIL: test commit message presence: Please include a commit messa

Re: [OE-core] [PATCH v4 0/2] image-bootfiles: new class

2024-06-11 Thread Martin Hundeb?ll
On Tue, 2024-06-11 at 15:22 +0200, Marcus Folkesson wrote: > Hi Ross, > > On Tue, Jun 11, 2024 at 10:37:06AM +, Ross Burton wrote: > > On 30 May 2024, at 10:53, Marcus Folkesson via > > lists.openembedded.org > > wrote: > > > The image-bootfiles class is used to put all files listed in > > >

[OE-core] [PATCH v2] ltp: Fix build break with clang on risv64

2024-06-11 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Drop setting compiler-rt explicitly ...-__clear_cache-declaration-for-clang.patch | 32 +++ meta/recipes-extended/ltp/ltp_20240524.bb | 1 + 2 files changed, 33 insertions(+) create mode 100644 meta/recipes-extended/ltp/ltp/0001-Add-__clear_

Re: [OE-core][PATCH 0/6] Add SPDX 3.0 support

2024-06-11 Thread Joshua Watt
On Tue, Jun 11, 2024 at 4:40 AM Richard Purdie wrote: > > On Mon, 2024-06-10 at 15:41 -0600, Joshua Watt via > lists.openembedded.org wrote: > > This patch series add support for SPDX 3.0. Currently it is not > > possible > > to have SPDX 2.2 and SPDX 3.0 enabled at the same time; users may > > ch

[OE-core] Patchtest results for [PATCH 3/3] scripts/oe-replicate-build: add a script that packages and replicates a yocto build elsewhere

2024-06-11 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-scripts-oe-replicate-build-add-a-script-that-packages-and-replicates-a-yocto-build-elsewhere.patch FAIL: test s

[OE-core] Patchtest results for [PATCH 1/3] bblayers/setupwriters/oe-local-copy: add a 'local copy' plugin for bitbake-layers create-layer-setup

2024-06-11 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/1-3-bblayers-setupwriters-oe-local-copy-add-a-local-copy-plugin-for-bitbake-layers-create-layer-setup.patch FAIL: t

[OE-core] [PATCH 1/3] bblayers/setupwriters/oe-local-copy: add a 'local copy' plugin for bitbake-layers create-layer-setup

2024-06-11 Thread Alexander Kanavin
From: Alexander Kanavin This plugin copies all currently configured layer respositories into a dedicated location on local disk. This is useful for entirely offline layer replication, when the layers are packed and then unpacked from an archive, rather than fetched from git (there can be situatio

[OE-core] [PATCH 3/3] scripts/oe-replicate-build: add a script that packages and replicates a yocto build elsewhere

2024-06-11 Thread Alexander Kanavin
From: Alexander Kanavin This scripts takes an existing, active yocto build, and puts pieces of it into a bundle directory, which is then placed in a tarball, and that goes into a self-extracting shell archive. This allows moving the bundle to another machine, or placing it on a network server for

[OE-core] [PATCH 2/3] sstatesig/dump_sigs: allow setting output directory explicitly from command line option

2024-06-11 Thread Alexander Kanavin
From: Alexander Kanavin The default (current directory) is unfortunately non-deterministic, as the operation is performed from bitbake-server and not from bitbake process directly. If the server was started in a different directory it will write the files there, and not where bitbake command requ

[OE-core][kirkstone][PATCH] gobject-introspection: Do not hardcode objdump name

2024-06-11 Thread Jose Quaresma
From: Khem Raj Use OBJDUMP variable in the script, this helps in using the lddwrapper with recipes which maybe using different objdump tools e.g.l llvm-objdump or vice-versa Signed-off-by: Khem Raj Signed-off-by: Richard Purdie (cherry picked from commit c04b3e0e371859c159b76bff87a5b1299b51d0c

Re: [OE-core] [PATCH] ltp: Fix build break with clang on risv64

2024-06-11 Thread Khem Raj
On Tue, Jun 11, 2024 at 3:49 AM Ross Burton wrote: > On 11 Jun 2024, at 07:00, Khem Raj via lists.openembedded.org gmail@lists.openembedded.org> wrote: > > > > +LDFLAGS:append:riscv64:toolchain-clang = " -rtlib=compiler-rt" > > Can you add a quick comment explaining what this is for? Presum

Re: [OE-core][PATCH v3] oeqa/runtime: fix race-condition in minidebuginfo test

2024-06-11 Thread Etienne Cordonnier via lists.openembedded.org
Hi Ross, OK, I addressed your feedback. On a side note, coredumpctl matches based on process names are really confusing when used with symlinks. I used a match based on pid to avoid the confusion: " # coredumpctl list TIME PID UID GID SIG COREFILE EXE SIZE Tue 2024-05

Patchtest results for [OE-core][scarthgap 07/10] run-postinsts.service: Removed --no-reload to fix reload warning when users execute systemctl in the first boot.

2024-06-11 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/scarthgap-07-10-run-postinsts.service-Removed---no-reload-to-fix-reload-warning-when-users-execute-systemctl-in-the-

[OE-core][PATCH v4] oeqa/runtime: fix race-condition in minidebuginfo test

2024-06-11 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier Fix this error where 'coredumpctl info' warns that the coredump is still being processed: ``` AssertionError: 1 != 0 : MiniDebugInfo Test failed: No match found. -- Notice: 1 systemd-coredump@.service unit is running, output may be incomplete. ``` Signed-off-by: Etienn

Re: [OE-core] [PATCH v4 0/2] image-bootfiles: new class

2024-06-11 Thread Marcus Folkesson
Hi Ross, On Tue, Jun 11, 2024 at 10:37:06AM +, Ross Burton wrote: > On 30 May 2024, at 10:53, Marcus Folkesson via lists.openembedded.org > wrote: > > The image-bootfiles class is used to put all files listed in > > IMAGE_BOOT_FILES into the root filesystem. > > > > IMAGE_BOOT_FILES is used

[OE-core][scarthgap 09/10] libgloss: Do not apply non-existent patch

2024-06-11 Thread Steve Sakoman
From: Robert Joslyn When newlib and libgloss were updated to 4.3.0, SRC_URI was updated to append a fix-rs6000-cflags.patch file when building on PowerPC, but this file was not added to the repo. Remove appending the missing patch. Signed-off-by: Robert Joslyn Signed-off-by: Alexandre Belloni

[OE-core][scarthgap 08/10] classes: image_types: quote variable assignment needed by dash

2024-06-11 Thread Steve Sakoman
From: Martin Hundeb?ll The change in commit 39fc503036 ("classes: image_types: apply EXTRA_IMAGECMD:squashfs* in oe_mksquashfs()") assigns $@ to a local variable without quoting it. While this works with bash, it fails with dash. Here, only the first token of $@ is assigned to the variable, and t

[OE-core][scarthgap 10/10] binutils: Fix aarch64 disassembly abort

2024-06-11 Thread Steve Sakoman
From: Mark Hatle Code backported from binutils development tree. aarch64: Remove asserts from operand qualifier decoders [PR31595] Given that the disassembler should never abort when decoding (potentially random) data, assertion statements in the `get_*reg_qualifier_from_value' function

[OE-core][scarthgap 07/10] run-postinsts.service: Removed --no-reload to fix reload warning when users execute systemctl in the first boot.

2024-06-11 Thread Steve Sakoman
From: Lei Maohui This warning is because after systemd has been upgraded to 255, reloading units operation is needed even when "enable/disable" units by systemctl. (From OE-Core rev: 28a7064403f2433ef3cb4d52b03dd73437f2d665) Signed-off-by: Lei Maohui Signed-off-by: Alexandre Belloni Signed-o

[OE-core][scarthgap 06/10] git: upgrade 2.44.0 -> 2.44.1

2024-06-11 Thread Steve Sakoman
From: Soumya Sambu Addresses the security issues - CVE-2024-32002, CVE-2024-32004, CVE-2024-32020,CVE-2024-32021 and CVE-2024-32465 Changelog: == https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.44.1.txt Signed-off-by: Soumya Sambu Signed-off-by: Alexandre Bell

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

2024-06-11 Thread Steve Sakoman
Please review this set of changes for scarthgap and have comments back by end of day Thursday, June 13. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7024 The following changes since commit a3f5ac9f9fee2c8e10fec7c3f758e49513fef724: git: set --

[OE-core][scarthgap 04/10] openssl: Upgrade 3.2.1 -> 3.2.2

2024-06-11 Thread Steve Sakoman
From: Siddharth CVE's Fixed by upgrade: CVE-2024-4741: Fixed potential use after free after SSL_free_buffers() is called CVE-2024-4603: Fixed an issue where checking excessively long DSA keys or parameters may be very slow CVE-2024-2511: Fixed unbounded memory growth with session handling in TLS

[OE-core][scarthgap 03/10] gdk-pixbuf: upgrade 2.42.11 -> 2.42.12

2024-06-11 Thread Steve Sakoman
From: Ross Burton - Fix a build failure (Christian Heusel) - Fix occasional build failures (Benjamin Gilbert) - ani: Reject files with multiple INA or IART chunks (Benjamin Gilbert) - ani: Reject files with multiple anih chunks (Benjamin Gilbert, CVE-2022-48622) - ani: validate chunk size (Benjam

[OE-core][scarthgap 01/10] util-linux: Fix CVE-2024-28085

2024-06-11 Thread Steve Sakoman
From: Soumya Sambu wall in util-linux through 2.40, often installed with setgid tty permissions, allows escape sequences to be sent to other users' terminals through argv. (Specifically, escape sequences received from stdin are blocked, but escape sequences received from argv are not blocked.) Th

[OE-core][scarthgap 02/10] gdk-pixbuf: upgrade 2.42.10 -> 2.42.11

2024-06-11 Thread Steve Sakoman
From: Wang Mingyu 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch fatal-loader.patch refreshed for 2.42.11 Changelog: === - Disable fringe loaders by default - Introspection fixes - Translation updates Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry pi

Re: [OE-core] [PATCH] bitbake-config-build: add a plugin for config fragments

2024-06-11 Thread Alexander Kanavin
On Tue, 11 Jun 2024 at 12:56, Richard Purdie wrote: > oe-arch is the right place to discuss with the OE TSC being the > ultimate decision maker if needed. I've written a summary reply to oe-arch so that we can continue there. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [OE-core] [PATCH] bitbake-config-build: add a plugin for config fragments

2024-06-11 Thread Richard Purdie
On Tue, 2024-06-11 at 12:45 +0200, Alexander Kanavin wrote: > On Mon, 10 Jun 2024 at 16:51, Richard Purdie > wrote: > > > I don't quite follow. If BB_CONF_FRAGMENTS value is a space separated > > > list of fragments, then how would the tooling > > > > > > - add to it? > > > - remove from it? > >

Re: [OE-core] [PATCH] ltp: Fix build break with clang on risv64

2024-06-11 Thread Ross Burton
On 11 Jun 2024, at 07:00, Khem Raj via lists.openembedded.org wrote: > > +LDFLAGS:append:riscv64:toolchain-clang = " -rtlib=compiler-rt" Can you add a quick comment explaining what this is for? Presumably it’s Yocto-specific as otherwise it would be upstream, so why. Ross -=-=-=-=-=-=-=-=-

Re: [OE-core] [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-11 Thread Ross Burton
On 6 Jun 2024, at 21:48, Livius via lists.openembedded.org wrote: > > From: Benjamin Szőke > > Restore to use checking inherited kernel class, because it possible > that some BSP's linux kernel recipe (like linux-fslc in meta-freescale) > change source dir to S = "${WORKDIR}/git" symbolic link

Re: [OE-core][PATCH v3] oeqa/runtime: fix race-condition in minidebuginfo test

2024-06-11 Thread Ross Burton
On 10 Jun 2024, at 17:16, Etienne Cordonnier via lists.openembedded.org wrote: > > From: Etienne Cordonnier > > Fix this error where 'coredumpctl info' warns that the coredump is still being > processed: > > ``` > AssertionError: 1 != 0 : MiniDebugInfo Test failed: No match found. > -- Notice

Re: [OE-core] [PATCH] bitbake-config-build: add a plugin for config fragments

2024-06-11 Thread Alexander Kanavin
On Mon, 10 Jun 2024 at 16:51, Richard Purdie wrote: > > I don't quite follow. If BB_CONF_FRAGMENTS value is a space separated > > list of fragments, then how would the tooling > > > > - add to it? > > - remove from it? > > bb.utils.edit_metadata()/bb.utils.edit_metadata_file() ? Right, I had no i

Re: [OE-core][PATCH 0/6] Add SPDX 3.0 support

2024-06-11 Thread Richard Purdie
On Mon, 2024-06-10 at 15:41 -0600, Joshua Watt via lists.openembedded.org wrote: > This patch series add support for SPDX 3.0. Currently it is not > possible > to have SPDX 2.2 and SPDX 3.0 enabled at the same time; users may > choose > to specifically use SPDX 3.0 instead of 2.2 by doing INHERIT +

Re: [OE-core] [PATCH v4 0/2] image-bootfiles: new class

2024-06-11 Thread Ross Burton
On 30 May 2024, at 10:53, Marcus Folkesson via lists.openembedded.org wrote: > The image-bootfiles class is used to put all files listed in > IMAGE_BOOT_FILES into the root filesystem. > > IMAGE_BOOT_FILES is used by the bootimg-partition wic plugin to put the > files into a boot partition. > B

[OE-core] [PATCH 1/3] install-buildtools: remove md5 checksum validation

2024-06-11 Thread Aleksandar Nikolic
From: Aleksandar Nikolic No need to validate with the md5 checksum, as the file is not even uploaded to the Yocto release webpage (the download never failed due to a wrong indentation of an else statement). For validation purposes, use the sha256 checksum only. Signed-off-by: Aleksandar Nikolic

[OE-core] [PATCH 3/3] install-buildtools: update base-url, release and installer version

2024-06-11 Thread Aleksandar Nikolic
From: Aleksandar Nikolic Update the following default values: - DEFAULT_BASE_URL (https instead of http) - DEFAULT_RELEASE (5.0.1) - DEFAULT_INSTALLER_VERSION (5.0.1) Signed-off-by: Aleksandar Nikolic --- scripts/install-buildtools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) d

[OE-core] [PATCH 2/3] install-buildtools: fix "test installation" step

2024-06-11 Thread Aleksandar Nikolic
From: Aleksandar Nikolic The "Test installation" step fails with some harmless error messages (see [1]). This can however make a user think that the buildtools have not been installed correctly. Two reasons for the error messages: - some envvars in the environment-setup--pokysdk-linux file sta

[OE-core] [PATCH 0/3] Improve the install-buildtools script

2024-06-11 Thread Aleksandar Nikolic
From: Aleksandar Nikolic This patch series improves the scripts/install-buildtools script by removing the validation with the md5 checksum, fixing some harmless error logs and updating the default version to 5.0.1. Aleksandar Nikolic (3): install-buildtools: remove md5 checksum validation in

Re: [OE-core][PATCH v4][PATCH] libbsd: Fix conflict error when enable multilib.

2024-06-11 Thread Richard Purdie
On Tue, 2024-04-30 at 16:27 +0800, leimaohui via lists.openembedded.org wrote: > From: Lei Maohui > > - Fix the conflict error by oe_multilib_header. The conflict error is as the > following: > Error: Transaction test error: >   file /usr/include/bsd/sys/cdefs.h conflicts between attempted insta

Re: [OE-core][PATCH 1/6] classes-recipe/image: Add image file manifest

2024-06-11 Thread Martin Hundeb?ll
Hi Joshua, Two minor nits below. On Mon, 2024-06-10 at 15:41 -0600, Joshua Watt wrote: > Downstream tasks may want to know what image files were written by > the > do_image family of tasks (e.g. SPDX) so have each task write out a > manifest file that describes the files it produced, then aggrega

Re: [OE-core][PATCH 0/6] Add SPDX 3.0 support

2024-06-11 Thread Richard Purdie
On Mon, 2024-06-10 at 15:41 -0600, Joshua Watt via lists.openembedded.org wrote: > This patch series add support for SPDX 3.0. Currently it is not possible > to have SPDX 2.2 and SPDX 3.0 enabled at the same time; users may choose > to specifically use SPDX 3.0 instead of 2.2 by doing INHERIT += >