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: > > > > He

[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
1/ffbuild/common.mak:81: libavcodec/vulkan_decode.o] Error 1 Signed-off-by: Dmitry Baryshkov --- .../ffmpeg/ffmpeg/vulkan_fix_gcc14.patch | 102 ++ .../recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb | 1 + 2 files changed, 103 insertions(+) create mode 100644 meta/recipes-m

[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
t; 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 patches from ffmpeg git

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 >

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
gers 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

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
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/26680.p

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

2023-12-30 Thread Dmitry Baryshkov
s expected 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 Baryshkov

[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
s expected 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 Baryshkov

[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
...@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: fix

Re: [OE-core] linux-yocto 6.6

2023-12-15 Thread Dmitry Baryshkov
carthgap). > > 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 > > D

[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

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

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 build

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 >

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 >

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

[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: pack

[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

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

2023-11-21 Thread Dmitry Baryshkov
On Mon, 20 Nov 2023 at 15:26, Bruce Ashfield wrote: > > On Mon, Nov 20, 2023 at 7:49 AM Dmitry Baryshkov wrote: > > > > On Thu, 7 Sept 2023 at 01:29, Alejandro Hernandez Samaniego > > wrote: > > > > > > > > > On 9/2/23 00:53, Richard Purd

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

2023-11-20 Thread Dmitry Baryshkov
On Thu, 7 Sept 2023 at 01:29, Alejandro Hernandez Samaniego wrote: > > > On 9/2/23 00:53, Richard Purdie wrote: > > On Fri, 2023-09-01 at 23:32 +, Michelle Lin wrote: > >> Currently, there is not a class to support the building of unified kernel > >> images. Adding a uki.bbclass to support

[OE-core] [PATCH v2] libdrm: upgrade 2.4.116 -> 2.4.117

2023-11-15 Thread Dmitry Baryshkov
Bump the libdrm version, in particuar to get updated modetest with support for custom video modes and writeback. Signed-off-by: Dmitry Baryshkov --- .../drm/{libdrm_2.4.116.bb => libdrm_2.4.117.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/reci

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

2023-11-15 Thread Dmitry Baryshkov
Signed-off-by: Dmitry Baryshkov --- .../drm/{libdrm_2.4.116.bb => libdrm_2.4.117.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/drm/{libdrm_2.4.116.bb => libdrm_2.4.117.bb} (97%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.116

[OE-core] [PATCH v2 2/2] image_types.bbclass: add support for sparse images

2023-11-14 Thread Dmitry Baryshkov
). Add new image conversion type called 'sparse'to be able to generate filesystem images in the sparse format. Signed-off-by: Dmitry Baryshkov --- meta/classes-recipe/image_types.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes-recipe/image_types.bbclass b

[OE-core] [PATCH v2 0/2] add sparse image format support

2023-11-14 Thread Dmitry Baryshkov
cover letter to describe sparse images and the reasons for bringing their support into OE-Core. Dmitry Baryshkov (2): rust-android-sparse: add lightweight simg2img/img2simg implementation image_types.bbclass: add support for sparse images meta/classes-recipe/image_types.bbclass

[OE-core] [PATCH v2 1/2] rust-android-sparse: add lightweight simg2img/img2simg implementation

2023-11-14 Thread Dmitry Baryshkov
The Android's simg2img/img2simg comes from android-tools, which is a huge package with lots of dependencies on its own. It resides inside meta-oe rather than OE-Core. Add lightweight tool to handle sparse images, which is small enough to be pushed into OE-Core. Signed-off-by: Dmitry Baryshkov

[OE-core] [PATCH 5/8] linux-firmware: package firmware for Qualcomm Adreno a702

2023-11-04 Thread Dmitry Baryshkov
Separate firmware for the Quacomm Adreno A702 GPU, found on Qualcomm QCM2290 / QRB2210 platforms. Signed-off-by: Dmitry Baryshkov --- .../recipes-kernel/linux-firmware/linux-firmware_20231030.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux

[OE-core] [PATCH 7/8] linux-firmware: package Qualcomm Venus 6.0 firmware

2023-11-04 Thread Dmitry Baryshkov
Package firmware for the Qualcomm video encoder / decoder (venus) core, version 6.0 Signed-off-by: Dmitry Baryshkov --- .../recipes-kernel/linux-firmware/linux-firmware_20231030.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux

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

2023-11-04 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Add package with sensors DSP firmware for Qualcomm Robotics RB5 platform. Signed-off-by: Dmitry Baryshkov --- meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux

[OE-core] [PATCH 6/8] linux-firmware: package firmware for Qualcomm QCM2290 / QRB4210

2023-11-04 Thread Dmitry Baryshkov
Package firmware files for the Qualcomm QCM2290 and QRB4210 platforms. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20231030.bb | 30 +++ 1 file changed, 30 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb b/meta

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

2023-11-04 Thread 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 --- meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 2/8] linux-firmware: add missing depenencies on license packages

2023-11-04 Thread 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 --- meta/recipes-kernel/linux-firm

[OE-core] [PATCH 3/8] linux-firmware: add notice file to sdm845 modem firmware

2023-11-04 Thread 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 --- meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb | 2 +- 1 file changed, 1 insertion

[OE-core] [PATCH 1/8] linux-firmware: upgrade 20230804 -> 20231030

2023-11-04 Thread Dmitry Baryshkov
From: Dmitry Baryshkov License-Update: additional firmwares Signed-off-by: Dmitry Baryshkov --- ...{linux-firmware_20230804.bb => linux-firmware_20231030.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230804

[OE-core] [PATCH] meson: use correct targets for rust binaries

2023-11-04 Thread Dmitry Baryshkov
Follow the example of rust and cargo classes and pass RUST_HOST_SYS and RUST_BUILD_SYS to rustc's --target argument instead of bare HOST_SYS and BUILD_SYS. Signed-off-by: Dmitry Baryshkov --- meta/classes-recipe/meson.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core][PATCH] kernel-arch: drop CCACHE from KERNEL_STRIP definition

2023-11-02 Thread Dmitry Baryshkov
^^^ Fixes: 03973c8c1c93 ("kernel: Add kernel specific STRIP variable") Signed-off-by: Dmitry Baryshkov --- meta/classes-recipe/kernel-arch.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/kernel-arch.bbclass b/meta/classes-recipe/kernel-arch.bbclas

[OE-core] [PATCH 3/3] linux-firmware: package Dragonboard 845c sensors DSP firmware

2023-08-23 Thread Dmitry Baryshkov
Add package with sensors DSP firmware for Qualcomm RB3 aka Dragonboard 845c platform. Signed-off-by: Dmitry Baryshkov --- meta/recipes-kernel/linux-firmware/linux-firmware_20230804.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux

[OE-core] [PATCH 2/3] linux-firmware: package audio topology for Lenovo X13s

2023-08-23 Thread Dmitry Baryshkov
Add audio topology description to the qcom-sc8280xp-lenovo-x13s-audio package. The file is licensed is copyright by Linaro and licensed under BSD 3-clause license. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20230804.bb | 7 +-- 1 file changed, 5

[OE-core] [PATCH 1/3] linux-firmware: upgrade 20230625 -> 20230804

2023-08-23 Thread Dmitry Baryshkov
License-Update: additional firmwares Signed-off-by: Dmitry Baryshkov --- ...{linux-firmware_20230625.bb => linux-firmware_20230804.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230625.bb => linux-firmware_20230

[OE-core] [PATCH v2] mdadm: disable strace on rv32 arch

2023-08-18 Thread Dmitry Baryshkov
no buildable providers. Missing or unbuildable dependency chain was: ['core-image-weston', 'matchbox-terminal', 'gtk+3', 'glib-2.0', 'util-linux', 'mdadm', 'strace'] Signed-off-by: Dmitry Baryshkov --- meta/recipes-extended/mdadm/mdadm_4.2.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [OE-core] [PATCH] mdadm: disable strace on rv32 arch

2023-08-18 Thread Dmitry Baryshkov
iles in OE's patchset I doubt that mdadm / linux-raid people are really interested in these reports. > > Alex > > On Fri, 18 Aug 2023 at 12:56, Richard Purdie > wrote: > > > > On Fri, 2023-08-18 at 13:50 +0300, Dmitry Baryshkov wrote: > > > strace program is not ye

[OE-core] [PATCH] mdadm: disable strace on rv32 arch

2023-08-18 Thread Dmitry Baryshkov
no buildable providers. Missing or unbuildable dependency chain was: ['core-image-weston', 'matchbox-terminal', 'gtk+3', 'glib-2.0', 'util-linux', 'mdadm', 'strace'] Signed-off-by: Dmitry Baryshkov --- .../mdadm/files/broken-strace-rv32.patch | 10 ++ meta/recipes-extended/mdadm

[OE-core] [PATCH] linux-firmware: split platform-specific Adreno shaders to separate packages

2023-07-27 Thread Dmitry Baryshkov
-specific part to the separate package. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20230625.bb | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb b/meta/recipes-kernel

[OE-core] [PATCH] kmscube: bump SRCREV to get offscreen rendering to work

2023-07-24 Thread Dmitry Baryshkov
Newer kmscube added support for offscreen rendering, using render nodes. Bump up SRCREV to get this feature supported in oe-core. Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/kmscube/kmscube_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH 2/2] mesa: enable swrast Vulkan driver if LLVM drivers are enabled

2023-07-24 Thread Dmitry Baryshkov
The software Vulkan driver requires the LLVM to be built. Make this driver enabled if the `gallium-llvm' config option is enabled. Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b

[OE-core] [PATCH 1/2] mesa: simplify overriding GALLIUMDRIVERS_LLVM

2023-07-24 Thread Dmitry Baryshkov
. Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 928899008e62..ade097d7cc5a 100644 --- a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH] linux-firmware: package firmare for Dragonboard 410c

2023-07-24 Thread Dmitry Baryshkov
Latest linux-firmware archive inclues firmware for the Dragonboard 410c device (Qualcomm apq8016 SBC). Follow the rest of linux-firmware-qcom-* packages as a template and create packages for the new firmware files. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20230625

[OE-core] [PATCH] openssl: fix building on riscv32

2023-06-05 Thread Dmitry Baryshkov
On riscv32 configurations OpenSSL fails to build with "undefined reference to `__atomic_foo'" kind of errors. Change OpenSSL recipe to use linux-latomic configuration instead of linux-generic32. Signed-off-by: Dmitry Baryshkov --- meta/recipes-connectivity/openssl/openssl_3.1.1.bb

[OE-core] [PATCH] linux-firmware: upgrade 20230210 -> 20230404

2023-04-10 Thread Dmitry Baryshkov
The LICENCE.qat_firmware license file was updated to reflect Intel licensing (it removed a term regarding patent licenses). License-Update: additional files Signed-off-by: Dmitry Baryshkov --- ...inux-firmware_20230210.bb => linux-firmware_20230404.bb} | 6 +++--- 1 file changed, 3 inserti

[OE-core] [PATCH] mesa: import patch from upstream to fix tools build on musl

2023-03-09 Thread Dmitry Baryshkov
Fix building the crashdec on the musl systems. Signed-off-by: Dmitry Baryshkov --- ...e-unsigned-instead-of-uint-to-fix-mu.patch | 44 +++ meta/recipes-graphics/mesa/mesa.inc | 1 + 2 files changed, 45 insertions(+) create mode 100644 meta/recipes-graphics/mesa

[OE-core] [PATCH] ffmpeg: fix build failure when vulkan is enabled

2023-02-24 Thread Dmitry Baryshkov
}, | | ^~~ | | VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME Signed-off-by: Dmitry Baryshkov --- .../ffmpeg/ffmpeg/ffmpeg-fix-vulkan.patch | 34 +++ .../recipes-multimedia/ffmpeg/ffmpeg_5.1.2.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/ffmpeg-fix-vulkan.patch diff

[OE-core] [PATCH v2] mesa: provide support for packing development and testing tools

2023-02-20 Thread Dmitry Baryshkov
is not built by default by this recipe even when freedreno driver is selected. The fdperf tool needs to be explicitly enabled by adding 'freedreno-fdperf' to the PACKAGECONFIG. Signed-off-by: Dmitry Baryshkov --- Changes since v1: - Moved fdperf handling to a separate PACKAGECONFIG entry. --- meta

Re: [OE-core] [PATCH] mesa: provide support for packing development and testing tools

2023-02-17 Thread Dmitry Baryshkov
On Wed, 15 Feb 2023 at 15:32, Alexander Kanavin wrote: > > On Wed, 15 Feb 2023 at 14:25, Dmitry Baryshkov wrote: > > +# dependencies for tools. libconfig is optional, it is a part of meta-oe > > so it needs special treatment > > +TOOLS_DEPS_FREEDRENO_LIBCONFIG = &qu

[OE-core] [PATCH] mesa: provide support for packing development and testing tools

2023-02-15 Thread Dmitry Baryshkov
Mesa contains several optional tools that can be useful for application and driver developers. Add a packageconfig option to build a mesa-tools package containing relevant programs. Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/mesa/mesa.inc | 19 ++- 1 file changed

Re: [OE-core] [PATCH 1/2] rust-android-sparse: add lightweight simg2img/img2simg implementation

2023-02-13 Thread Dmitry Baryshkov
ependency on the meta-oe layer. This way it is possible to generate sparse images unconditionally and then let the user feed them to fastboot. But yeah, if it's recommended to keep it in meta-oe, I can move my recipe there. > > Alex > > On Sat, 11 Feb 2023 at 16:38, Dm

[OE-core] [PATCH 1/2] rust-android-sparse: add lightweight simg2img/img2simg implementation

2023-02-11 Thread Dmitry Baryshkov
The Android's simg2img/img2simg comes from android-tools, which is a huge package with lots of dependencies on its own. It resides inside meta-oe rather than OE-Core. Add lightweight tool to handle sparse images, which is small enough to be pushed into OE-Core. Signed-off-by: Dmitry Baryshkov

[OE-core] [PATCH 2/2] image_types.bbclass: add support for sparse images

2023-02-11 Thread Dmitry Baryshkov
Add Support for sparse conversion to be able to generate sparse images. Signed-off-by: Dmitry Baryshkov --- meta/classes-recipe/image_types.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes-recipe/image_types.bbclass b/meta/classes-recipe

[OE-core] [PATCH 2/2] linux-firmware: add yamato fw files to qcom-adreno-a2xx package

2023-02-11 Thread Dmitry Baryshkov
Newest linux-firmware release got firmware for Adreno A200. Add these two files to the ${PN}-qcom-adreno-a2xx package. As these files are licensed under a separate BSD-3-Clause license, add separate license package too. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux

[OE-core] [PATCH 1/2] linux-firmware: properly set license for all Qualcomm firmware

2023-02-11 Thread Dmitry Baryshkov
It is not enough to depend on the ${PN}-qcom-license package. Set LICENSE variable for all the qcom packages to point to the proper license. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20230117.bb | 25 +++ 1 file changed, 25 insertions(+) diff --git

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

2022-11-18 Thread Dmitry Baryshkov
Extend the linux-firmware-qcom-adreno-a530 package with the squashed Adreno 530 zap shader. Signed-off-by: Dmitry Baryshkov --- meta/recipes-kernel/linux-firmware/linux-firmware_20221109.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware

[OE-core] [PATCH 1/2] linux-firmware: upgrade 20221012 -> 20221109

2022-11-18 Thread Dmitry Baryshkov
From: Dmitry Baryshkov License-Update: additional files Signed-off-by: Dmitry Baryshkov --- ...{linux-firmware_20221012.bb => linux-firmware_20221109.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20221012.bb =>

Re: [OE-core] [AUH] linux-firmware: upgrading to 20220913 SUCCEEDED

2022-09-16 Thread Dmitry Baryshkov
Hi, чт, 15 сент. 2022 г. в 17:19, Auto Upgrade Helper : > > Hello, > > this email is a notification from the Auto Upgrade Helper > that the automatic attempt to upgrade the recipe *linux-firmware* to > *20220913* has Succeeded. > > Next steps: > - apply the patch: git am >

[OE-core] [PATCH 2/2] linux-firmware: package new Qualcomm firmware

2022-09-15 Thread Dmitry Baryshkov
debugging! WARNING: File '/lib/firmware/qcom/sc8280xp/LENOVO/21BX/qcslpi8280.mbn' from linux-firmware was already stripped, this will prevent future debugging! Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20220913.bb | 22 +++ 1 file changed, 22 insertions

[OE-core] [PATCH 1/2] linux-firmware: upgrade 20220708 -> 20220913

2022-09-15 Thread Dmitry Baryshkov
From: Dmitry Baryshkov License-Update: additional files Signed-off-by: Dmitry Baryshkov --- ...{linux-firmware_20220708.bb => linux-firmware_20220913.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20220708.bb =>

[OE-core] [PATCH] linux-firwmare: restore WHENCE_CHKSUM variable

2022-07-24 Thread Dmitry Baryshkov
WHENCE_CHKSUM:class-devupstream:pn-linux-firmware = "abf1077491eeb261ecdcb680a34fc059" Without the WHENCE_CHECKSUM one would need to manually patch the LIC_FILES_CHKSUM variable to change the checksum of WHENC (e.g. using the anonymous python function or remove expression). S

[OE-core] [PATCH] linux-firmware: upgrade 20220509 -> 20220610

2022-06-15 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Drop 0001-Makefile-replace-mkdir-by-install.patch merged upstream. License-Update: additional files Signed-off-by: Dmitry Baryshkov --- ...01-Makefile-replace-mkdir-by-install.patch | 84 --- ...20220509.bb => linux-firmware_20220610.bb} | 5 +- 2 fi

Re: [OE-core] [kirkstone][PATCH 0/2] linux-firmware: pull two patches from master

2022-06-07 Thread Dmitry Baryshkov
вт, 7 июн. 2022 г. в 19:59, Steve Sakoman : > > On Sun, Jun 5, 2022 at 8:47 AM Dmitry Baryshkov wrote: > > > > On Mon, 30 May 2022 at 20:02, Dmitry Baryshkov > > wrote: > > > This pull request cherry picks two commits from master branch to split > > > se

  1   2   >