Re: [OE-core] Request for discussion: Kernel version for LTS releases

2025-01-30 Thread Dmitry Baryshkov via lists.openembedded.org
On Thu, Jan 30, 2025 at 03:37:50PM +, Marko, Peter wrote: > Hello Steve, > Some thoughts from my side: > > Linux-yocto is a reference kernel for qemu machines. > They are good for experiments but will not go to a real product. This is not true. E.g. meta-qcom is using linux-yocto. And, I thin

Re: [OE-core] [PATCH 1/2] linux-firmware: split ath12k firmwares in separate packages

2025-01-28 Thread Dmitry Baryshkov via lists.openembedded.org
inux-firmware/linux-firmware_20241210.bb | 28 --- > 1 file changed, 24 insertions(+), 4 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#210342): https://lists.openembedd

Re: [OE-core] [PATCH 2/2] linux-firmware: split qca firmwares in separate packages

2025-01-28 Thread Dmitry Baryshkov via lists.openembedded.org
On Mon, Jan 27, 2025 at 11:24:40AM -0500, marc.ferl...@gmail.com wrote: > From: Marc Ferland > > This patch introduces the following packages for firmwares under qca/: > > - linux-firmware-qca-qca61x4 > - linux-firmware-qca-wcn3988 > - linux-firmware-qca-wcn399x > - linux-firmware-qca-wcn6750 >

Re: [OE-core] [PATCH 1/3] linux-firmware: split ath10k firmwares in separate packages

2025-01-24 Thread Dmitry Baryshkov via lists.openembedded.org
Hello, On Mon, Jan 20, 2025 at 10:46:03AM -0500, marc.ferl...@gmail.com wrote: > From: Marc Ferland > > This patch introduces the following packages for ath10k based chips: > > - linux-firmware-ath10k-qca4019 > - linux-firmware-ath10k-qca6174 > - linux-firmware-ath10k-qca9377 > - linux-firmware

[OE-core] [PATCH] linux-firmware: upgrade 20241210 -> 20250109

2025-01-15 Thread Dmitry Baryshkov via lists.openembedded.org
The linux-firmware now requires GNU Parallel in order to run parallel builds. As the GNU Parallel is not a part of oe-core (the recipe is present in meta-oe) disable parallel builds. License-Update: additional files Signed-off-by: Dmitry Baryshkov --- ...nux-firmware_20241210.bb => li

[OE-core] [PATCH 2/2] linux-firmware: package firmware for Qualcomm AIC100 and QDU100

2024-12-10 Thread Dmitry Baryshkov via lists.openembedded.org
Split packages with firmware for Qualcomm AIC100 (AI accelerator) and QDU100 (5G RAN Accelerator). Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20241210.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux

[OE-core] [PATCH 1/2] linux-firmware: upgrade 20241110 -> 20241210

2024-12-10 Thread Dmitry Baryshkov via lists.openembedded.org
License-Update: additional files Signed-off-by: Dmitry Baryshkov --- ...{linux-firmware_20241110.bb => linux-firmware_20241210.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20241110.bb => linux-firmware_20241210.b

[OE-core] [PATCH v2] piglit: update the patch to fix building the test without wayland

2024-12-05 Thread Dmitry Baryshkov via lists.openembedded.org
Fix the following error appearing if building on a pure-X11 distros: /git/tests/egl/egl-wayland.c:29:10: fatal error: wayland-client.h: No such file or directory 29 | #include | ^~ Signed-off-by: Dmitry Baryshkov --- ...ake-egl_ext_surface_compression

[OE-core] [PATCH] piglit: update the patch to fix building the test without wayland

2024-11-30 Thread Dmitry Baryshkov via lists.openembedded.org
Fix the following error appearing if building on a pure-X11 distros: /git/tests/egl/egl-wayland.c:29:10: fatal error: wayland-client.h: No such file or directory 29 | #include | ^~ Signed-off-by: Dmitry Baryshkov --- ...ake-egl_ext_surface_compression

[OE-core] [PATCH 2/3] linux-firmware: package Qualcomm X1 Elite audio DSP firmware

2024-11-14 Thread Dmitry Baryshkov via lists.openembedded.org
Package ADSP firmware usable on Qualcomm X1 Elite CRD and QCP platforms. Signed-off-by: Dmitry Baryshkov --- .../recipes-kernel/linux-firmware/linux-firmware_20241110.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux

[OE-core] [PATCH 3/3] linux-firmware: package QCS615 Adreno ZAP shader

2024-11-14 Thread Dmitry Baryshkov via lists.openembedded.org
Add a new package with the Adreno ZAP shader for the Qualcomm QCS615 platform. Signed-off-by: Dmitry Baryshkov --- meta/recipes-kernel/linux-firmware/linux-firmware_20241110.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20241110.bb

[OE-core] [PATCH 1/3] linux-firmware: upgrade 20241017 -> 20241110

2024-11-14 Thread Dmitry Baryshkov via lists.openembedded.org
License-Update: additional files Signed-off-by: Dmitry Baryshkov --- ...om-Add-link-for-QCS6490-GPU-firmware.patch | 31 --- ...20241017.bb => linux-firmware_20241110.bb} | 5 ++- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 meta/recipes-kernel/li

[OE-core] [PATCH 2/6] linux-firmware: split qcm6490 ZAP shader to separate package

2024-11-01 Thread Dmitry Baryshkov
Adreno zap.mbn files are platform-specific. As such they shouldn't be a part of the generic ${PN}-qcom-adreno-aNNN packages. Move it to the ${PN}-qcom-qcm6490-adreno package. Fixes: 6026fdda9021 ("linux-firmware: add new fw file to ${PN}-qcom-adreno-a660") Signed-off-by: D

[OE-core] [PATCH 3/6] linux-firmware: split sa8775p ZAP shader to separate package

2024-11-01 Thread Dmitry Baryshkov
Adreno zap.mbn files are platform-specific. As such they shouldn't be a part of the generic ${PN}-qcom-adreno-aNNN packages. Move it to the ${PN}-qcom-sa8775p-adreno package. Fixes: 02dec6af254c ("linux-firmware: Add qcom-adreno-a663 package") Signed-off-by: Dmitry Baryshkov --

[OE-core] [PATCH 6/6] linux-firmware: RPROVIDE qcs6490 firmware packages by qcm6490 ones

2024-11-01 Thread Dmitry Baryshkov
use qcs6490 names to install qcm6490 packages. Signed-off-by: Dmitry Baryshkov --- ...01-qcom-Add-link-for-QCS6490-GPU-firmware.patch | 31 ++ .../linux-firmware/linux-firmware_20241017.bb | 12 ++--- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a

[OE-core] [PATCH 4/6] linux-firmware: make ${PN}-qcom-adreno-a663 depend on -a660

2024-11-01 Thread Dmitry Baryshkov
ve to care about the details and can simply require the A663 firmware package. Fixes: 02dec6af254c ("linux-firmware: Add qcom-adreno-a663 package") Signed-off-by: Dmitry Baryshkov --- meta/recipes-kernel/linux-firmware/linux-firmware_20241017.bb | 2 +- 1 file changed, 1 insertion

[OE-core] [PATCH 1/6] linux-firmware: add battmgr.jsn to ${PN}-qcom-qcm6490-audio

2024-11-01 Thread Dmitry Baryshkov
mware: Add qcom-qcm6490-{audio,compute} firmware packages") Signed-off-by: Dmitry Baryshkov --- meta/recipes-kernel/linux-firmware/linux-firmware_20241017.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20241017.bb b/me

[OE-core] [PATCH 5/6] linux-firmware: package IPA firmware for Qualcomm QCM6490 platforms

2024-11-01 Thread Dmitry Baryshkov
Add the ${PN}-qcom-qcm6490-ipa firmware package, containing the ipa_fws.mbn, the firmware for the onboard IPA core. Signed-off-by: Dmitry Baryshkov --- meta/recipes-kernel/linux-firmware/linux-firmware_20241017.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 0/6] linux-firmware: fix and improve Qualcomm QCM6490 / QCS6490 firmware

2024-11-01 Thread Dmitry Baryshkov
-by: Dmitry Baryshkov --- Dmitry Baryshkov (6): linux-firmware: add battmgr.jsn to ${PN}-qcom-qcm6490-audio linux-firmware: split qcm6490 ZAP shader to separate package linux-firmware: split sa8775p ZAP shader to separate package linux-firmware: make ${PN}-qcom-adreno-a663

Re: [OE-core] [PATCH] linux-firmware: Add qcom-adreno-a663 package

2024-11-01 Thread Dmitry Baryshkov
On Sun, 27 Oct 2024 at 19:08, Vivek Puar via lists.openembedded.org wrote: > > Adding new package containing firmware for Adreno > A633 GPU > > Signed-off-by: Vivek Puar > --- > .../linux-firmware/linux-firmware_20241017.bb | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions

Re: [OE-core] [PATCH] linux-firmware: Add qcom-qcm6490-{audio,compute} firmware packages

2024-11-01 Thread Dmitry Baryshkov
On Tue, 22 Oct 2024 at 20:22, Vivek Puar via lists.openembedded.org wrote: > > linux-firmware-qcom-qcm6490-{audio,compute} contains > ADSP and CDSP firmware for qcom QCM6490 variant > > Signed-off-by: Vivek Puar > --- > .../linux-firmware/linux-firmware_20241017.bb | 10 -- > 1

Re: [OE-core] [PATCH] linux-firmware: add new fw file to ${PN}-qcom-adreno-a660

2024-11-01 Thread Dmitry Baryshkov
On Tue, 22 Oct 2024 at 20:21, Vivek Puar via lists.openembedded.org wrote: > > Extend the linux-firmware-qcom-adreno-a660 package > with gpu firmware file for qcom QCM6490 variant Could you please explain one thing: why can't you look around and copy the existing approach? MBN files are platform-

Re: [OE-core] [PATCH] linux-firmware: split ath10k package

2024-09-11 Thread Dmitry Baryshkov
On Sun, 8 Sept 2024 at 09:53, Dmitry Baryshkov via lists.openembedded.org wrote: > > A lot of Qualcomm-based devices incorporate WCN3990 WiFi/BT chips. The > ath10k firmware package provides two small files for such boards, the > rest of ath10k firmware isn't applicable.

[OE-core] [PATCH] linux-firmware: split ath10k package

2024-09-07 Thread Dmitry Baryshkov
(e.g. from the initramfs). Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20240811.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20240811.bb b/meta/recipes-kernel/linux-firmware/

[OE-core] [PATCH] linux-firmware: add packages for Qualcomm XElite GPU firmware

2024-09-05 Thread Dmitry Baryshkov
Add two packages to handle Qualcomm XElite firmware, one for the board-specific signed blob and one for the unsigned (generic) GPU firmware files. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20240811.bb | 8 1 file changed, 8 insertions(+) diff

[OE-core] [PATCH v2] piglit: add missing dependency on wayland

2024-08-29 Thread Dmitry Baryshkov
ncies to be guarded by it and add dependency on the wayland package. Suggested-by: Alexander Kanavin Fixes: 9662bdabf3f6 ("piglit: upgrade 22eaf6a91c -> c11c9374c1") Cc: Trevor Gamblin Signed-off-by: Dmitry Baryshkov --- Changes since v1: - Move wayland dependencies to PACKAGECONFIG[wa

Re: [OE-core] [PATCH] piglit: add missing dependency on wayland

2024-08-29 Thread Dmitry Baryshkov
all the wayland-scanner, protocols, libraries, etc > dependencies from unconditional DEPENDS to under that option. Ack, I'll take a look. > > Alex > > On Thu, 29 Aug 2024 at 20:45, Dmitry Baryshkov via > lists.openembedded.org > wrote: > > > &g

Re: [OE-core] [PATCH] piglit: add missing dependency on wayland

2024-08-29 Thread Dmitry Baryshkov
On Tue, 27 Aug 2024 at 12:37, Dmitry Baryshkov via lists.openembedded.org wrote: > > After the recent piglit update it fails X11 builds reporting that it can > not find wayland-client package. Add missing dependency. > > Fixes: 9662bdabf3f6 ("piglit: upgrade 22eaf6a91c

[OE-core] [PATCH v3 1/2] linux-firmware: package qcom-vpu firmware

2024-08-27 Thread Dmitry Baryshkov
/36db650dae038be945fb04def591fc726255b09f Signed-off-by: Dmitry Baryshkov --- Changes since v2: - Point to the upstream commit (Quentin Schultz) - Dropped RPROVIDES (Quentin Schultz) - Dropped rogue FILES:${PN}-qcom-vpu-2.0 (Quentin Schultz) Changes since v1: - Dropped unrelated (audio topology) change. --- .../linux

[OE-core] [PATCH v3 2/2] linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink

2024-08-27 Thread Dmitry Baryshkov
The commit [1] has dropped the qcom/vpu-1.0/venus.mdt symlink which is required for the kernels before 6.6. Pick up a patch restoring this symlink. [1] https://gitlab.com/kernel-firmware/linux-firmware/-/commit/36db650dae038be945fb04def591fc726255b09f Signed-off-by: Dmitry Baryshkov

Re: [OE-core] [PATCH v2] linux-firmware: package qcom-vpu firmware

2024-08-27 Thread Dmitry Baryshkov
On Tue, 27 Aug 2024 at 17:13, Quentin Schulz wrote: > > Hi Dmitry, > > On 8/27/24 3:18 PM, Dmitry Baryshkov wrote: > [...] > >>>> It's also not necessarily required to merge those together as we could > >>>> probably still have two different p

[OE-core] [PATCH 2/2] linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files

2024-08-27 Thread Dmitry Baryshkov
It makes little sense to keep board-specific firmware-5.bin in linux-firmware-ath10k package if the wlanmdsp.mbn file is a part of the linux-firmware-qcom-qcm2290 / -qrb4210 packages. Use wildcards to pick those files too. Signed-off-by: Dmitry Baryshkov --- meta/recipes-kernel/linux-firmware

[OE-core] [PATCH 1/2] linux-firmware: move -qcom-qcm2290-wifi before -ath10k

2024-08-27 Thread Dmitry Baryshkov
te to 20240513") Cc: Quentin Schulz Signed-off-by: Dmitry Baryshkov --- meta/recipes-kernel/linux-firmware/linux-firmware_20240811.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20240811.bb b/meta/recipes-kernel/linu

Re: [OE-core] [PATCH v2] linux-firmware: package qcom-vpu firmware

2024-08-27 Thread Dmitry Baryshkov
On Tue, 27 Aug 2024 at 14:50, Quentin Schulz wrote: > > Hi Dmitry, > > On 8/27/24 1:35 PM, Dmitry Baryshkov wrote: > > Hi Quentin, > > > > Excuse me, I missed your review before sending v2. > > > > On Tue, 27 Aug 2024 at 13:25, Quentin Schulz > >

Re: [OE-core] [scarthgap][PATCH v2] linux-firmware: add a package for ath12k firmware

2024-08-27 Thread Dmitry Baryshkov
On Tue, 27 Aug 2024 at 14:32, Quentin Schulz wrote: > > Hi Dmitry, > > On 8/27/24 12:03 PM, Dmitry Baryshkov via lists.openembedded.org wrote: > > From: Bartosz Golaszewski > > > > Add the firmware package for the ATH12K module. > > > > Signed-off-by: Ba

Re: [OE-core] [PATCH v2] linux-firmware: package qcom-vpu firmware

2024-08-27 Thread Dmitry Baryshkov
Hi Quentin, Excuse me, I missed your review before sending v2. On Tue, 27 Aug 2024 at 13:25, Quentin Schulz wrote: > > Hi Dmitry, > > On 8/27/24 12:09 PM, Dmitry Baryshkov via lists.openembedded.org wrote: > > Release 20240811 has restructured the locations of Qualcomm VPU &g

[OE-core] [PATCH 2/2] linux-firmware: add packages with SM8550 and SM8650 audio topology files

2024-08-27 Thread Dmitry Baryshkov
Split audio topology files to separate packages so that users of the corresponding boards don't have to pull in the whole linux-firmware package. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20240811.bb | 8 1 file changed, 8 insertions(+)

[OE-core] [PATCH 1/2] linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence

2024-08-27 Thread Dmitry Baryshkov
The linux-firmware-qcom-sc8280xp-lenovo-x13s-audio package includes audio topology file which has separate licensing terms. Make this package RDEPEND on the corresponding licence package. Fixes: 958d6a209edf ("linux-firmware: package audio topology for Lenovo X13s") Signed-off-

[OE-core] [PATCH v2] linux-firmware: package qcom-vpu firmware

2024-08-27 Thread Dmitry Baryshkov
Release 20240811 has restructured the locations of Qualcomm VPU firmware. Follow those changes and implement a single linux-firmware-qcom-vpu package holding all VPU firmware files. Use RPROVIDES to provide previously defined names. Signed-off-by: Dmitry Baryshkov --- Changes since v1

[OE-core] [scarthgap][PATCH v2] linux-firmware: add a package for ath12k firmware

2024-08-27 Thread Dmitry Baryshkov
From: Bartosz Golaszewski Add the firmware package for the ATH12K module. Signed-off-by: Bartosz Golaszewski [DB: added rdepends from PN to PN-ath12k] Signed-off-by: Dmitry Baryshkov --- Changes since v1: - Added PN-ath12k to RDEPENDS:PN as not to break users expecting ath12k from linux

[OE-core] [PATCH] piglit: add missing dependency on wayland

2024-08-27 Thread Dmitry Baryshkov
After the recent piglit update it fails X11 builds reporting that it can not find wayland-client package. Add missing dependency. Fixes: 9662bdabf3f6 ("piglit: upgrade 22eaf6a91c -> c11c9374c1") Cc: Trevor Gamblin Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/piglit/

[OE-core] [PATCH] linux-firmware: package qcom-vpu firmware

2024-08-26 Thread Dmitry Baryshkov
Release 20240811 has restructured the locations of Qualcomm VPU firmware. Follow those changes and implement a single linux-firmware-qcom-vpu package holding all VPU firmware files. Use RPROVIDES to provide previously defined names. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux

[OE-core] [scarthgap][PATCH] linux-firmware: add a package for ath12k firmware

2024-08-25 Thread Dmitry Baryshkov
From: Bartosz Golaszewski Add the firmware package for the ATH12K module. Signed-off-by: Bartosz Golaszewski Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20240312.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH] lib/spdx30_tasks: improve error message

2024-07-19 Thread Dmitry Baryshkov
Improve 'unknown status' error message by including the CVE id and by quoting status field. Otherwise it might be troublesome to understand messages like 'do_create_spdx: Unknown CVE status ' (the status was empty). Signed-off-by: Dmitry Baryshkov --- meta/lib/oe/spdx30_tas

[OE-core] [PATCH] xserver-xorg: fix CVE-2023-5574 status

2024-07-19 Thread Dmitry Baryshkov
If XvFB is enabled, the CVE_STATUS for CVE-2023-5574 should be 'unpatched' rather than the empty string. Otherwise SDPX checker complains: xserver-xorg-2_21.1.13-r0 do_create_spdx: Unknown CVE status Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/xorg-xserver/xserver-xo

[OE-core] [PATCH v3] mesa: fix QA warnings caused by freedreno tools

2024-07-16 Thread Dmitry Baryshkov
Fix following QA warnings / errors File /usr/bin/afuc-asm in package mesa-tools contains reference to TMPDIR [buildpaths] File /usr/bin/afuc-disasm in package mesa-tools contains reference to TMPDIR [buildpaths] Signed-off-by: Dmitry Baryshkov --- Changes since v2: - Reimplemented the patch

[OE-core] [PATCH v2] mesa: fix QA warnings caused by freedreno tools

2024-07-15 Thread Dmitry Baryshkov
Fix following QA warnings / errors File /usr/bin/afuc-asm in package mesa-tools contains reference to TMPDIR [buildpaths] File /usr/bin/afuc-disasm in package mesa-tools contains reference to TMPDIR [buildpaths] Signed-off-by: Dmitry Baryshkov --- ...t-include-rnn_src_path-into

[OE-core] [PATCH] mesa: fix QA warnings caused by freedreno tools

2024-07-15 Thread Dmitry Baryshkov
Fix following QA warnings / errors File /usr/bin/afuc-asm in package mesa-tools contains reference to TMPDIR [buildpaths] File /usr/bin/afuc-disasm in package mesa-tools contains reference to TMPDIR [buildpaths] Signed-off-by: Dmitry Baryshkov --- ...t-include-rnn_src_path-into

Re: [OE-core] QemuPPC64 machine status

2024-06-17 Thread Dmitry Baryshkov
On Mon, 17 Jun 2024 at 12:53, Alexander Kanavin wrote: > > No. It's not tested on the autobuilder. I see. Then consider it to be a bug report :-D > > Alex > > On Mon, 17 Jun 2024 at 11:51, Dmitry Baryshkov via > lists.openembedded.org > wrote: > > > >

[OE-core] QemuPPC64 machine status

2024-06-17 Thread Dmitry Baryshkov
Hello, Is qemuppc64 considered to be supported? We have been running CI over a set of machines, it seems that PPC64 kernel build is broken for quite some time: https://storage.tuxsuite.com/public/linaro/dmitry.baryshkov/oebuilds/2hzrcO3QvnkeNPVouoptwe4sFZf/build.log | /tmp/ccJSLBgE.s: Assembler

[OE-core] [PATCH] ffmpeg: backport patch to fix errors with GCC 14

2024-06-15 Thread Dmitry Baryshkov
^ | make: *** [/oe/build/tmp-rpb_wayland-glibc/work/armv7at2hf-neon-linaro-linux-gnueabi/ffmpeg/6.1.1/ffmpeg-6.1.1/ffbuild/common.mak:81: libavcodec/vulkan_decode.o] Error 1 Signed-off-by: Dmitry Baryshkov --- .../ffmpeg/ffmpeg/vulkan_fix_gcc14.patch | 102

[OE-core] [PATCH] site/riscv*-linux: add ac_cv_func_fnmatch_works

2024-06-07 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Other arch-specific caches have ac_cv_func_fnmatch_works. Add it to riscv32 and riscv64 caches too, otherwise cabextract fails to build ([1]) [1] https://errors.yoctoproject.org/Errors/Details/785949/ Signed-off-by: Dmitry Baryshkov --- meta/site/riscv32-linux | 3

Re: [OE-core] [PATCH] site/x86_64-linux: add ac_cv_func_fnmatch_works

2024-06-02 Thread Dmitry Baryshkov
On Thu, 30 May 2024 at 20:41, Khem Raj wrote: > > On Thu, May 30, 2024 at 9:44 AM Dmitry Baryshkov via > lists.openembedded.org > wrote: > > > > Other arch-specific caches have ac_cv_func_fnmatch_works. Add it to > > x86_64 cache too, otherwise cabextract f

[OE-core] [PATCH] site/x86_64-linux: add ac_cv_func_fnmatch_works

2024-05-30 Thread Dmitry Baryshkov
Other arch-specific caches have ac_cv_func_fnmatch_works. Add it to x86_64 cache too, otherwise cabextract fails to build ([1]) [1] https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3893/steps/14/logs/stdio Signed-off-by: Dmitry Baryshkov --- meta/site/x86_64-linux | 3 +++ 1

Re: [OE-core] [PATCH] ffmpeg: backport patches to use new Vulkan AV1 codec API

2024-04-24 Thread Dmitry Baryshkov
tient then. > > Alex > > On Wed, 24 Apr 2024 at 04:03, Dmitry Baryshkov via > lists.openembedded.org > wrote: > > > > On Wed, 17 Apr 2024 at 02:31, Dmitry Baryshkov via > > lists.openembedded.org > > wrote: > > > > > > Backport two pat

Re: [OE-core] [PATCH] ffmpeg: backport patches to use new Vulkan AV1 codec API

2024-04-23 Thread Dmitry Baryshkov
On Wed, 17 Apr 2024 at 02:31, Dmitry Baryshkov via lists.openembedded.org wrote: > > Backport two patches from ffmpeg git to fix compilation with the newest > Vulkan API. > > Signed-off-by: Dmitry Baryshkov Gracious ping. Otherwise ffmpeg is broken on vulkan-enabled distr

[OE-core] [PATCH v2] ffmpeg: backport patches to use new Vulkan AV1 codec API

2024-04-17 Thread Dmitry Baryshkov
Backport two patches from ffmpeg git to fix compilation with the newest Vulkan API. Signed-off-by: Dmitry Baryshkov --- .../ffmpeg/ffmpeg/av1_ordering_info.patch | 91 ++ .../ffmpeg/ffmpeg/vulkan_av1_stable_API.patch | 1382 + .../recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb

[OE-core] [PATCH] ffmpeg: backport patches to use new Vulkan AV1 codec API

2024-04-16 Thread Dmitry Baryshkov
Backport two patches from ffmpeg git to fix compilation with the newest Vulkan API. Signed-off-by: Dmitry Baryshkov --- .../ffmpeg/ffmpeg/vulkan_av1_new_API.patch| 90 ++ .../ffmpeg/ffmpeg/vulkan_av1_stable_API.patch | 1381 + .../recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb

Re: [OE-core] [PATCH] shadow: replace static linking with dynamic libraries in a custom location and bundled with shadow

2024-01-23 Thread Dmitry Baryshkov
On Tue, 23 Jan 2024 at 11:13, Alexander Kanavin wrote: > > On Tue, 23 Jan 2024 at 02:13, Dmitry Baryshkov wrote: > > > > On Fri, 19 Jan 2024 at 14:43, Alexander Kanavin > > wrote: > > > > > > Despite our efforts to make static linking work, there ha

Re: [OE-core] [PATCH] shadow: replace static linking with dynamic libraries in a custom location and bundled with shadow

2024-01-22 Thread Dmitry Baryshkov
On Fri, 19 Jan 2024 at 14:43, Alexander Kanavin wrote: > > Despite our efforts to make static linking work, there have > been new reports of bizarre build failures: > https://lists.openembedded.org/g/openembedded-core/message/194006 > https://lists.openembedded.org/g/openembedded-core/message/1939

Re: [OE-core] [PATCH v3 2/2] shadow: link executables statically for -native variant

2024-01-18 Thread Dmitry Baryshkov
On Thu, 18 Jan 2024 at 15:51, Richard Purdie wrote: > > On Thu, 2024-01-18 at 15:37 +0200, Dmitry Baryshkov wrote: > > On Thu, 18 Jan 2024 at 11:59, Richard Purdie > > wrote: > > > > > > On Wed, 2024-01-17 at 14:46 +0200, Dmitry Baryshkov wrote: > > &

Re: [OE-core] [PATCH v3 2/2] shadow: link executables statically for -native variant

2024-01-18 Thread Dmitry Baryshkov
On Thu, 18 Jan 2024 at 11:59, Richard Purdie wrote: > > On Wed, 2024-01-17 at 14:46 +0200, Dmitry Baryshkov wrote: > > On Thu, 11 Jan 2024 at 15:15, Alexander Kanavin > > wrote: > > > > > > shadow 4.14.x adds a number of libraries it dynamically links wit

Re: [OE-core] [PATCH v3 2/2] shadow: link executables statically for -native variant

2024-01-18 Thread Dmitry Baryshkov
on, that triggers the error. > > Alex > > On Thu, 18 Jan 2024 at 10:59, Richard Purdie > wrote: > > > > On Wed, 2024-01-17 at 14:46 +0200, Dmitry Baryshkov wrote: > > > On Thu, 11 Jan 2024 at 15:15, Alexander Kanavin > > > wrote: > > > > >

Re: [OE-core] [PATCH v3 2/2] shadow: link executables statically for -native variant

2024-01-18 Thread Dmitry Baryshkov
On Wed, 17 Jan 2024 at 14:46, Dmitry Baryshkov wrote: > > On Thu, 11 Jan 2024 at 15:15, Alexander Kanavin > wrote: > > > > shadow 4.14.x adds a number of libraries it dynamically links with > > (md, bsd, attr). This causes troubles in setscene tasks where > >

Re: [OE-core] [PATCH v3 2/2] shadow: link executables statically for -native variant

2024-01-17 Thread Dmitry Baryshkov
On Thu, 11 Jan 2024 at 15:15, Alexander Kanavin wrote: > > shadow 4.14.x adds a number of libraries it dynamically links with > (md, bsd, attr). This causes troubles in setscene tasks where > shadow executables are used (such as useradd), as pulling in > the needed dynamic libraries needs unpleasa

Re: [OE-core] [PATCH v5 2/3] mesa: add support for RustiCL under PACKAGECONFIG "opencl"

2024-01-12 Thread Dmitry Baryshkov
On Fri, 12 Jan 2024 at 12:21, Böszörményi Zoltán wrote: > > 2024. 01. 02. 23:57 keltezéssel, Dmitry Baryshkov írta: > > On Tue, 2 Jan 2024 at 17:30, Richard Purdie > > wrote: > >> On Tue, 2024-01-02 at 17:25 +0200, Dmitry Baryshkov wrote: > >>> On T

Re: [OE-core] [PATCH v5 2/3] mesa: add support for RustiCL under PACKAGECONFIG "opencl"

2024-01-02 Thread Dmitry Baryshkov
On Tue, 2 Jan 2024 at 17:30, Richard Purdie wrote: > > On Tue, 2024-01-02 at 17:25 +0200, Dmitry Baryshkov wrote: > > On Tue, 2 Jan 2024 at 13:40, Richard Purdie > > wrote: > > > > > > On Tue, 2024-01-02 at 12:32 +0200, Dmitry Baryshkov wrote: > > > &

Re: [OE-core] [PATCH v5 2/3] mesa: add support for RustiCL under PACKAGECONFIG "opencl"

2024-01-02 Thread Dmitry Baryshkov
On Tue, 2 Jan 2024 at 13:40, Richard Purdie wrote: > > On Tue, 2024-01-02 at 12:32 +0200, Dmitry Baryshkov wrote: > > On Sat, 30 Dec 2023 at 23:02, Richard Purdie > > wrote: > > > > > > On Sat, 2023-12-30 at 21:14 +0200, Dmitry Baryshkov wro

Re: [OE-core] [PATCH v5 2/3] mesa: add support for RustiCL under PACKAGECONFIG "opencl"

2024-01-02 Thread Dmitry Baryshkov
On Sat, 30 Dec 2023 at 23:02, Richard Purdie wrote: > > On Sat, 2023-12-30 at 21:14 +0200, Dmitry Baryshkov wrote: > > From: Zoltán Böszörményi > > > > Mesa now has two OpenCL implementations: Clover (older one) and RustiCL > > (newer one). Extend the "ope

[OE-core] [PATCH v5 0/3] mesa: RustiCL support

2023-12-30 Thread Dmitry Baryshkov
Added an upstream fix - Dropped removed config option Dmitry Baryshkov (2): mesa: drop -Dopencl-native=true mesa: fix building of RustiCL + nouveau Zoltán Böszörményi (1): mesa: add support for RustiCL under PACKAGECONFIG "opencl" meta/recipes-graphics/mesa/files/26

[OE-core] [PATCH v5 2/3] mesa: add support for RustiCL under PACKAGECONFIG "opencl"

2023-12-30 Thread Dmitry Baryshkov
cted to be removed at some point, it doesn't make sense to split the packages or to provide two config options. Signed-off-by: Zoltán Böszörményi [DB: reworked rust class inheritance] [DB: merged "rusticl" and "clover" back to "opencl"] Signed-off-by: Dmitry Barysh

[OE-core] [PATCH v5 3/3] mesa: fix building of RustiCL + nouveau

2023-12-30 Thread Dmitry Baryshkov
Incorporate a patch by Karol Herbst, fixing nouveau / libgalliumvl dependency. Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/mesa/files/26680.patch | 236 +++ meta/recipes-graphics/mesa/mesa.inc | 1 + 2 files changed, 237 insertions(+) create mode 100644

[OE-core] [PATCH v5 1/3] mesa: drop -Dopencl-native=true

2023-12-30 Thread Dmitry Baryshkov
The flag -Dopencl-native=true was dropped in Mesa 22.3, remove it from mesa.inc. Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/mesa/mesa.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa

[OE-core] [PATCH v4 2/3] mesa: add support for RustiCL under PACKAGECONFIG "opencl"

2023-12-27 Thread Dmitry Baryshkov
cted to be removed at some point, it doesn't make sense to split the packages or to provide two config options. Signed-off-by: Zoltán Böszörményi [DB: reworked rust class inheritance] [DB: merged "rusticl" and "clover" back to "opencl"] Signed-off-by: Dmitry Barysh

[OE-core] [PATCH v4 3/3] mesa: fix building of RustiCL + nouveau

2023-12-27 Thread Dmitry Baryshkov
Incorporate a patch by Karol Herbst, fixing nouveau / libgalliumvl dependency. Signed-off-by: Dmitry Baryshkov --- .../mesa/files/fix-nouveau-vl.patch | 55 +++ meta/recipes-graphics/mesa/mesa.inc | 1 + 2 files changed, 56 insertions(+) create mode 100644

[OE-core] [PATCH v4 1/3] mesa: drop -Dopencl-native=true

2023-12-27 Thread Dmitry Baryshkov
The flag -Dopencl-native=true was dropped in Mesa 22.3, remove it from mesa.inc. Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/mesa/mesa.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa

[OE-core] [PATCH v4 0/3] mesa: RustiCL support

2023-12-27 Thread Dmitry Baryshkov
-zbos...@gmail.com/ Changes since v3: - Dropped clover / rusticl separation in PACKAGECONFIG - Reworked rust inheritance to allow changing of PACKAGECONFIG from bbappend files - Added an upstream fix - Dropped removed config option Dmitry Baryshkov (2): mesa: drop -Dopencl-native=true mesa

Re: [OE-core] linux-yocto 6.6

2023-12-15 Thread Dmitry Baryshkov
in Scarthgap). > > Bruce > > On Tue, Dec 12, 2023 at 5:28 AM Dmitry Baryshkov wrote: > > > > Hello, > > > > Granted that 6.5 is declared EOL, is there any timeline for the > > linux-yocto 6.6 recipe? > > > > -- > > With best wishes > &

[OE-core] linux-yocto 6.6

2023-12-12 Thread Dmitry Baryshkov
Hello, Granted that 6.5 is declared EOL, is there any timeline for the linux-yocto 6.6 recipe? -- With best wishes Dmitry -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192190): https://lists.openembedded.org/g/openembedded-core/message/192190 M

Re: [OE-core] [PATCH v3] systemd-boot: Fix build issues on armv7a-linux

2023-12-03 Thread Dmitry Baryshkov
On Wed, 29 Nov 2023 at 08:53, Viswanath Kraleti wrote: > > Backport a fix to address the build failure on armv7a introduced > in systemd v254-rc1. > > see > https://github.com/systemd/systemd/issues/29381 > > Signed-off-by: Viswanath Kraleti If that matters: Revie

Re: [OE-core] [PATCH] systemd-boot: Add recipe to compile native

2023-12-03 Thread Dmitry Baryshkov
On Fri, 1 Dec 2023 at 09:24, Mikko Rapeli wrote: > > Hi, > > On Fri, Dec 01, 2023 at 12:23:36PM +0530, Viswanath Kraleti wrote: > > systemd has ukify, a native tool, which will combine the kernel/initrd/stub > > components to build the UKI (unified kernel images). systemd-boot recipe > > isn't pro

Re: [OE-core] [PATCH] uki: Add support for building Unified Kernel Images

2023-11-28 Thread Dmitry Baryshkov
On Tue, 28 Nov 2023 at 14:52, Mikko Rapeli wrote: > > Hi, > > On Tue, Nov 28, 2023 at 02:32:14PM +0200, Dmitry Baryshkov wrote: > > On Sat, 2 Sept 2023 at 02:32, Michelle Lin > > wrote: > > > > > > Currently, there is not a class to support the buildin

Re: [OE-core] [PATCH] uki: Add support for building Unified Kernel Images

2023-11-28 Thread Dmitry Baryshkov
On Sat, 2 Sept 2023 at 02:32, Michelle Lin wrote: > > Currently, there is not a class to support the building of unified kernel > images. Adding a uki.bbclass to support the creation of UKIs. This class calls > the systemd Ukify tool, which will combine the kernel/initrd/stub components > to > bu

Re: [OE-core] [PATCH v2] systemd-boot: fix build issues on armv7a-linux

2023-11-28 Thread Dmitry Baryshkov
On Mon, 27 Nov 2023 at 15:20, Viswanath Kraleti wrote: > > From: Viswanath Kraleti Please skip this patch for now, this email address needs to be changed to follow the S-o-B trailer. > > Backport a fix to address the build failure on armv7a introduced > in systemd v254-rc1. > > see > https://gi

Re: [OE-core] Patchtest results for [PATCH v2] systemd-boot: fix build issues on armv7a-linux

2023-11-28 Thread Dmitry Baryshkov
Hello, On Mon, 27 Nov 2023 at 15:33, Patchtest wrote: > > Thank you for your submission. Patchtest identified one > or more issues with the patch. Please see the log below for > more information: > > --- > Tests failed for the patch, but the results log could not be processed due to > excessive

Re: [OE-core] [PATCH] systemd-boot: Extend recipe to compile native

2023-11-27 Thread Dmitry Baryshkov
On Mon, 27 Nov 2023 at 18:49, Ross Burton wrote: > > On 27 Nov 2023, at 14:56, Viswanath Kraleti via lists.openembedded.org > wrote: > > > > systemd has ukify, a native tool, which will combine the kernel/initrd/stub > > components to build the UKI (unified kernel images). systemd-boot recipe >

Re: [OE-core] [PATCH 1/1] systemd-boot: fix build issues on armv7a-linux

2023-11-27 Thread Dmitry Baryshkov
On Sat, 25 Nov 2023 at 13:50, Viswanath Kraleti wrote: > > From: Viswanath Kraleti > > backport a fix to address build failures on armv7a [bug id #29381] Start with the capital letter, please. Also I don't see this bug in the Yocto bugzilla. If you want to point to the Systemd issue, please use

[OE-core] [PATCH] libdrm: upgrade 2.4.117 -> 2.4.118

2023-11-24 Thread Dmitry Baryshkov
Upgrade the libdrm library to bring in updated modetest utility. Signed-off-by: Dmitry Baryshkov --- .../drm/{libdrm_2.4.117.bb => libdrm_2.4.118.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/drm/{libdrm_2.4.117.bb => libdrm_2.4.

[OE-core] [nanbield][PATCH 10/10] linux-firmware: package Robotics RB5 sensors DSP firmware

2023-11-24 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Add package with sensors DSP firmware for Qualcomm Robotics RB5 platform. Signed-off-by: Dmitry Baryshkov Signed-off-by: Alexandre Belloni (cherry picked from commit 195df10fcbfa1ef7e073d3332943458064519ae0) --- meta/recipes-kernel/linux-firmware/linux

[OE-core] [nanbield][PATCH 09/10] linux-firmware: package Qualcomm Venus 6.0 firmware

2023-11-24 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Package firmware for the Qualcomm video encoder / decoder (venus) core, version 6.0 Signed-off-by: Dmitry Baryshkov Signed-off-by: Alexandre Belloni (cherry picked from commit 51a64bd01adf3a81086e6368af01abaf4081a515) --- .../recipes-kernel/linux-firmware/linux

[OE-core] [nanbield][PATCH 07/10] linux-firmware: package firmware for Qualcomm Adreno a702

2023-11-24 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Separate firmware for the Quacomm Adreno A702 GPU, found on Qualcomm QCM2290 / QRB2210 platforms. Signed-off-by: Dmitry Baryshkov Signed-off-by: Alexandre Belloni (cherry picked from commit ad24c24dc534b2da7dbd858e1436f8c0d1e86809) --- .../recipes-kernel/linux-firmware

[OE-core] [nanbield][PATCH 04/10] linux-firmware: add missing depenencies on license packages

2023-11-24 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Several Adreno packages lack dependency on the package with the license file. Add corresponding RDEPENDS. Fixes: bf00a042d2fa ("linux-firmware: split platform-specific Adreno shaders to separate packages") Signed-off-by: Dmitry Baryshkov Signed-off-by: Alexand

[OE-core] [nanbield][PATCH 08/10] linux-firmware: package firmware for Qualcomm QCM2290 / QRB4210

2023-11-24 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Package firmware files for the Qualcomm QCM2290 and QRB4210 platforms. Signed-off-by: Dmitry Baryshkov Signed-off-by: Alexandre Belloni (cherry picked from commit bc4170ca691df3eefa39fffd31c280b3ead111a9) --- .../linux-firmware/linux-firmware_20231030.bb | 30

[OE-core] [nanbield][PATCH 06/10] linux-firmware: add audio topology symlink to the X13's audio package

2023-11-24 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Add new symlink required for the sound driver to find the audio topology to the linux-firmware--qcom-sc8280xp-lenovo-x13s-audio package. Signed-off-by: Dmitry Baryshkov Signed-off-by: Alexandre Belloni (cherry picked from commit 313135eaa236872e4aa5f698515a3363eb75601f

[OE-core] [nanbield][PATCH 05/10] linux-firmware: add notice file to sdm845 modem firmware

2023-11-24 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Follow the upstream change (which moved wlanmdsp and notice files from ath10k to sdm845 dir) and include notice file into the sdm845 modem firmware package. Signed-off-by: Dmitry Baryshkov Signed-off-by: Alexandre Belloni (cherry picked from commit

[OE-core] [nanbield][PATCH 00/10] linux-firmware: upgrade to 20231030

2023-11-24 Thread Dmitry Baryshkov
}-rtl8821 Dmitry Baryshkov (8): linux-firmware: upgrade 20230804 -> 20231030 linux-firmware: add missing depenencies on license packages linux-firmware: add notice file to sdm845 modem firmware linux-firmware: add audio topology symlink to the X13's audio package linux-firmware:

[OE-core] [nanbield][PATCH 01/10] linux-firmware: create separate packages

2023-11-24 Thread Dmitry Baryshkov
picked from commit c110e5708465a6becc611acf97f166302a17ebdf) Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20230804.bb | 232 +- 1 file changed, 228 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20230804.bb b/meta

[OE-core] [nanbield][PATCH 03/10] linux-firmware: upgrade 20230804 -> 20231030

2023-11-24 Thread Dmitry Baryshkov
From: Dmitry Baryshkov License-Update: additional firmwares Signed-off-by: Dmitry Baryshkov Signed-off-by: Alexandre Belloni (cherry picked from commit 7c725d1f2ed9a271d39d899ac2534558c2d103fc) --- ...{linux-firmware_20230804.bb => linux-firmware_20231030.bb} | 4 ++-- 1 file changed

[OE-core] [nanbield][PATCH 02/10] linux-firmware: add new fw file to ${PN}-rtl8821

2023-11-24 Thread Dmitry Baryshkov
From: Bastian Krause Extend the linux-firmware-rtl8821 package with rtw8821 firmware files for Realtek RTL8821 variants. Signed-off-by: Bastian Krause Signed-off-by: Alexandre Belloni (cherry picked from commit 23c945938f8d8bcf5fbd6d9b840ec319aaa40c62) Signed-off-by: Dmitry Baryshkov

Re: [OE-core] [PATCH] uki: Add support for building Unified Kernel Images

2023-11-21 Thread Dmitry Baryshkov
On Tue, 21 Nov 2023 at 16:44, Erik Schilling wrote: > > > > +BBCLASSEXTEND += "native" > > > > We've long avoided a systemd-native recipe as the meaning can be easily > > confused and I'm not thrilled to be adding one now. > > > > Perhaps this should be as a separate systemd-tools-native recipe to

  1   2   >