[OE-core] [PATCH 10/42] ed: upgrade 1.20.1 -> 1.20.2

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - main_loop.c (command_s): Fix g/x/s/x/x, which failed to skip the final newline, printing lines twice. Signed-off-by: Wang Mingyu --- meta/recipes-extended/ed/{ed_1.20.1.bb => ed_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 09/42] dropbear: upgrade 2024.84 -> 2024.85

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - Fix build failure when SHA1 is disabled - Fix build failure when DROPBEAR_CLI_PUBKEY_AUTH disabled - Update debian/ directory with changed paths Signed-off-by: Wang Mingyu --- .../dropbear/{dropbear_2024.84.bb => dropbear_2024.85.bb} | 2 +- 1

[OE-core] [PATCH 08/42] dnf: upgrade 4.19.2 -> 4.20.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Prepare man pages for switch to dnf5 as the default package manager - Do not add user site-packages directory to sys.path - Remove --duplicates and --oldinstallonly exit with 0 when nothing to remove - repoquery: Fix loading filelists when -f is used -

[OE-core] [PATCH 07/42] dmidecode: upgrade 3.5 -> 3.6

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Use -DALIGNMENT_WORKAROUND on arm. - Read SMBIOS entry point via kenv on DragonFly BSD. - Support for SMBIOS 3.6.0. This includes new memory device types, new processor upgrades, and Loongarch support. - Support for SMBIOS 3.7.0. This includes new

[OE-core] [PATCH 06/42] diffoscope: upgrade 265 -> 267

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * Use "xz --list" to supplement the output when comparing .xz archives; essential when some underlying metadata differs. * Actually append the xz --list after the container differences, as it simplifies tests and the output. * Add 7zip to

[OE-core] [PATCH 05/42] createrepo-c: upgrade 1.1.0 -> 1.1.1

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * Add detection of %posttrans and %pretrans scriptlet from rpm header * Onboard packit tests * Build ARM packages for all Python versions * Fix minor bug w/ new API Signed-off-by: Wang Mingyu --- .../{createrepo-c_1.1.0.bb => createrepo-c_1.1.1.bb}

[OE-core] [PATCH 04/42] btrfs-tools: upgrade 6.8 -> 6.8.1

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * mkfs: fix writing on zoned device when block-group-tree is selected * tune: fix writing on zoned device with option --convert-to-block-group-tree * check: * more progress and error messages * unify handling of unknown command line options with

[OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * qt: Fix relocation of Config.cmake files * cli: check-syscompat: Recognize available required controls as available * validator: Guard issue emission functions with G_GNUC_PRINTF * validator: Always use secure string formatting for issue emit

[OE-core] [PATCH 03/42] bind: upgrade 9.18.26 -> 9.18.27

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = * Skip to next RRSIG if signature has expired or is in the future rather than failing immediately. * Implement signature jitter for dnssec-policy. Signed-off-by: Wang Mingyu --- .../bind/{bind_9.18.26.bb => bind_9.18.27.bb} | 2 +- 1

[OE-core] [PATCH 02/42] bash-completion: upgrade 2.13.0 -> 2.14.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = * _comp_{compgen,xfunc}:** use 'declare -F --' for arbitrary funcs * _comp_{load,realcommand}:** handle option-like command name * available_interfaces:** strip only trailing colon from entries * bash_completion,conftest:** use 'complete -p --' for

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Alexander Kanavin
I'm also curious in what scenarios is this needed, if the AB doesn't have the issue? Alex On Wed, 22 May 2024 at 11:06, Alexandre Belloni via lists.openembedded.org wrote: > > Hello Markus, > > this doesn't apply on master anymore, can you rebase? > > On 20/05/2024 19:57:06+0200, Markus Volk

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Alexandre Belloni via lists.openembedded.org
Hello Markus, this doesn't apply on master anymore, can you rebase? On 20/05/2024 19:57:06+0200, Markus Volk wrote: > This avoids: > ERROR: gcc-runtime-14.1.0-r0 do_package: QA Issue: gcc-runtime: > Files/directories were installed but not shipped in any package: > /usr/share/info >

[OE-core] [PATCH 1/2] ell: upgrade 0.64 -> 0.65

2024-05-22 Thread Martin Hundeb?ll
Remove do_configure:prepend() that creates build-aux, as that isn't needed. Signed-off-by: Martin Hundebøll --- meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) rename meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} (82%) diff

[OE-core] [PATCH 2/2] ofono: upgrade 2.4 -> 2.7

2024-05-22 Thread Martin Hundeb?ll
Remove 0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch as TEMP_FAILURE_RETRY usage has been removed in upstream commit 765c6655 ("treewide: Use L_TFR macro"). Remove 0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch as likely()/unlikely() has been removed in upstream

[OE-core] [PATCH v2] meta: uboot-config: Fix broken menuconfig for "fitImage" kernel

2024-05-22 Thread Mike Looijmans
kernel-fitimage inherited uboot-config, which resulted in failure to run "menuconfig" on a system that has both multiple u-boot configs and wants a fitImage kernel. Fix the issue by splitting up uboot-config into conf/uboot.conf that only contains the "harmless" variable settings, and require

Re: [OE-core] [PATCH] meta: uboot-config: Fix broken menuconfig for "fitImage" kernel

2024-05-22 Thread Mike Looijmans
On 22-05-2024 07:39, Richard Purdie wrote: On Wed, 2024-05-22 at 07:28 +0200, mike.looijm...@topic.nl wrote: On 21-05-2024 16:51, Richard Purdie wrote: On Tue, 2024-05-21 at 15:57 +0200, Mike Looijmans via lists.openembedded.org wrote: kernel-fitimage inherited uboot-config, which resulted in

[OE-core] [PATCH 4/4 v2] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-05-22 Thread Alejandro Hernandez Samaniego
Enables usage of TCLIBC=picolibc extending OE functionality to build and use picolibc based toolchains to build baremetal applications. Picolibc is a set of standard C libraries, both libc and libm, designed for smaller embedded systems with limited ROM and RAM. Picolibc includes code from Newlib

[OE-core] [PATCH 3/4 v2] meson.bbclass: Allow early compiler tests to be bypassed if necessary

2024-05-22 Thread Alejandro Hernandez Samaniego
Setting skip_sanity_check=true in the [properties] section of meson.cross allows early compiler tests to be skipped on cross compilation environments where sanity applications cant be compiled or tested. Setting MESON_SKIP_SANITY_CHECK=1 enables this behavior. Signed-off-by: Alejandro Enedino

Re: [OE-core] [PATCH] meta: uboot-config: Fix broken menuconfig for "fitImage" kernel

2024-05-21 Thread Richard Purdie
On Wed, 2024-05-22 at 07:28 +0200, mike.looijm...@topic.nl wrote: > On 21-05-2024 16:51, Richard Purdie wrote: > > On Tue, 2024-05-21 at 15:57 +0200, Mike Looijmans via > > lists.openembedded.org wrote: > > > kernel-fitimage inherited uboot-config, which resulted in failure > > > to > > > run

Re: [OE-core] [PATCH] meta: uboot-config: Fix broken menuconfig for "fitImage" kernel

2024-05-21 Thread Mike Looijmans
On 21-05-2024 16:51, Richard Purdie wrote: On Tue, 2024-05-21 at 15:57 +0200, Mike Looijmans via lists.openembedded.org wrote: kernel-fitimage inherited uboot-config, which resulted in failure to run "menuconfig" on a system that has both multiple u-boot configs and wants a fitImage kernel.

Patchtest results for [OE-core][PATCH] yocto-uninative: Update to 4.5 for gcc 14

2024-05-21 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/yocto-uninative-Update-to-4.5-for-gcc-14.patch FAIL: test commit message presence: Please include a commit message

[OE-core][PATCH] yocto-uninative: Update to 4.5 for gcc 14

2024-05-21 Thread Michael Halstead
Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 4ac66fd506..657c1032f9 100644 ---

Re: [OE-core][PATCH 10/10] maintainers.inc: transfer some python recipes to tgamblin

2024-05-21 Thread Tim Orling
On Tue, May 21, 2024 at 10:05 AM Trevor Gamblin via lists.openembedded.org wrote: > Change maintainer for the following recipes to tgamblin: > > python3-hypothesis > python3-pygments > python3-pytest > python3-referencing > python3-pyproject-metadata > python3-setuptools-scm > python3-sphinx >

Re: [OE-core][PATCH 6/6] kmod: upgrade from 31 to 32

2024-05-21 Thread Chen Qi via lists.openembedded.org
Thanks. I'll fix it and send out V2. Regards, Qi On 5/22/24 06:26, Richard Purdie wrote: On Mon, 2024-05-20 at 16:10 +0800, Chen Qi via lists.openembedded.org wrote: From: Chen Qi kmod now installs symlinks in 'make install'.

Re: [OE-core] [PATCH 4/4] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-05-21 Thread Alejandro Hernandez Samaniego
On Tue, 21 May 2024 at 13:32, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sat, 2024-05-18 at 23:50 -0600, Alejandro Hernandez Samaniego via > lists.openembedded.org wrote: > > Enables usage of TCLIBC=picolibc extending OE functionality to build and > use > > picolibc based

Re: [OE-core][PATCH 6/6] kmod: upgrade from 31 to 32

2024-05-21 Thread Richard Purdie
On Mon, 2024-05-20 at 16:10 +0800, Chen Qi via lists.openembedded.org wrote: > From: Chen Qi > > kmod now installs symlinks in 'make install'. > https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/commit/? > id=e98cef6f3f8cd6f8bfb26d147b2c209297453cca > > With this change, we no longer

Re: [OE-core] [PATCH] gawk: fix readline detection

2024-05-21 Thread Khem Raj
On Tue, May 21, 2024 at 8:17 AM Ross Burton via lists.openembedded.org wrote: > > The code fragment used to detect readline in cross builds doesn't compile > cleanly with GCC 14.1, so readline is never enabled. > > Add missing includes so the test works, and readline can be enabled. > >

Re: [OE-core][PATCH 1/2] ncurses: switch to new mirror

2024-05-21 Thread Alexander Kanavin
On Tue, 21 May 2024 at 22:27, Marko, Peter wrote: > I have to correct myself. I'm not so familiar with how github presents > things; the two mirrors are managed by different accounts. > > However I finally found reference that this is the right mirror. > https://invisible-island.net/#ftp

Re: [OE-core][PATCH 1/2] ncurses: switch to new mirror

2024-05-21 Thread Peter Marko via lists.openembedded.org
-Original Message- From: Alexander Kanavin Sent: Tuesday, May 21, 2024 21:31 To: Marko, Peter (ADV D EU SK BFS1) Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core][PATCH 1/2] ncurses: switch to new mirror > On Tue, 21 May 2024 at 21:17, Marko, Peter wrote: &g

Re: [OE-core] [PATCH 4/4] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-05-21 Thread Richard Purdie
On Sat, 2024-05-18 at 23:50 -0600, Alejandro Hernandez Samaniego via lists.openembedded.org wrote: > Enables usage of TCLIBC=picolibc extending OE functionality to build and use > picolibc based toolchains to build baremetal applications. > > Picolibc is a set of standard C libraries, both libc

Re: [OE-core][PATCH 1/2] ncurses: switch to new mirror

2024-05-21 Thread Alexander Kanavin
On Tue, 21 May 2024 at 21:17, Marko, Peter wrote: > I already thought about the xz situation before submitting my patch. > One of the reasons why I did not go back to tarball was that I didn't know > how to configure AUH regex. > If you know how to do that, switching to it may be an option even

Re: [OE-core][PATCH 1/2] ncurses: switch to new mirror

2024-05-21 Thread Peter Marko via lists.openembedded.org
-Original Message- From: Alexander Kanavin Sent: Tuesday, May 21, 2024 12:17 To: Marko, Peter (ADV D EU SK BFS1) Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core][PATCH 1/2] ncurses: switch to new mirror > On Sat, 18 May 2024 at 23:30, Peter Marko

[OE-core] [PATCH] systemtap: upgrade 5.0 -> 5.1

2024-05-21 Thread Victor Kamensky
removed all backported patches Signed-off-by: Victor Kamensky --- ...ve-runtime-linux-uprobes-and-runtime.patch | 40 --- ...x-fix-build-against-upcoming-gcc-14-.patch | 40 --- ...-broken-libdebuginfod-library-auto-d.patch | 51 ---

Re: [OE-core] [PATCH 4/4] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-05-21 Thread Alejandro Hernandez Samaniego
On Tue, 21 May 2024 at 05:38, Ross Burton wrote: > > > > On 19 May 2024, at 06:50, Alejandro Hernandez Samaniego via > lists.openembedded.org > wrote: > > +# Use the same method that picolibc uses to bypass early compiler tests > on meson, > > +# otherwise meson will try to compile AND run test

[OE-core] [PATCH 1/2] image-bootfiles.bbclass: new class, copy boot files to /boot on rfs

2024-05-21 Thread Marcus Folkesson
image-bootfiles class copy files listed IMAGE_BOOT_FILES to the /boot directory of the root filesystem. This is useful when there is no explicit boot partition but all boot files should instead reside inside the root filesystem. Signed-off-by: Marcus Folkesson ---

[OE-core] [PATCH 2/2] ref-manual: classes: add new image-bootfiles class

2024-05-21 Thread Marcus Folkesson
Describe the newly introduced image-bootfiles class. Signed-off-by: Marcus Folkesson --- documentation/ref-manual/classes.rst | 14 ++ 1 file changed, 14 insertions(+) diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index

[OE-core][PATCH 03/10] python3-pytest: upgrade 8.2.0 -> 8.2.1

2024-05-21 Thread Trevor Gamblin
Changelog: https://docs.pytest.org/en/stable/changelog.html#pytest-8-2-1-2024-05-19 - Improvements #12334: Support for Python 3.13 (beta1 at the time of writing). - Bug Fixes #12120: Fix PermissionError crashes arising from directories which are not selected on the

[OE-core][PATCH 10/10] maintainers.inc: transfer some python recipes to tgamblin

2024-05-21 Thread Trevor Gamblin
Change maintainer for the following recipes to tgamblin: python3-hypothesis python3-pygments python3-pytest python3-referencing python3-pyproject-metadata python3-setuptools-scm python3-sphinx Signed-off-by: Trevor Gamblin --- meta/conf/distro/include/maintainers.inc | 14 +++--- 1

[OE-core][PATCH 09/10] python3-trove-classifiers: upgrade 2024.4.10 -> 2024.5.17

2024-05-21 Thread Trevor Gamblin
PYPI_PACKAGE is added since the upstream now uses an underscore in the package name. Changelog (https://github.com/pypa/trove-classifiers/releases): - Add Trove classifier for Python 3.14 (#178) Signed-off-by: Trevor Gamblin --- ...rs_2024.4.10.bb => python3-trove-classifiers_2024.5.17.bb} |

[OE-core][PATCH 08/10] python3-sphinx: upgrade 7.2.6 -> 7.3.7

2024-05-21 Thread Trevor Gamblin
License-Update: Update copyright year, add .rst extension There are many changes brought in by this uprev, in particular with the major release 7.3.0, which contains many bugfixes and new features. Changelog: https://www.sphinx-doc.org/en/master/changes.html#release-7-3-7-released-apr-19-2024

[OE-core][PATCH 06/10] python3-pyproject-metadata: upgrade 0.7.1 -> 0.8.0

2024-05-21 Thread Trevor Gamblin
PYPI_PACKAGE is updated since the upstream now uses an underscore in the package name. Changelog (https://pep621.readthedocs.io/en/stable/changelog.html#id1): - Support specifying the metadata_version as 2.1, 2.2, or 2.3 - Always normalize extras following PEP 685 - Preserve the

[OE-core][PATCH 07/10] python3-setuptools-scm: upgrade 8.0.4 -> 8.1.0

2024-05-21 Thread Trevor Gamblin
PYPI_PACKAGE is updated since the upstream now uses an underscore in the package name. Changelog: https://github.com/pypa/setuptools_scm/releases/tag/v8.1.0 Signed-off-by: Trevor Gamblin --- ...etuptools-scm_8.0.4.bb => python3-setuptools-scm_8.1.0.bb} | 4 +++- 1 file changed, 3

[OE-core][PATCH 05/10] python3-requests: upgrade 2.31.0 -> 2.32.1

2024-05-21 Thread Trevor Gamblin
Also transition to using python_setuptools_build_meta. Changelog: https://requests.readthedocs.io/en/latest/community/updates/#release-history Signed-off-by: Trevor Gamblin --- ...{python3-requests_2.31.0.bb => python3-requests_2.32.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core][PATCH 01/10] python3-hypothesis: upgrade 6.100.1 -> 6.102.4

2024-05-21 Thread Trevor Gamblin
Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html Signed-off-by: Trevor Gamblin --- ...hon3-hypothesis_6.100.1.bb => python3-hypothesis_6.102.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.100.1.bb =>

[OE-core][PATCH 02/10] python3-pygments: upgrade 2.17.2 -> 2.18.0

2024-05-21 Thread Trevor Gamblin
2.18.0 offers new/updated lexers and various other improvements. Changelog: https://pygments.org/docs/changelog/ Signed-off-by: Trevor Gamblin --- .../{python3-pygments_2.17.2.bb => python3-pygments_2.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core][PATCH 04/10] python3-referencing: upgrade 0.34.0 -> 0.35.1

2024-05-21 Thread Trevor Gamblin
Changelog: https://referencing.readthedocs.io/en/stable/changes/#v0-35-1 - Ensure that Registry.contents() also raises NoSuchResource exceptions for nonexistent resources, not KeyError (which is an implementation detail). Signed-off-by: Trevor Gamblin --- ...hon3-referencing_0.34.0.bb =>

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

2024-05-21 Thread Tim Orling
From: Tim Orling Also upgrade python3-cryptography-vectors Refresh python3-cryptography-crates.inc 42.0.7 - 2024-05-06 Restored Windows 7 compatibility for our pre-built wheels. Note that we do not test on Windows 7 and wheels for our next release will not support it. Microsoft no longer

[OE-core] [PATCH] llvm: Upgrade to 18.1.6

2024-05-21 Thread Khem Raj
brings these fixes * 1118c2e05e67 [libcxx][libcxxabi] Fix build for OpenBSD (#92186) * 48c1364200b5 [clang] Don't assume location of compiler-rt for OpenBSD (#92183) * 3d0752b9492e [GlobalOpt] Don't replace aliasee with alias that has weak linkage (#91483) * 92087868d5d2 [Arm64EC] Correctly

[OE-core] [PATCH v2] gawk: fix readline detection

2024-05-21 Thread Ross Burton
The code fragment used to detect readline in cross builds doesn't compile cleanly with GCC 14.1, so readline is never enabled. Add missing includes so the test works, and readline can be enabled. Signed-off-by: Ross Burton --- ...001-m4-readline-add-missing-includes.patch | 38

Re: [OE-core] [PATCH] gawk: fix readline detection

2024-05-21 Thread Alexander Kanavin
Please include a link to the submission. Alex On Tue 21. May 2024 at 17.17, Ross Burton via lists.openembedded.org wrote: > The code fragment used to detect readline in cross builds doesn't compile > cleanly with GCC 14.1, so readline is never enabled. > > Add missing includes so the test

[OE-core] [PATCH] gawk: fix readline detection

2024-05-21 Thread Ross Burton
The code fragment used to detect readline in cross builds doesn't compile cleanly with GCC 14.1, so readline is never enabled. Add missing includes so the test works, and readline can be enabled. Signed-off-by: Ross Burton --- ...001-m4-readline-add-missing-includes.patch | 38

[OE-core] [PATCH 1/2] kexec-tools: Fix build with GCC-14 on musl

2024-05-21 Thread Khem Raj
Signed-off-by: Khem Raj --- ...linux-setup.c-Use-POSIX-basename-API.patch | 54 +++ .../kexec/kexec-tools_2.0.28.bb | 1 + 2 files changed, 55 insertions(+) create mode 100644

[OE-core] [PATCH 2/2] systemd-bootchart: Fix build on musl

2024-05-21 Thread Khem Raj
Signed-off-by: Khem Raj --- ...01-Define-portable-basename-function.patch | 59 +++ .../systemd-bootchart_235.bb | 1 + 2 files changed, 60 insertions(+) create mode 100644

Re: [OE-core] [PATCH] meta: uboot-config: Fix broken menuconfig for "fitImage" kernel

2024-05-21 Thread Richard Purdie
On Tue, 2024-05-21 at 15:57 +0200, Mike Looijmans via lists.openembedded.org wrote: > kernel-fitimage inherited uboot-config, which resulted in failure to > run "menuconfig" on a system that has both multiple u-boot configs and > wants a fitImage kernel. > > Fix the issue by splitting up

[OE-core] [PATCH] meta: uboot-config: Fix broken menuconfig for "fitImage" kernel

2024-05-21 Thread Mike Looijmans
kernel-fitimage inherited uboot-config, which resulted in failure to run "menuconfig" on a system that has both multiple u-boot configs and wants a fitImage kernel. Fix the issue by splitting up uboot-config into uboot-config-vars that only contains the "harmless" variable settings, and inherit

[OE-core] [PATCH v2 1/1] initramfs-framework: support force reboot if fatal error occurs

2024-05-21 Thread Igor Opaniuk via lists.openembedded.org
Add support for force reboot in the case of fatal error. In some cases it's better to force reboot (especially when hw watchdog is not engaged) instead of waiting for 3600 seconds, for example in order to trigger some recovery procedure during next boot procedure (after unsuccessful OTA update

Re: [OE-core] [PATCH 1/9] glslang: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
On Tue, 2024-05-21 at 12:26 +0100, Richard Purdie via lists.openembedded.org wrote: > From: Tim Orling > > https://github.com/KhronosGroup/glslang/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283.0 > > Signed-off-by: Tim Orling > Signed-off-by: Richard Purdie > --- >  

[OE-core] [PATCH v2 2/5] rust: add reproducibility patch to eliminate host leakage

2024-05-21 Thread Alexander Kanavin
From: Alexander Kanavin [YOCTO #15185] Signed-off-by: Alexander Kanavin --- ...te-host-information-into-compilation.patch | 51 +++ meta/recipes-devtools/rust/rust-source.inc| 1 + 2 files changed, 52 insertions(+) create mode 100644

[OE-core] [PATCH v2 5/5] selftest/rust: correctly form the PATH environment variable

2024-05-21 Thread Alexander Kanavin
From: Alexander Kanavin There were two issues here: - the path to native python was not included, so the test suite was running with host python, causing failures due to host python being given native libraries:

[OE-core] [PATCH v2 3/5] rust: use rust-snapshot binaries only in rust-native

2024-05-21 Thread Alexander Kanavin
From: Alexander Kanavin Otherwise, use rust-native and cargo-native binaries as that allows our native tweaks in them to be used for target/nativesdk rust - same as for everything else written in rust. In particular, this allows building target rust with cargo-native that includes important

[OE-core] [PATCH v2 4/5] rust: build the default set of tools

2024-05-21 Thread Alexander Kanavin
From: Alexander Kanavin Setting it explicitly replaces rust's default choice which is rustdoc (needed for example in selftests and otherwise expected to be present in typical rust installations): https://github.com/rust-lang/rust/blob/master/config.example.toml#L320 This addresses some of the

[OE-core] [PATCH v2 1/5] rust: correctly link rust-snapshot into build/stage0

2024-05-21 Thread Alexander Kanavin
From: Alexander Kanavin This does not seem to be used in regular builds, but is beneficial in rust selftest, where it allows dropping a custom patch that is unsuitable for upstream (and was rejected by them). Also remove an obsolete comment that seems related to the code but describes something

Re: [OE-core] [PATCH 4/4] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-05-21 Thread Ross Burton
> On 19 May 2024, at 06:50, Alejandro Hernandez Samaniego via > lists.openembedded.org wrote: > +# Use the same method that picolibc uses to bypass early compiler tests on > meson, > +# otherwise meson will try to compile AND run test applications, avoids: > +# ../git/meson.build:35:0: ERROR:

[OE-core] [PATCH 4/9] vulkan-tools: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
From: Tim Orling https://github.com/KhronosGroup/Vulkan-Tools/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 [RP: fix branch] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- ...{vulkan-tools_1.3.280.0.bb => vulkan-tools_1.3.283.0.bb} | 6 +++--- 1 file changed, 3

[OE-core] [PATCH 1/9] glslang: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
From: Tim Orling https://github.com/KhronosGroup/glslang/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283.0 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- .../glslang/{glslang_1.3.280.0.bb => glslang_1.3.283.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 8/9] vulkan-utility-libraries: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
From: Tim Orling https://github.com/KhronosGroup/Vulkan-Utility-Libraries/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- ...ies_1.3.280.0.bb => vulkan-utility-libraries_1.3.283.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 9/9] vulkan-volk: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
From: Tim Orling https://github.com/zeux/volk/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- .../{vulkan-volk_1.3.280.0.bb => vulkan-volk_1.3.283.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 7/9] vulkan-validation-layers: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
From: Tim Orling branch=vulkan-sdk-1.3.283 https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- ...s_1.3.280.0.bb => vulkan-validation-layers_1.3.283.0.bb} | 6 +++--- 1 file

[OE-core] [PATCH 5/9] spirv-headers: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
From: Tim Orling https://github.com/KhronosGroup/SPIRV-Headers/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- ...{spirv-headers_1.3.280.0.bb => spirv-headers_1.3.283.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 6/9] spirv-tools: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
From: Tim Orling https://github.com/KhronosGroup/SPIRV-Tools/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- .../{spirv-tools_1.3.280.0.bb => spirv-tools_1.3.283.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 2/9] vulkan-headers: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
From: Tim Orling https://github.com/KhronosGroup/Vulkan-Headers/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- ...ulkan-headers_1.3.280.0.bb => vulkan-headers_1.3.283.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 3/9] vulkan-loader: upgrade to 1.3.283.0

2024-05-21 Thread Richard Purdie
From: Tim Orling https://github.com/KhronosGroup/Vulkan-Loader/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 [RP: fix branch] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- ...ulkan-loader_1.3.280.0.bb => vulkan-loader_1.3.283.0.bb} | 6 +++--- 1 file changed, 3

Re: [OE-core] [PATCH 1/3] linux-yocto: Avoid QA check

2024-05-21 Thread Richard Purdie
On Tue, 2024-05-21 at 13:06 +0200, Quentin Schulz via lists.openembedded.org wrote: > Hi Richard, > > On 5/21/24 12:36 PM, Richard Purdie via lists.openembedded.org wrote: > > The kernel has special handling of ${S} and it is therefore > > expected to be empty > > at do_unpack time. For now,

Re: [OE-core][PATCH 1/6] systemd/systemd-boot: upgrade from 255.4 to 255.6

2024-05-21 Thread Alexander Kanavin
This patch was sent by Bruce in '[OE-core] [PATCH] systemd: fix build against 6.9 libc-headers'. Alex On Tue, 21 May 2024 at 12:22, Chen Qi via lists.openembedded.org wrote: > > I didn't find the 0001-basic-add-PIDFS-magic-31709.patch file in poky. > Is it from some other people's pat

Re: [OE-core] [PATCH 1/3] linux-yocto: Avoid QA check

2024-05-21 Thread Quentin Schulz via lists.openembedded.org
Hi Richard, On 5/21/24 12:36 PM, Richard Purdie via lists.openembedded.org wrote: The kernel has special handling of ${S} and it is therefore expected to be empty at do_unpack time. For now, ignore this QA check until the kernel unpack process can be more standardised. Signed-off-by: Richard

[OE-core] [PATCH 2/3] go: Drop fork of unpack code, mandate GO_SRCURI_DESTSUFFIX

2024-05-21 Thread Richard Purdie
The go class has its own fork of the base unpack code. At the time I was told this was fine, it now isn't as that code is changing. Rather than have a fork, put the path magic into a variable and then go recipes can just set SRC_URI appropriately, e.g.:

[OE-core] [PATCH 3/3] oeqa/sdk/assimp: Upgrade and fix for gcc 14

2024-05-21 Thread Richard Purdie
To enable this test to work with gcc 14, pass the option to make warnings non-fatal. Also upgrade to version 5.4.1 from 5.3.1. Signed-off-by: Richard Purdie --- meta/lib/oeqa/sdk/cases/cmake.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 1/3] linux-yocto: Avoid QA check

2024-05-21 Thread Richard Purdie
The kernel has special handling of ${S} and it is therefore expected to be empty at do_unpack time. For now, ignore this QA check until the kernel unpack process can be more standardised. Signed-off-by: Richard Purdie --- meta/classes-recipe/kernel-yocto.bbclass | 5 + 1 file changed, 5

Re: [OE-core] [PATCH] buildhistory: Fix do_package race issues

2024-05-21 Thread Alexander Kanavin
This does not seem to address the question I asked. Please do not send more code that moves things around, but diagnose the original issue properly. Alex On Mon, 20 May 2024 at 10:10, pmi183 via lists.openembedded.org wrote: > > Hi Alex, > > I made some debug in the flow and i saw a timing

Re: [OE-core][PATCH 2/6] util-linux/util-linux-libuuid: upgrade from 2.39.3 to 2.40.1

2024-05-21 Thread Chen Qi via lists.openembedded.org
Got it. I'll look into this error, and also the other one you pointed out in another email. Regards, Qi -Original Message- From: Alexandre Belloni Sent: Tuesday, May 21, 2024 5:32 PM To: Chen, Qi Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core][PATCH 2/6] util

Re: [OE-core][PATCH 1/6] systemd/systemd-boot: upgrade from 255.4 to 255.6

2024-05-21 Thread Chen Qi via lists.openembedded.org
:38 PM To: Chen, Qi Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core][PATCH 1/6] systemd/systemd-boot: upgrade from 255.4 to 255.6 This also fails on the autobuilders: ERROR: systemd-1_255.6-r0 do_patch: Applying patch '0001-basic-add-PIDFS-magic-31709.patch' on target

Re: [OE-core][PATCH 1/2] ncurses: switch to new mirror

2024-05-21 Thread Alexander Kanavin
On Sat, 18 May 2024 at 23:30, Peter Marko via lists.openembedded.org wrote: > # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ > -SRC_URI = "git://github.com/mirror/ncurses.git;protocol=https;branch=master" > +SRC_URI = >

Re: [OE-core] [PATCH v9 0/3] pkg-database and systemd-sysext image

2024-05-21 Thread Alexander Kanavin
ent: Friday, May 17, 2024 20:33 > To: SCHNEIDER Johannes > Cc: openembedded-core@lists.openembedded.org; > richard.pur...@linuxfoundation.org; alex.kana...@gmail.com > Subject: Re: [OE-core] [PATCH v9 0/3] pkg-database and systemd-sysext image > > This email is not from Hexagon’s Off

Re: [OE-core] [PATCH 5/6] meson: correct the host machine definition in SDKs

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
I believe this causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/146/builds/1733/steps/12/logs/stdio On 20/05/2024 10:18:32+, Ross Burton wrote: > The SDK_ARCH is not the correct definiton for the host machine definition > inside the SDK, but because a

Re: [OE-core][PATCH 1/6] systemd/systemd-boot: upgrade from 255.4 to 255.6

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
This also fails on the autobuilders: ERROR: systemd-1_255.6-r0 do_patch: Applying patch '0001-basic-add-PIDFS-magic-31709.patch' on target directory '/home/pokybuild/yocto-worker/qemux86-alt/build/build/tmp/work/core2-32-poky-linux/systemd/255.6/git' CmdError('quilt --quiltrc

Re: [OE-core][PATCH 2/6] util-linux/util-linux-libuuid: upgrade from 2.39.3 to 2.40.1

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
This one is a different failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/166/builds/377/steps/11/logs/stdio On 21/05/2024 11:32:30+0200, Alexandre Belloni wrote: > This fails on the autobuilders: > > ERROR: util-linux-2.40.1-r0 do_package: QA Issue: util-linux: >

Re: [OE-core][PATCH 2/6] util-linux/util-linux-libuuid: upgrade from 2.39.3 to 2.40.1

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
This fails on the autobuilders: ERROR: util-linux-2.40.1-r0 do_package: QA Issue: util-linux: Files/directories were installed but not shipped in any package: /lib/security/pam_lastlog2.so https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/9011/steps/15/logs/stdio On

[OE-core] [PATCH v2] cdrtools-native: fix build with gcc-14

2024-05-21 Thread Martin Jansa
Fixes: http://errors.yoctoproject.org/Errors/Details/770525/ | checking whether the C compiler (gcc -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/cdrtools-native/3.01/recipe-sysroot-native/usr/include -O2 -pipe ) works... no | configure: error: installation or configuration problem: C

Re: [OE-core] [PATCH] cdrtools-native: fix build with gcc-14

2024-05-20 Thread Martin Jansa
That doesn't fix that, I did the upgrade first and Ross was already looking for cdrtools alternatives, so I went with minimal fix for gcc-14 on host. On Mon, May 20, 2024 at 8:45 PM Khem Raj wrote: > > perhaps we should try to upgrade to >

Re: [OE-core] [PATCH] cdrtools-native: fix build with gcc-14

2024-05-20 Thread Khem Raj
perhaps we should try to upgrade to https://sourceforge.net/projects/cdrtools/files/alpha/cdrtools-3.02a09.tar.bz2 this is last release of cdrtools and other distros are packaging it too, I am not sure if it will fix this issue but we might be able to share fixes. We should also explore options to

[oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-20 Thread Markus Volk
This avoids: ERROR: gcc-runtime-14.1.0-r0 do_package: QA Issue: gcc-runtime: Files/directories were installed but not shipped in any package: /usr/share/info /usr/share/info/libgomp.info-1 /usr/share/info/libgomp.info-2 Please set FILES such that these items are packaged. Alternatively if

[OE-core] [PATCH] curl: skip FTP tests in run-ptest

2024-05-20 Thread Ross Burton
It looks like something related to FTP in curl, be it the protocol itself or the harness, is unstable under load. We've been seeing random failures in automated QA, and Debian does too. Until this issue is resolved, disable all of the FTP tests on the hope that this is the underlying common

[OE-core] [PATCH] oeqa/manual: remove obsolete CROPS and Eclipse manually testing scripts

2024-05-20 Thread Ross Burton
The Eclipse plugin is very dead, we don't need to carry the manual test guide for it. CROPS has its own automated testing, nobody is doing the testing by hand. Signed-off-by: Ross Burton --- meta/lib/oeqa/manual/crops.json | 294 -

[OE-core] [PATCH] cdrtools-native: fix build with gcc-14

2024-05-20 Thread Martin Jansa
Fixes: http://errors.yoctoproject.org/Errors/Details/770525/ | checking whether the C compiler (gcc -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/cdrtools-native/3.01/recipe-sysroot-native/usr/include -O2 -pipe ) works... no | configure: error: installation or configuration problem: C

Re: [OE-core] [PATCH] gtk+3: add gtk+ to CVE_PRODUCT

2024-05-20 Thread Ross Burton
On 13 May 2024, at 13:03, Emil Kronborg via lists.openembedded.org wrote: > -CVE_PRODUCT = "gnome:gtk" > +CVE_PRODUCT = "gnome:gtk gtk:gtk\+” It feels like we should be fixing the CPE comparison instead of dealing with CPE escaping semantics, but ack’d. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You

[OE-core] [PATCH] oeqa/sdkext/devtool: replace use of librdfa

2024-05-20 Thread Ross Burton
librdfa hasn't had a commit for a decade now and as such has problems with modern compilers (specifically gcc 14.1). Switch the recipe creation test to something much simpler that we also control: dbus-wait. Signed-off-by: Ross Burton --- meta/lib/oeqa/sdkext/cases/devtool.py | 7 +++ 1

Re: [OE-core] [PATCH] buildhistory: Fix do_package race issues

2024-05-20 Thread Jose Quaresma
Hi Pedro, This will add the sstate-cache as a dependency of the buildhistory which can be correct if it is enabled or in use but IMO the buildhistory should also work without it, when the sstate is not in use. Could you please test one build with: bitbake --no-setscene ... ? Jose pmi183 via

[OE-core] [PATCH 3/6] meson: don't use deprecated pkgconfig variable

2024-05-20 Thread Ross Burton
As with a previous change to the class[1], the "pkgconfig" entry is now deprecated and "pkg-config" should be used instead. [1] oe-core d64b307891422e290bbe821d4303b3af526bbe17 Signed-off-by: Ross Burton --- meta/recipes-devtools/meson/meson_1.3.1.bb | 4 ++-- 1 file changed, 2 insertions(+),

[OE-core] [PATCH 2/6] oeqa/sdk: remove unused imports from test cases

2024-05-20 Thread Ross Burton
Remove redundant imports. Signed-off-by: Ross Burton --- meta/lib/oeqa/sdk/cases/autotools.py | 1 - meta/lib/oeqa/sdk/cases/makefile.py | 2 +- meta/lib/oeqa/sdk/cases/maturin.py | 1 - meta/lib/oeqa/sdk/cases/python.py| 2 +- meta/lib/oeqa/sdk/cases/rust.py | 1 - 5 files changed,

[OE-core] [PATCH 6/6] oeqa/sdk/meson: improve test to validate host/build target assignments

2024-05-20 Thread Ross Burton
Use 'meson introspect' to dump JSON describing the build configuration and validate that the build and host architectures are correctly set in the meson.cross file. Also instead of calling ninja directly, call the relevant meson commands. Signed-off-by: Ross Burton ---

<    1   2   3   4   5   6   7   8   9   10   >