Re: [OE-core][PATCH v2] kernel-fitImage: only include valid compatible line

2024-03-06 Thread Denis OSTERLAND-HEIM via lists.openembedded.org
Hi, -Original Message- > From: christian.taedcke-...@weidmueller.com > Sent: Wednesday, March 6, 2024 5:42 PM > To: openembedded-core@lists.openembedded.org > Cc: a.fat...@pengutronix.de; Denis OSTERLAND-HEIM ; Christian Taedcke > Subject: [EXT] [OE-core][PATCH v2] kernel-fitImage:

[OE-core] Patchtest results for [PATCH] dnf: remove log_lock.pid before exit

2024-03-06 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/dnf-remove-log_lock.pid-before-exit.patch FAIL: test Upstream-Status presence: Upstream-Status is in incorrect

[OE-core] [PATCH V6] systemd: fix dead link /var/log/README

2024-03-06 Thread Changqing Li
From: Changqing Li There are 2 issues here: First, in package systemd, there is a file /usr/lib/tmpfile.d/legacy.conf, which will create a symlink to /usr/share/doc/systemd/README.logs during boot time. But for oe, /usr/share/doc/systemd/README.logs is packaged in systemd-doc, which will make

[OE-core] [PATCH V7] rxvt-unicode: Fix installing of terminfo

2024-03-06 Thread Changqing Li
From: Changqing Li For cross compile, TIC will be native tic in recipe-sysroot-native, and the terminfo path will be native path, the rxvt-unicode terminfo will be wrongly installed to native path. install terminfo to correct path in do_install Signed-off-by: Changqing Li ---

[OE-core] [PATCH] go: filter out build specific path from the linker flags

2024-03-06 Thread Changqing Li
From: Changqing Li patch 0007-exec.go-do-not-write-linker-flags-into-buildids.patch removes linker flags from buildids for not breaking reproducibility, but it seems that this will make go not rebuild when linker flag changes, Refer [1]. So remove this oe-specific patch, and change to filter out

[OE-core] [PATCH] dnf: remove log_lock.pid before exit

2024-03-06 Thread Changqing Li
From: Changqing Li dnf has a bug, refer [1], it causes that log_lock.pid may not removed after dnf exit. And for native dnf, since we change the lock file path to /, it will never be removed, and make the rootfs not clean,refer [2][3]. This patch is a workaround to fix above issue. [1]

[OE-core][dunfell][PATCH] libxml2: Backport fix for CVE-2024-25062

2024-03-06 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libxml2/-/commit/31c6ce3b63f8a494ad9e31ca65187a73d8ad3508 & https://gitlab.gnome.org/GNOME/libxml2/-/commit/2b0aac140d739905c7848a42efc60bfe783a39b7] Signed-off-by: Vijay Anusuri ---

[OE-core] [kirkstone][PATCH] golang: Fix CVE-2023-45289 & CVE-2023-45290

2024-03-06 Thread Hitendra Prajapati via lists.openembedded.org
Backport fixes for: CVE-2023-45289 - Upstream-Status: Backport from https://github.com/golang/go/commit/3a855208e3efed2e9d7c20ad023f1fa78afcc0be CVE-2023-45290 - Upstream-Status: Backport from https://github.com/golang/go/commit/041a47712e765e94f86d841c3110c840e76d8f82 Signed-off-by: Hitendra

Re: Patchtest results for [OE-core][PATCH 2/2] systemd: remove systemd-bus-proxy settings

2024-03-06 Thread Simone Weiß
On Wed, 2024-03-06 at 19:19 -0800, Chen Qi via lists.openembedded.org wrote: > Is this a patchtest bug? I can see the 'Signed-off-by:' is there. > > Regards, > Qi > Yes, see also 15341 in Bugzilla Cheers, Simone > -Original Message- > From: > patcht...@automation.yoctoproject.org  > >

Re: [OE-core] [PATCH] valgrind: skip intermittently failing ptests

2024-03-06 Thread Randy MacLeod
On Wed, Mar 6, 2024, 22:31 Khem Raj wrote: > do we know the reason for these failures or some details ? > Not yet. I'm just skipping the tests for now to make the YP auto builder less noisy. Some day I'll make time to work on understanding and hopefully fixing all the slipped tests. Randy

Re: [OE-core] [PATCH] valgrind: skip intermittently failing ptests

2024-03-06 Thread Khem Raj
do we know the reason for these failures or some details ? On Wed, Mar 6, 2024 at 5:52 PM Randy MacLeod via lists.openembedded.org wrote: > > From: Randy MacLeod > > Skip a few additional ptests that fail occasionally on the Yocto > autobuilder and remove those added to the remove-for-all list

Re: Patchtest results for [OE-core][PATCH 2/2] systemd: remove systemd-bus-proxy settings

2024-03-06 Thread Chen Qi via lists.openembedded.org
Is this a patchtest bug? I can see the 'Signed-off-by:' is there. Regards, Qi -Original Message- From: patcht...@automation.yoctoproject.org Sent: Thursday, March 7, 2024 10:36 AM To: Chen, Qi Cc: openembedded-core@lists.openembedded.org Subject: Patchtest results for [OE-core][PATCH

Patchtest results for [OE-core][PATCH 2/2] systemd: remove systemd-bus-proxy settings

2024-03-06 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/2-2-systemd-remove-systemd-bus-proxy-settings.patch FAIL: test Signed-off-by presence: Mbox is missing

[OE-core][PATCH 1/2] systemd: use RDEPENDS for systemd-vconsole-setup

2024-03-06 Thread Chen Qi via lists.openembedded.org
From: Chen Qi With NO_RECOMMENDATIONS set to "1", systemd-vonsole-setup.service will fail because it invokes /usr/bin/loadkeys, which is from kbd. The RRECOMMENDATION should be changed to RDEPENDS, because it's not a recommenation, instead it's necessary. Signed-off-by: Chen Qi ---

[OE-core][PATCH 2/2] systemd: remove systemd-bus-proxy settings

2024-03-06 Thread Chen Qi via lists.openembedded.org
From: Chen Qi systemd-bus-proxy was removed since v230. >From the NEWS file: """ * systemd-bus-proxyd has been removed, as kdbus is unlikely to still be merged into the kernel in its current form. """ Signed-off-by: Chen Qi --- meta/recipes-core/systemd/systemd_255.1.bb | 6 +- 1

[OE-core] [PATCH] valgrind: skip intermittently failing ptests

2024-03-06 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Skip a few additional ptests that fail occasionally on the Yocto autobuilder and remove those added to the remove-for-all list if they were already in the remove-for-aarch64 list. === Test Summary === TOTAL: 774 PASSED: 755 FAILED: 0 SKIPPED: 19 Signed-off-by: Randy MacLeod

Re: [OE-core] [PATCH] bmaptool: Add bmap-tools alias for compatibility

2024-03-06 Thread Tim Orling
On Wed, Mar 6, 2024 at 7:04 AM Alexander Kanavin wrote: > On Wed, 6 Mar 2024 at 14:08, Otavio Salvador > wrote: > >> Put another way, if I were to merge the PROVIDES, when would it ever be > >> acceptable to remove it? > > > > > > I'd do it in next release; so it keeps a time for upgrade. > >

Re: [OE-core] [PATCH 38/47] python3-wcwidth: upgrade 0.2.12 -> 0.2.13

2024-03-06 Thread Tim Orling
On Wed, Mar 6, 2024 at 7:42 AM Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > ...{python3-wcwidth_0.2.12.bb => python3-wcwidth_0.2.13.bb} | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/python/{python3-wcwidth_0.2.12.bb => >

Re: [OE-core] [PATCH 7/9] oeqa/runtime/login: Exclude qemuriscv64

2024-03-06 Thread Richard Purdie
On Wed, 2024-03-06 at 10:52 -0800, Khem Raj wrote: > On Wed, Mar 6, 2024 at 8:23 AM Richard Purdie > wrote: > > > > From: Eilís 'pidge' Ní Fhlannagáin > > > > Excluding riscv64 due to mouse rather than a touchscreen which adds a > > moving cursor, so the diff ends up > 0. Need to fix the image

Re: [OE-core][PATCH v2] kernel-fitImage: only include valid compatible line

2024-03-06 Thread Ahmad Fatoum
On 06.03.24 17:42, christian.taedcke-...@weidmueller.com wrote: > From: Christian Taedcke > > Without this commit the configuration node includes the compatible > line 'compatible = [00];' if EXTERNAL_KERNEL_DEVICETREE is not > defined, i.e. if PREFERRED_PROVIDER_virtual/dtb is not used. > This

[OE-core] [PATCH] openssh: Add a workaround for ICE on powerpc64le

2024-03-06 Thread Lyu, William via lists.openembedded.org
From: William Lyu Fixes [YOCTO #15415] The new openssh version has an ICE on powerpc64le similar to the one on mips/mips64[1]. By adding flag "--without-hardening" to "./configure", compiler option "-fzero-call-used-regs" will be removed when compiling. This prevents certain functions from

[OE-core] Patchtest results for [PATCH] openssh: Add a workaround for ICE on powerpc64le

2024-03-06 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/openssh-Add-a-workaround-for-ICE-on-powerpc64le.patch FAIL: test bugzilla entry format: Bugzilla issue ID is not

Re: [OE-core] if "bitbake-layers" HOSTTOOLS fails check, does layer fail to add?

2024-03-06 Thread Khem Raj
On Wed, Mar 6, 2024 at 6:11 AM Robert P. J. Day wrote: > > > was just handed a sizable YP/WRL project and i *think* i can see > what the problem is, so i'll keep it short (he said, optimistlcally). > > the symptom is that, of the dozens of layers that should end up in > bblayers.conf (all

[OE-core] [PATCH] openssh: Add a workaround for ICE on powerpc64le

2024-03-06 Thread Lyu, William via lists.openembedded.org
From: William Lyu Fixes [YOCTO 15415] The new openssh version has an ICE on powerpc64le similar to the one on mips/mips64[1]. By adding flag "--without-hardening" to "./configure", compiler option "-fzero-call-used-regs" will be removed when compiling. This prevents certain functions from

Re: [OE-core] [PATCH 7/9] oeqa/runtime/login: Exclude qemuriscv64

2024-03-06 Thread Khem Raj
On Wed, Mar 6, 2024 at 8:23 AM Richard Purdie wrote: > > From: Eilís 'pidge' Ní Fhlannagáin > > Excluding riscv64 due to mouse rather than a touchscreen which adds a > moving cursor, so the diff ends up > 0. Need to fix the image to use the > touchscreen rather than mouse input. Is it an option

[OE-core] [PATCH] glibc: Update to tip of 2.39 branch

2024-03-06 Thread Khem Raj
Brings * 1b9c1a0047 Use gcc __builtin_stdc_* builtins in stdbit.h if possible * e0910f1d32 S390: Do not clobber r7 in clone [BZ #31402] * d0724994de math: Update mips64 ulps Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc-version.inc | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH] image_types_wic.bbclass: remove .env file in do_clean

2024-03-06 Thread Richard Purdie
On Wed, 2024-03-06 at 08:37 -0800, Mauro wrote: > Before this commit, the .env file created in > tmp/sysroots//imgdata/.env was never cleaned, > but when the do_clean task is invoked on an image, the .env file > contains paths that are not valid anymore. > If another image wants to use the cleaned

[OE-core][PATCH v2] kernel-fitImage: only include valid compatible line

2024-03-06 Thread Taedcke, Christian
From: Christian Taedcke Without this commit the configuration node includes the compatible line 'compatible = [00];' if EXTERNAL_KERNEL_DEVICETREE is not defined, i.e. if PREFERRED_PROVIDER_virtual/dtb is not used. This prevents u-boot from using this configuration and it prints the message

[OE-core] [PATCH] image_types_wic.bbclass: remove .env file in do_clean

2024-03-06 Thread Mauro
Before this commit, the .env file created in tmp/sysroots//imgdata/.env was never cleaned, but when the do_clean task is invoked on an image, the .env file contains paths that are not valid anymore. If another image wants to use the cleaned image fs to build a .wic, the wic command fails because

[OE-core] [PATCH 8/9] oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait

2024-03-06 Thread Richard Purdie
From: Eilís 'pidge' Ní Fhlannagáin This patch uses dbus-wait to wait for matchbox to be up. Once that happens, it sets a timeout of 60 seconds and takes a screenshot and compares it, every 2 seconds. If diff=0 it passes. If the timeout ends, it fails. Signed-off-by: Eilís 'pidge' Ní Fhlannagáin

[OE-core] [PATCH 9/9] sstatetests.py: Add testing for correct sstate permissions

2024-03-06 Thread Richard Purdie
From: Eilís 'pidge' Ní Fhlannagáin This patch adds to run_test_sstate_creation so that it also tests that sstate directories don't accidentally pickup umask permissions from the user upon creation. [RP: Python style tweaking] Signed-off-by: Eilís 'pidge' Ní Fhlannagáin Signed-off-by: Richard

[OE-core] [PATCH 7/9] oeqa/runtime/login: Exclude qemuriscv64

2024-03-06 Thread Richard Purdie
From: Eilís 'pidge' Ní Fhlannagáin Excluding riscv64 due to mouse rather than a touchscreen which adds a moving cursor, so the diff ends up > 0. Need to fix the image to use the touchscreen rather than mouse input. Signed-off-by: Eilís 'pidge' Ní Fhlannagáin ---

[OE-core] [PATCH 5/9] oeqa/runtime/login: Mask out the mouse panel icon for now

2024-03-06 Thread Richard Purdie
The mouse panel icon can move when the time changes between 3 and 4 digits. Ideally we'd fix the alignment of the clock on the panel but to get the tests working, increase the size of the mask for now. Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/cases/login.py | 4 ++-- 1 file

[OE-core] [PATCH 6/9] testimage: Enable runtime 'login' screenshot tests

2024-03-06 Thread Richard Purdie
Enable the new runtime login screenshot tests which primarily test whether sato images display a desktop correctly. Signed-off-by: Richard Purdie --- meta/classes-recipe/testimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/testimage.bbclass

[OE-core] [PATCH 3/9] oeqa/runtime/login: Proof of concept for screenshot testcases

2024-03-06 Thread Richard Purdie
From: Eilís 'pidge' Ní Fhlannagáin This takes the work rburton did on image screenshot testing and expands it. Right now this works with most of the qemu based machines except for - qemuppc64 - qemuarmv5 - qemuriscv32 - qemuloongarch64 See "Known Issues" further down. This test takes a

[OE-core] [PATCH 4/9] oeqa/runtime/login: Various code improvements and fixes

2024-03-06 Thread Richard Purdie
* Allow tools to be found from the host PATH so that imagemagick from a buildtools tarball/sdk can work * Reformat the code to have imports at the start of the file and have more standard formatting and whitespace * Always save copies of the images, the space imapct is negligle compared to

[OE-core] [PATCH 1/9] qemurunner.py: Fix error on calls to run_monitor

2024-03-06 Thread Richard Purdie
From: Eilís 'pidge' Ní Fhlannagáin A change in QEMUMonitorProtocol.cmd() requires that we either pass in kwargs instead of an argument dict or move to cmd_raw() cmd() was renamed to cmd_raw() (and command() was renamed to cmd()) See:

Re: [OE-core] [PATCH] llvm: Update to 18.1.0 RC4

2024-03-06 Thread Khem Raj
It’s same SHA as rc4 On Wed, Mar 6, 2024 at 4:20 AM Alexander Kanavin wrote: > The final release is now out, please update to: > https://github.com/llvm/llvm-project/tags > > Alex > > On Thu, 29 Feb 2024 at 06:12, Khem Raj wrote: > > > > This is last milestone before final release > > > >

[OE-core] [PATCH 46/47] vulkan: upgrade 1.3.268.0 -> 1.3.275.0

2024-03-06 Thread Alexander Kanavin
Add vulkan-volk recipe to support building latest vulkan-tools. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 + .../0001-generate-glslang-pkg-config.patch| 13 +++ ...lang_1.3.268.0.bb => glslang_1.3.275.0.bb} | 2 +- 3.268.0.bb =>

[OE-core] [PATCH 47/47] webkitgtk: upgrade 2.42.2 -> 2.42.5

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...able-to-control-macro-__PAS_ALWAYS_I.patch | 11 ++ ...spection.cmake-prefix-variables-obta.patch | 4 +- ...44e17d258106617b0e6d783d073b188a2548.patch | 3 +- .../webkit/webkitgtk/no-musttail-arm.patch| 11 +-

[OE-core] [PATCH 44/47] update-rc.d: upgrade to latest revision

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/update-rc.d/update-rc.d_0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb index 043cb3f13ea..ba622fe716c 100644 ---

[OE-core] [PATCH 45/47] vala: upgrade 0.56.13 -> 0.56.15

2024-03-06 Thread Alexander Kanavin
gobject-introspection is added as configure checks for its pkg-config file. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala.inc| 2 +- meta/recipes-devtools/vala/vala_0.56.13.bb | 3 --- meta/recipes-devtools/vala/vala_0.56.15.bb | 3 +++ 3 files changed, 4

[OE-core] [PATCH 42/47] taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 + .../taglib/{taglib_1.13.1.bb => taglib_2.0.bb} | 4 ++-- meta/recipes-support/utfcpp/utfcpp_4.0.5.bb | 16 3 files changed, 19 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 43/47] ttyrun: upgrade 2.30.0 -> 2.31.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/ttyrun/{ttyrun_2.30.0.bb => ttyrun_2.31.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ttyrun/{ttyrun_2.30.0.bb => ttyrun_2.31.0.bb} (93%) diff --git a/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb

[OE-core] [PATCH 38/47] python3-wcwidth: upgrade 0.2.12 -> 0.2.13

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-wcwidth_0.2.12.bb => python3-wcwidth_0.2.13.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-wcwidth_0.2.12.bb => python3-wcwidth_0.2.13.bb} (72%) diff --git

[OE-core] [PATCH 40/47] shaderc: update 2023.7 -> 2023.8

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...rop-OSDependent-OGLCompiler-from-lis.patch | 76 --- ...sable-building-external-dependencies.patch | 13 ++-- ...til-fix-glslang-header-file-location.patch | 5 +- .../{shaderc_2023.7.bb => shaderc_2023.8.bb} | 3 +- 4 files changed, 9

[OE-core] [PATCH 41/47] systemd: upgrade 255.1 -> 255.4

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ystemd-boot-native_254.4.bb => systemd-boot-native_255.4.bb} | 0 .../systemd/{systemd-boot_255.1.bb => systemd-boot_255.4.bb}| 0 meta/recipes-core/systemd/systemd.inc | 2 +- .../recipes-core/systemd/{systemd_255.1.bb =>

[OE-core] [PATCH 36/47] python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- ...3-ruamel-yaml_0.17.35.bb => python3-ruamel-yaml_0.18.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.35.bb => python3-ruamel-yaml_0.18.6.bb}

[OE-core] [PATCH 39/47] repo: upgrade 2.41 -> 2.42

2024-03-06 Thread Alexander Kanavin
Drop patch as issue fixed upstream: https://gerrit.googlesource.com/git-repo/+/b8139bdcf87540fbe88a8b9180c052f5cc3a91b7 Signed-off-by: Alexander Kanavin --- .../repo/repo/0001-python3-shebang.patch | 26 --- .../repo/{repo_2.41.bb => repo_2.42.bb} | 3 +-- 2 files

[OE-core] [PATCH 37/47] python3-setuptools: upgrade 69.0.3 -> 69.1.1

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...distutils-sysconfig.py-make-it-possible-to-substite.patch | 3 +-- ...001-conditionally-do-not-fetch-code-by-easy_install.patch | 5 ++--- ...on3-setuptools_69.0.3.bb => python3-setuptools_69.1.1.bb} | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-)

[OE-core] [PATCH 33/47] python3-build: upgrade 1.0.3 -> 1.1.1

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-build_1.0.3.bb => python3-build_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-build_1.0.3.bb => python3-build_1.1.1.bb} (89%) diff --git

[OE-core] [PATCH 34/47] python3-dtschema: upgrade 2023.7 -> 2024.2

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-dtschema_2023.7.bb => python3-dtschema_2024.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-dtschema_2023.7.bb => python3-dtschema_2024.2.bb} (78%) diff --git

[OE-core] [PATCH 35/47] python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 3 + ...on3-jsonschema-specifications_2023.12.1.bb | 18 + ...4.17.3.bb => python3-jsonschema_4.21.1.bb} | 4 +- .../python/python3-referencing_0.33.0.bb | 14

[OE-core] [PATCH 29/47] nghttp2: upgrade 1.59.0 -> 1.60.0

2024-03-06 Thread Alexander Kanavin
Drop patch as issue addressed upstream. Signed-off-by: Alexander Kanavin --- ...0001-fetch-ocsp-response-use-python3.patch | 27 --- .../{nghttp2_1.59.0.bb => nghttp2_1.60.0.bb} | 7 ++--- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644

[OE-core] [PATCH 32/47] puzzles: upgrade to latest revision

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index

[OE-core] [PATCH 31/47] piglit: upgrade to latest revision

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...1-tests-Fix-narrowing-errors-seen-with-clang.patch | 5 + ...utils-Include-libgen.h-on-musl-linux-systems.patch | 5 + ...ake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch | 7 ++- ...il-piglit-shader.c-do-not-hardcode-build-pat.patch | 11

[OE-core] [PATCH 30/47] orc: upgrade 0.4.37 -> 0.4.38

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/orc/{orc_0.4.37.bb => orc_0.4.38.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/orc/{orc_0.4.37.bb => orc_0.4.38.bb} (92%) diff --git a/meta/recipes-devtools/orc/orc_0.4.37.bb

[OE-core] [PATCH 27/47] mesa: upgrade 24.0.1 -> 24.0.2

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mesa/files/0001-gallium-Fix-build-with-llvm-17.patch | 3 +-- ...01-meson-misdetects-64bit-atomics-on-mips-clang.patch | 3 +-- build-check-for-all-linux-host_os-combinations.patch | 9 - .../mesa/{mesa-gl_24.0.1.bb => mesa-gl_24.0.2.bb}

[OE-core] [PATCH 26/47] mc: upgrade 4.8.30 -> 4.8.31

2024-03-06 Thread Alexander Kanavin
Fish vfs was renamed to shell vfs: https://github.com/MidnightCommander/mc/commit/6ca4ab4b4ef0f42e9b56103038b7f45e146cbdc8 Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/no-gplv3.inc | 2 +- .../packagegroups/packagegroup-self-hosted.bb | 2 +-

[OE-core] [PATCH 28/47] minicom: upgrade 2.8 -> 2.9

2024-03-06 Thread Alexander Kanavin
Adjust selftest to git-add the directory with newly added patches, as the new minicom recipe has no default patches, and thus no directory with them (and the selftest assumed it does). Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/devtool.py | 5 +--

[OE-core] [PATCH 20/47] librsvg: upgrade 2.56.3 -> 2.57.1

2024-03-06 Thread Alexander Kanavin
Drop 0001-Add-riscv32-support.patch (merged upstream). Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/librsvg/librsvg-crates.inc | 696 .../librsvg/0001-Add-riscv32-support.patch| 1511 - ...-rust-target-to-cargo-also-when-not-.patch | 13 +-

[OE-core] [PATCH 25/47] man-pages: upgrade 6.05.01 -> 6.06

2024-03-06 Thread Alexander Kanavin
License-Update: formatting, file names, http -> https, additional license snippets (which are all BSD-type). Signed-off-by: Alexander Kanavin --- .../0001-man.ml-do-not-use-dev-stdin.patch| 33 +++ ...man-pages_6.05.01.bb => man-pages_6.06.bb} | 15 ++--- 2 files

[OE-core] [PATCH 24/47] lsof: upgrade 4.98.0 -> 4.99.3

2024-03-06 Thread Alexander Kanavin
Convert from handcrafted makefiles to autotools (added in 4.97.0). Signed-off-by: Alexander Kanavin --- .../lsof/files/remove-host-information.patch | 44 +++-- meta/recipes-extended/lsof/lsof_4.98.0.bb | 48 --- meta/recipes-extended/lsof/lsof_4.99.3.bb |

[OE-core] [PATCH 22/47] libxml2: upgrade 2.11.5 -> 2.12.5

2024-03-06 Thread Alexander Kanavin
License-Update: hash.c is rewritten and no longer carries a special copyright notice, but dict.c still does (Copyright file updated to reflect that) Signed-off-by: Alexander Kanavin --- meta/recipes-core/libxml/libxml2/install-tests.patch | 9 - .../libxml/{libxml2_2.11.5.bb =>

[OE-core] [PATCH 23/47] linux-firmware: upgrade 20231211 -> 20240220

2024-03-06 Thread Alexander Kanavin
License-Update: additional files Signed-off-by: Alexander Kanavin --- ...inux-firmware_20231211.bb => linux-firmware_20240220.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20231211.bb => linux-firmware_20240220.bb}

[OE-core] [PATCH 21/47] libusb1: upgrade 1.0.26 -> 1.0.27

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...k-with-latomic-only-if-no-atomic-bui.patch | 46 --- .../{libusb1_1.0.26.bb => libusb1_1.0.27.bb} | 7 ++- 2 files changed, 3 insertions(+), 50 deletions(-) delete mode 100644

[OE-core] [PATCH 18/47] libpcre2: upgrade 10.42 -> 10.43

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../glib-2.0/glib-2.0/fix-regex.patch | 54 +++ meta/recipes-core/glib-2.0/glib-2.0_2.78.4.bb | 1 + .../{libpcre2_10.42.bb => libpcre2_10.43.bb} | 4 +- 3 files changed, 57 insertions(+), 2

[OE-core] [PATCH 17/47] libpciaccess: upgrade 0.17 -> 0.18

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Convert to meson, drop xorg-lib-common include (it's too autotools-specific). Signed-off-by: Alexander Kanavin --- ...pwrite-pread-instead-of-64bit-versio.patch | 39 --- .../xorg-lib/libpciaccess_0.17.bb | 17

[OE-core] [PATCH 19/47] librepo: update 1.16.0 -> 1.17.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...me.c-fix-build-errors-with-older-gcc.patch | 36 +++ ...tain-PYTHON_INSTALL_DIR-by-running-p.patch | 5 +-- ...les-with-pkg-config-not-with-cmake-m.patch | 16 - .../{librepo_1.16.0.bb => librepo_1.17.0.bb} | 4 ++- 4 files

[OE-core] [PATCH 16/47] libdnf: update 0.72.0 -> 0.73.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ake-drop-the-requirement-for-GTKDOC_SCA.patch | 9 +++-- ...s-for-both-libsolv-and-libsolvext-libdn.patch | 3 +-- .../0001-drop-FindPythonInstDir.cmake.patch | 5 + ...ariables-with-pkg-config-cmake-s-own-mo.patch | 3 +--

[OE-core] [PATCH 14/47] kmscube: upgrade to latest revision

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-cube-gears-Change-header-file-to-GLES3-gl3.h.patch | 10 -- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git

[OE-core] [PATCH 13/47] glib-networking: upgrade 2.78.0 -> 2.78.1

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/glib-networking/glib-networking/eagain.patch | 3 +-- .../{glib-networking_2.78.0.bb => glib-networking_2.78.1.bb} | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 15/47] libbsd: upgrade 0.11.8 -> 0.12.1

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../libbsd/{libbsd_0.11.8.bb => libbsd_0.12.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libbsd/{libbsd_0.11.8.bb => libbsd_0.12.1.bb} (91%) diff --git

[OE-core] [PATCH 12/47] glib-2.0: upgrade 2.78.3 -> 2.78.4

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...t-write-bindir-into-pkg-config-files.patch | 3 +-- ...0001-Fix-DATADIRNAME-on-uclibc-Linux.patch | 3 +-- ...-gio-querymodules-as-libexec_PROGRAM.patch | 3 +-- ...ng-about-deprecated-paths-in-schemas.patch | 3 +--

[OE-core] [PATCH 11/47] gettext: upgrade 0.22.4 -> 0.22.5

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...0.22.4.bb => gettext-minimal-native_0.22.5.bb} | 0 meta/recipes-core/gettext/gettext-sources.inc | 2 +- ...-init-env.in-do-not-add-C-CXX-parameters.patch | 2 +- .../0001-tests-autopoint-3-unset-MAKEFLAGS.patch | 6 +++---

[OE-core] [PATCH 10/47] epiphany: upgrade 45.1 -> 45.3

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{epiphany_45.1.bb => epiphany_45.3.bb} | 2 +- ...p-meson.build-disable-the-use-of-yelp.patch | 3 +-- .../epiphany/files/distributor.patch | 17 - .../epiphany/files/migrator.patch | 18 +- 4

[OE-core] [PATCH 09/47] ell: upgrade 0.62 -> 0.63

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/ell/{ell_0.62.bb => ell_0.63.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.62.bb => ell_0.63.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.62.bb b/meta/recipes-core/ell/ell_0.63.bb

[OE-core] [PATCH 08/47] elfutils: upgrade 0.189 -> 0.191

2024-03-06 Thread Alexander Kanavin
Drop backports: 0001-Add-helper-function-for-basename.patch 0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch Signed-off-by: Alexander Kanavin --- .../{elfutils_0.189.bb => elfutils_0.191.bb} | 7 +- ...001-Add-helper-function-for-basename.patch | 404 --

[OE-core] [PATCH 07/47] dnf: upgrade 4.18.2 -> 4.19.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...1-Corretly-install-tmpfiles.d-configuration.patch | 8 ++-- ...t-hardcode-etc-and-systemd-unit-directories.patch | 5 ++--- .../dnf/0001-dnf-write-the-log-lock-to-root.patch| 3 +-- .../0001-set-python-path-for-completion_helper.patch | 7

[OE-core] [PATCH 03/47] appstream: upgrade 1.0.0 -> 1.0.2

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../appstream/0001-remove-hardcoded-path.patch| 11 --- .../{appstream_1.0.0.bb => appstream_1.0.2.bb}| 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-support/appstream/{appstream_1.0.0.bb =>

[OE-core] [PATCH 04/47] boost: upgrade 1.83.0 -> 1.84.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../boost/{boost-1.83.0.inc => boost-1.84.0.inc} | 2 +- ...ive_1.83.0.bb => boost-build-native_1.84.0.bb} | 0 ...-arch-instruction-set-flags-we-do-that-o.patch | 7 +++ .../0001-dont-setup-compiler-flags-m32-m64.patch | 15 ++-

[OE-core] [PATCH 06/47] diffoscope: upgrade 253 -> 259

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_253.bb => diffoscope_259.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_253.bb => diffoscope_259.bb} (93%) diff --git

[OE-core] [PATCH 05/47] btrfs-tools: upgrade 6.5.3 -> 6.7.1

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...d-a-possibility-to-specify-where-python-modules-ar.patch | 6 +++--- .../{btrfs-tools_6.5.3.bb => btrfs-tools_6.7.1.bb} | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.5.3.bb =>

[OE-core] [PATCH 01/47] python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it

2024-03-06 Thread Alexander Kanavin
It's a hard dependency of recent python3-sphinx-rtd-theme versions: https://github.com/readthedocs/sphinx_rtd_theme/commit/4d6de11137333ede9842d535aa08b753dcb7f1b0 The issue is exposed by latest btrfs-tools update. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc

[OE-core] [PATCH 02/47] acl: upgrade 2.3.1 -> 2.3.2

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...rtable-version-of-dirent-and-readdir.patch | 39 --- .../0001-test-patch-out-failing-bits.patch| 5 +-- ...dcode-the-build-path-into-a-helper-l.patch | 6 +-- .../attr/{acl_2.3.1.bb => acl_2.3.2.bb} | 3 +- 4 files changed, 5

Re: [OE-core] [PATCH v2] dev-manual: Convert to 'bmaptool-native'

2024-03-06 Thread Michael Opdenacker via lists.openembedded.org
Hi Fabio On 3/5/24 at 20:52, Fabio Estevam wrote: Since commit 7a036b1a1ec7 ("bmaptool: now part of Yocto Project") 'bmap-tools-native' has been renamed as 'bmaptool-native'. Adjust the references in the documentation accordingly. Suggested-by: Khem Raj Signed-off-by: Fabio Estevam Many

Re: [OE-core] kernel-fitImage: only include valid compatible line

2024-03-06 Thread Taedcke, Christian
Hello Ahmad, On 06.03.2024 14:40, Ahmad Fatoum via lists.openembedded.org wrote: On 06.03.24 14:39, Ahmad Fatoum wrote: Hello Christian, On 05.03.24 10:36, Taedcke, Christian wrote: From: Christian Taedcke Without this commit the configuration node includes the compatible line 'compatible

Re: [OE-core] [PATCH] bmaptool: Add bmap-tools alias for compatibility

2024-03-06 Thread Alexander Kanavin
On Wed, 6 Mar 2024 at 14:08, Otavio Salvador wrote: >> Put another way, if I were to merge the PROVIDES, when would it ever be >> acceptable to remove it? > > > I'd do it in next release; so it keeps a time for upgrade. But what would incentivize people to fix the metadata? If you put PROVIDES

[OE-core] if "bitbake-layers" HOSTTOOLS fails check, does layer fail to add?

2024-03-06 Thread Robert P. J. Day
was just handed a sizable YP/WRL project and i *think* i can see what the problem is, so i'll keep it short (he said, optimistlcally). the symptom is that, of the dozens of layers that should end up in bblayers.conf (all this running on a VM in a docker container), one layer is missing, and

Re: [OE-core] kernel-fitImage: only include valid compatible line

2024-03-06 Thread Ahmad Fatoum
On 06.03.24 14:39, Ahmad Fatoum wrote: > Hello Christian, > > On 05.03.24 10:36, Taedcke, Christian wrote: >> From: Christian Taedcke >> >> Without this commit the configuration node includes the compatible >> line 'compatible = [00];' if EXTERNAL_KERNEL_DEVICETREE is not >> defined, i.e. if

Re: [OE-core] kernel-fitImage: only include valid compatible line

2024-03-06 Thread Ahmad Fatoum
Hello Christian, On 05.03.24 10:36, Taedcke, Christian wrote: > From: Christian Taedcke > > Without this commit the configuration node includes the compatible > line 'compatible = [00];' if EXTERNAL_KERNEL_DEVICETREE is not > defined, i.e. if PREFERRED_PROVIDER_virtual/dtb is not used. > This

Re: [OE-core][PATCH 1/2] bash: add locale alias for ja_JP shiftjis in run-ptest

2024-03-06 Thread Jonathan GUILLOT
Hi Chen, It does not seem to be the main issue, but here is an other strange thing I noticed in the locale.alias file. Indeed, the file (provided by the glibc-locale-alias package) in my environment already contains this line: japanese.sjis ja_JP.SJIS I understand that ja_JP.SJIS is expected

Re: [OE-core] [PATCH] bmaptool: Add bmap-tools alias for compatibility

2024-03-06 Thread Otavio Salvador
Em qua., 6 de mar. de 2024 às 09:55, Richard Purdie < richard.pur...@linuxfoundation.org> escreveu: > Put another way, if I were to merge the PROVIDES, when would it ever be > acceptable to remove it? > I'd do it in next release; so it keeps a time for upgrade. -- Otavio Salvador

Re: [OE-core] [PATCH] bmaptool: Add bmap-tools alias for compatibility

2024-03-06 Thread Richard Purdie
On Wed, 2024-03-06 at 09:48 -0300, Otavio Salvador wrote: > > > Em qua., 6 de mar. de 2024 às 09:36, Richard Purdie > escreveu: > > On Wed, 2024-03-06 at 09:13 -0300, Otavio Salvador wrote: > > > Em ter., 5 de mar. de 2024 às 21:06, Richard Purdie > > > escreveu: > > > > On Tue, 2024-03-05 at

Re: [OE-core] [PATCH] bmaptool: Add bmap-tools alias for compatibility

2024-03-06 Thread Otavio Salvador
Em qua., 6 de mar. de 2024 às 09:36, Richard Purdie < richard.pur...@linuxfoundation.org> escreveu: > On Wed, 2024-03-06 at 09:13 -0300, Otavio Salvador wrote: > > Em ter., 5 de mar. de 2024 às 21:06, Richard Purdie > > escreveu: > > > On Tue, 2024-03-05 at 14:36 -0600, Tom Hochstein wrote: > >

Re: [OE-core] [kirkstone][PATCH v2] shadow: backport patch to fix CVE-2023-29383

2024-03-06 Thread Fabio Berton
Hi, The error message is caused because the 0001-Disable-use-of-syslog-for-sysroot.patch applied to the native recipe disables syslog support and the native tool does not recognize SYSLOG_SU_ENAB. On 3/6/2024 12:13 AM, Fabio Berton via lists.openembedded.org wrote: Hi, I checked on

Re: [OE-core] [PATCH] bmaptool: Add bmap-tools alias for compatibility

2024-03-06 Thread Richard Purdie
On Wed, 2024-03-06 at 09:13 -0300, Otavio Salvador wrote: > > > Em ter., 5 de mar. de 2024 às 21:06, Richard Purdie > escreveu: > > On Tue, 2024-03-05 at 14:36 -0600, Tom Hochstein wrote: > > > The rename of bmap-tools to bmaptool creates an incompatibility > > > for > > > pre-scarthgap layers.

Re: [OE-core] [PATCH] llvm: Update to 18.1.0 RC4

2024-03-06 Thread Alexander Kanavin
The final release is now out, please update to: https://github.com/llvm/llvm-project/tags Alex On Thu, 29 Feb 2024 at 06:12, Khem Raj wrote: > > This is last milestone before final release > > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/llvm/llvm_git.bb | 3 ++- > 1 file changed, 2

Re: [OE-core] [PATCH] bmaptool: Add bmap-tools alias for compatibility

2024-03-06 Thread Alexander Kanavin
On Wed, 6 Mar 2024 at 13:13, Otavio Salvador wrote: >> I'm worried this will just mask things and stop people renaming :/. > > > I understand your point of view, but it is a must for package feeds, or it > will break them. For that purpose just RREPLACES/RCONFLICTS can be kept, and the rest

Re: [OE-core] [PATCH] bmaptool: Add bmap-tools alias for compatibility

2024-03-06 Thread Otavio Salvador
Em ter., 5 de mar. de 2024 às 21:06, Richard Purdie < richard.pur...@linuxfoundation.org> escreveu: > On Tue, 2024-03-05 at 14:36 -0600, Tom Hochstein wrote: > > The rename of bmap-tools to bmaptool creates an incompatibility for > > pre-scarthgap layers. Restore compatibility by adding

  1   2   >