[OE-core] [PATCH] gdb: Upgrade to 15.1 release

2024-07-09 Thread Khem Raj
Improved python support and needs c++17 std in compiler to build Detailed Release Notee [1] [1] https://sourceware.org/pipermail/gdb-announce/2024/000140.html Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...ian_14.2.bb => gdb-cross-canadian_15.1.bb} | 0

Re: [OE-core] [PATCH] hdparm: drop NO_GENERIC_LICENSE

2024-07-09 Thread Denys Dmytriyenko
thanks On Wed, Jul 10, 2024 at 02:05:41AM +0200, Martin Jansa wrote: > see: > https://lists.openembedded.org/g/openembedded-core/message/201631 > which is already in master-next: > https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=129d2df6bb963bf33da3656ceb6ca5b03cd80383 > >

Re: [OE-core] [PATCH] hdparm: drop NO_GENERIC_LICENSE

2024-07-09 Thread Martin Jansa
see: https://lists.openembedded.org/g/openembedded-core/message/201631 which is already in master-next: https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=129d2df6bb963bf33da3656ceb6ca5b03cd80383 On Wed, Jul 10, 2024 at 2:02 AM Denys Dmytriyenko via lists.openembedded.org wro

[OE-core] [PATCH] hdparm: drop NO_GENERIC_LICENSE

2024-07-09 Thread Denys Dmytriyenko
Latest SPDX update[1] brought in a generic hdparm license, no need to set NO_GENERIC_LICENSE any more. [1] https://git.openembedded.org/openembedded-core/commit/?id=e9c1f48af10ccb58251ecc7e041babb99b94d6df Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/hdparm/hdparm_9.65.bb | 1 -

[OE-core] [PATCH] insane: skip unimplemented-ptest checks if disabled

2024-07-09 Thread Yoann Congal via lists.openembedded.org
From: Yoann Congal This avoids searching through ${S} multiple times if unimplemented-ptest QA check is disabled (the default case). Signed-off-by: Yoann Congal --- While I have not seen decrease on build time on my machine, I hope to see an effect on world build time. --- meta/classes-globa

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

2024-07-09 Thread Richard Purdie
On Thu, 2024-07-04 at 01:24 -0700, Chen Qi via lists.openembedded.org wrote: > From: Chen Qi > > License-Update: > === > GPL-2.0 is changed to GPL-2.0-only in README.licensing. > > The following two patches are removed as they've been there in new > release: > >   0001-login-utils-i

Re: [OE-core] [scarthgap][PATCH] llvm: Fix CVE-2024-0151

2024-07-09 Thread Randy MacLeod via lists.openembedded.org
On 2024-07-01 8:37 a.m., deepthi.hem...@windriver.com wrote: From: Deepthi Hemraj Signed-off-by: Deepthi Hemraj --- .../llvm/0002-llvm-Fix-CVE-2024-0151.patch| 1086 + meta/recipes-devtools/llvm/llvm_18.1.5.bb |1 + 2 files changed, 1087 insertions(+) create mod

Re: [OE-core] [PATCH 09/14] kernel-fitimage: refactor do_assemble_fitimage_initramfs

2024-07-09 Thread Mark Hatle
On 7/4/24 2:09 AM, Adrian Freihofer wrote: From: Adrian Freihofer Make the fitimage_assemble function usable with absolute paths for the generated its and the fitImage file. Later on this will allow to take the linux.bin and the DTB files from the sstated deploy derectory and write the gener

Re: [OE-core] [PATCH 07/14] kernel-fitimage: fix external dtb check

2024-07-09 Thread Mark Hatle
On 7/4/24 2:09 AM, Adrian Freihofer wrote: From: Adrian Freihofer If EXTERNAL_KERNEL_DEVICETREE and dtb_image_sect are empty variables dtb_path ends up as "/" which is available on most Unix systems but probably not the dtb_path which is needed here. Checking for a file makes more sense and a

[OE-core][scarthgap 7/7] xz: Update LICENSE variable for xz packages

2024-07-09 Thread Steve Sakoman
From: aszh07 Update LICENSE defined for xz packages to match the license information provided in the xz COPYING file. The License information from PACKAGERS file of xz mentions packages with lzma files are in public domain.They ask to use GPLv2+, if only it's not possible to mention "PD and GPLv

[OE-core][scarthgap 6/7] cargo: remove True option to getVar calls

2024-07-09 Thread Steve Sakoman
From: Peter Marko Layer cleanup similar to https://git.openembedded.org/openembedded-core/commit/?id=26c74fd10614582e177437608908eb43688ab510 Signed-off-by: Peter Marko Signed-off-by: Richard Purdie (cherry picked from commit 9a2ed52473a3e4eb662509824ef8e59520ebdefb) Signed-off-by: Steve Sakom

[OE-core][scarthgap 5/7] flac: fix buildpaths warnings

2024-07-09 Thread Steve Sakoman
From: Peter Marko Generated documentation (html) contain absolute paths cources using buildpaths warnings. Replace them with relative links. The file with root path to sources is in my build /usr/share/doc/flac/api/dir_c122f5d6544f32779f55e8358fb78605.html which does not looks as stable name, so

[OE-core][scarthgap 4/7] apt: runtime error: filename too long (tmpdir length)

2024-07-09 Thread Steve Sakoman
From: Changqing Li when the tmpdir dir is longer than 220, there is no files saved in tmp/sysroots/x86_64-linux/var/lib/apt/lists/ after run apt-get update, this is because apt-get uses the path as the file name, but the file name can't be longer than 255 according to /usr/include/linux/limits.h.

[OE-core][scarthgap 1/7] ghostscript: upgrade 10.02.1 -> 10.03.1

2024-07-09 Thread Steve Sakoman
From: Hitendra Prajapati avoid-host-contamination.patch refreshed for 10.03.1 Below patches are no longer needed as it's included in this upgrade. 1. CVE-2024-29510.patch 2. CVE-2024-33869-0001.patch 3. CVE-2024-33869-0002.patch 4. CVE-2024-33870.patch 5. CVE-2024-33871.patch 6. configure.ac-ad

[OE-core][scarthgap 3/7] apt-native: don't let dpkg overwrite files by default

2024-07-09 Thread Steve Sakoman
From: Changqing Li With --force-overwrite (implied by --force-all), dpkg will not abort when a package overwrites files from different packages. As this can also lead to "The following package disappeared from your system as all files have been overwritten by other packages: " and subsequently br

[OE-core][scarthgap 2/7] qemu: Upgrade 8.2.1 -> 8.2.2

2024-07-09 Thread Steve Sakoman
From: Xiangyu Chen This was a bugfix release, this version fixed several important fixes according to upstream. Dropped CVE-2023-6683.patch since already contained the fix. Signed-off-by: Xiangyu Chen Signed-off-by: Steve Sakoman --- ...u-native_8.2.1.bb => qemu-native_8.2.2.bb} | 0 ...e_8

[OE-core][scarthgap 0/7] Patch review

2024-07-09 Thread Steve Sakoman
Please review this set of changes for scarthgap and have comments back by end of day Thursday, July 11 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7115 The following changes since commit 1cab8d06ce5df7a8d00cff8531965a84d90d265a: curl: locale

[OE-core][PATCH] python3-hypothesis: upgrade 6.103.2 -> 6.105.1

2024-07-09 Thread Trevor Gamblin
Changelog (https://hypothesis.readthedocs.io/en/latest/changes.html): 6.105.1 - 2024-07-07 - This patch iterates on our experimental support for alternative backends (Alternative backends for Hypothesis). See pull request #4029 for details. 6.105.0 - 2024-07-04 - This release improves support fo

Re: [OE-core] [PATCH] bluez5: upgrade 5.72 -> 5.76

2024-07-09 Thread Guðni Már Gilbert
I’ll prepare another patch tomorrow or at least before the weekend. I doubt I will be able to fix the directory issue by then (I need to check first how it affects the systemd service first), but it would be nice to see if more musl specific compiler warnings/errors appear. The compiler error i

Re: [OE-core] [PATCH] Fix missing leading whitespace with ':append'

2024-07-09 Thread Niko Mauno
On 7/9/24 18:43, Richard Purdie wrote: On Tue, 2024-07-09 at 16:10 +0200, Alexandre Belloni via lists.openembedded.org wrote: Hello, Can you submit one patch per recipe? FWIW I tweaked the shortlog prefix in master-next to mesa/dnf: which resolves this case. Cheers, Richard Apologies, I f

[OE-core] [PATCH v2 2/2] dnf: Fix missing leading whitespace with ':append'

2024-07-09 Thread Niko Mauno via lists.openembedded.org
From: Niko Mauno By adding a leading space character in the value field of appended BitBake variable, we avoid the risk of inadvertent string concatenation. Signed-off-by: Niko Mauno --- meta/recipes-devtools/dnf/dnf_4.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[OE-core] [PATCH v2 1/2] mesa: Fix missing leading whitespace with ':append'

2024-07-09 Thread Niko Mauno via lists.openembedded.org
From: Niko Mauno By adding a leading space character in the value field of appended BitBake variable, we avoid the risk of inadvertent string concatenation. Signed-off-by: Niko Mauno --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met

[OE-core] [PATCH] glibc: add task to list exported symbols

2024-07-09 Thread Ross Burton
When upgrading glibc it's important to know if there are any new symbols that pseudo needs to wrap. In the future a generalised ABI comparison tool would be good, but to solve the immediate need we can simply list the exported symbols to files in WORKDIR. Signed-off-by: Ross Burton --- meta/reci

Re: [OE-core][PATCH 1/4] systemd: upgrade from 255.6 to 256

2024-07-09 Thread Richard Purdie
On Thu, 2024-07-04 at 01:24 -0700, Chen Qi via lists.openembedded.org wrote: > From: Chen Qi > > The 'cgroupv2' PACKAGECONFIG is dropped as systemd now only supports > cgroupv2. > > mime is now inherited because ${datadir}/mime/packages/io.systemd.xml > is a mime type file. > > For musl specifi

Re: [OE-core] [PATCH] Fix missing leading whitespace with ':append'

2024-07-09 Thread Richard Purdie
On Tue, 2024-07-09 at 16:10 +0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > Can you submit one patch per recipe? FWIW I tweaked the shortlog prefix in master-next to mesa/dnf: which resolves this case. Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messa

Re: [OE-core] [PATCH 1/2] wic: engine.py: use raw string for escape sequence

2024-07-09 Thread Steve Sakoman
On Tue, Jul 9, 2024 at 8:22 AM Gundlupet Raju, Sandeep wrote: > > > On 7/9/2024 7:12 AM, Steve Sakoman wrote: > > On Mon, Jul 8, 2024 at 2:32 PM Richard Purdie > > wrote: > >> On Mon, 2024-07-08 at 11:56 -0600, Gundlupet Raju, Sandeep wrote: > >>> Hi RP, > >>> > >>> We do see this issue in scarth

Re: [OE-core] [PATCH 1/2] wic: engine.py: use raw string for escape sequence

2024-07-09 Thread Sandeep Gundlupet Raju via lists.openembedded.org
On 7/9/2024 7:12 AM, Steve Sakoman wrote: On Mon, Jul 8, 2024 at 2:32 PM Richard Purdie wrote: On Mon, 2024-07-08 at 11:56 -0600, Gundlupet Raju, Sandeep wrote: Hi RP, We do see this issue in scarthgap, Can you get this patch backported to scarthgap branch? Thanks, Sandeep On 6/4/2024 2:0

[yocto] Yocto Project Status 9 July 2024 (WW28)

2024-07-09 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 July 11th at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday July 9th at 8 am PS

Re: [OE-core] [PATCH] Fix missing leading whitespace with ':append'

2024-07-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, Can you submit one patch per recipe? On 09/07/2024 15:02:09+0300, Niko Mauno via lists.openembedded.org wrote: > From: Niko Mauno > > Mitigate occurrences where ':append' operator is used and leading > whitespace character is obviously missing, risking inadvertent > string concatenation.

Re: [OE-core] [PATCH] bluez5: upgrade 5.72 -> 5.76

2024-07-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, Note that this also fails to build on musl: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/9226/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/9237/steps/11/logs/stdio On 03/07/2024 23:56:25+, Guðni Már Gilbert wrote: > Changel

[OE-core] [PATCH] Revert "insane: skip unimplemented-ptest on S=WORKDIR recipes"

2024-07-09 Thread Yoann Congal via lists.openembedded.org
From: Yoann Congal S=WORKDIR is not supported anymore, so the check is now redundant. This reverts commit 9a2d2f7c2b7236667a6d80355f73db4c27e6582e (in OE-Core). Signed-off-by: Yoann Congal --- meta/classes-global/insane.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes

Re: [OE-core] [PATCH 1/2] wic: engine.py: use raw string for escape sequence

2024-07-09 Thread Steve Sakoman
On Mon, Jul 8, 2024 at 2:32 PM Richard Purdie wrote: > > On Mon, 2024-07-08 at 11:56 -0600, Gundlupet Raju, Sandeep wrote: > > Hi RP, > > > > We do see this issue in scarthgap, Can you get this patch backported > > to > > scarthgap branch? > > > > Thanks, > > > > Sandeep > > > > On 6/4/2024 2:06 A

Re: [OE-core] [PATCH 1/2] systemd: Mitigate /var/tmp type mismatch issue

2024-07-09 Thread Niko Mauno via lists.openembedded.org
On 7/4/24 10:49, ChenQi wrote: There's a pending patch from Changqing, which also handles /var/tmp. The title is: [OE-core] [PATCH] VOLATILE_TMP_DIR: Extend to specify the persistence of /var/tmp I think we'd better handle that patch first because you may need to change to the way you used in

[OE-core] [PATCH v2] systemd: Mitigate /var/log type mismatch issue

2024-07-09 Thread Niko Mauno via lists.openembedded.org
From: Niko Mauno When VOLATILE_LOG_DIR evaluates as True, the base-files recipe provides /var/log -> /var/volatile/log symlink which is in conflict with systemd upstream tmpfiles.d/var.conf.in which defines it as a directory. This generates following error in journal: Jul 03 14:28:00 qemux86-

[OE-core] [PATCH] Fix missing leading whitespace with ':append'

2024-07-09 Thread Niko Mauno via lists.openembedded.org
From: Niko Mauno Mitigate occurrences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Niko Mauno --- meta/recipes-devtools/dnf/dnf_4.20.0.bb | 2 +- meta/recipes-graphics/mesa/mesa.inc | 2 +-

Re: [OE-core] [PATCH] bluez5: upgrade 5.72 -> 5.76

2024-07-09 Thread Richard Purdie
On Mon, 2024-07-08 at 15:56 -0700, Guðni Már Gilbert via lists.openembedded.org wrote: > Looks like BlueZ 5.77 is in the process of being released > (https://github.com/bluez/bluez/commit/68864d1aa818aca00d67f7a4d60783 > 44483e9509). 👀 > > I can look into upgrading to 5.77 instead of 5.76. It woul

Re: [OE-core][PATCH] icu: fix make-icudata package config

2024-07-09 Thread Richard Purdie
On Tue, 2024-07-09 at 08:25 +0200, Stefan Mueller-Klieser via lists.openembedded.org wrote: > The location of files changed during unpackdir transition. Adapt dirs > to fix custom icu data generation. > > Signed-off-by: Stefan Müller-Klieser > --- >  meta/recipes-support/icu/icu_75-1.bb | 4 ++--

[OE-core] CVE check standalone results for 08/07/2024: world build on OE-core

2024-07-09 Thread Marta Rybczynska
Hello all, Here are the results of the CVE-check standalone on the CVE database as of yesterday's evening. Yesterday the NVD website had real issues, so I couldn't download the database, will re-try. This is the first set I'm sending for a world build on OE-core. Issues for package openssl-native

Re: [OE-core] [PATCH] testimage/postactions: Allow artifact collection to be skipped

2024-07-09 Thread Peter Hoyes
On 7/8/24 17:56, Richard Purdie wrote: It does not always make sense to collect artifacts and data from the target on failure, e.g. if testing firmware or if the target is not running an SSH server. Allow this by setting TESTIMAGE_FAILED_QA_ARTIFACTS to an empty value. Signed-off-by: Richard Pu

[OE-core] Bugzilla account

2024-07-09 Thread Vyacheslav Yurkov
Hey, Perhaps I'm really missing something, but how do I create an account on Bugzilla? This page https://wiki.yoctoproject.org/wiki/Bugzilla_Configuration_and_Bug_Tracking#Get_an_Account a "New Account" in the footer area, but I can't find it. Thanks, Slava -=-=-=-=-=-=-=-=-=-=-=- Links: Y

Re: [OE-core][PATCH v2] openssh: upgrade 9.7p1 -> 9.8p1

2024-07-09 Thread Jose Quaresma
Jose Quaresma via lists.openembedded.org escreveu (sexta, 5/07/2024 à(s) 11:34): > > > Richard Purdie escreveu (quinta, > 4/07/2024 à(s) 21:27): > >> On Thu, 2024-07-04 at 13:46 +0100, Jose Quaresma via >> lists.openembedded.org wrote: >> > Release notes at https://www.openssh.com/txt/release-9.

Re: [OE-core] [PATCH 2/2] oeqa/utils/postactions: transfer whole archive over ssh instead of doing individual copies

2024-07-09 Thread Alexis Lothoré via lists . openembedded . org
On 7/8/24 23:37, Richard Purdie wrote: > On Mon, 2024-07-08 at 23:10 +0200, Alexis Lothoré wrote: >> Hello Richard, [...] >> My best guess about those differences is a mismatch on python versions >> between >> the autobuilder and my machine. I am running python 3.12, and it appears >> that it >

Re: [OE-core] [scarthgap][master][PATCH] vulkan-samples: fix do_compile error when -Og enabled

2024-07-09 Thread Changqing Li via lists.openembedded.org
On 7/9/24 15:37, Alexander Kanavin wrote: ** *CAUTION: This email comes from a non Wind River email account!* Do not click links or open attachments unless you recognize the sender and know the content is safe. We haven’t updated Vulkan-samples in a while, can you check if the issue still occu

Re: [OE-core] [scarthgap][master][PATCH] vulkan-samples: fix do_compile error when -Og enabled

2024-07-09 Thread Alexander Kanavin
We haven’t updated Vulkan-samples in a while, can you check if the issue still occurs on the latest revision? Patches like this are difficult to remove, once added because one is expected to ‘prove’ they’re not needed, so I’d rather update. Alex On Tue 9. Jul 2024 at 9.32, Changqing Li via lists

[OE-core] [scarthgap][master][PATCH] vulkan-samples: fix do_compile error when -Og enabled

2024-07-09 Thread Changqing Li via lists.openembedded.org
From: Changqing Li When debug build is enabled(-Og is used), vulkan-samples do_compile failed with error: In function 'ZSTD_compressBlock_lazy_generic', inlined from 'ZSTD_compressBlock_greedy' at TOPDIR/tmp-glibc/work/core2-32-wrs-linux/vulkan-samples/git/git/third_party/ktx/lib/basisu/zstd

Re: [OE-core] [PATCH] execute pkg_postinst_ontarget task for read only rootfs when read-only-rootfs-delayed-postinsts is set

2024-07-09 Thread Alexander Kanavin
You need to use ‘git send-email’. Alex On Tue 9. Jul 2024 at 9.03, Gassner, Tobias.ext via lists.openembedded.org wrote: > Hi, > > this patch will ensure that pkg_postinst_ontarget task is executed for > read only rootfs when read-only-rootfs-delayed-postinsts is set as > IMAGE_FEATURES. In add

[OE-core] [PATCH] execute pkg_postinst_ontarget task for read only rootfs when read-only-rootfs-delayed-postinsts is set

2024-07-09 Thread Gassner, Tobias.ext via lists.openembedded.org
Hi, this patch will ensure that pkg_postinst_ontarget task is executed for read only rootfs when read-only-rootfs-delayed-postinsts is set as IMAGE_FEATURES. In addition to the fix, a test in meta/lib/oeqa/selftest/cases/overlayfs.py testing the fix has been implemented. See https://lists.yoct