[OE-core] [PATCH] acpica: add nativesdk to BBCLASSEXTEND

2023-11-04 Thread Vincent Davis Jr
Enables use of the iasl compiler on the host side of a given generated SDK. via TOOLCHAIN_HOST_TASK += "nativesdk-acpica" Signed-off-by: Vincent Davis Jr --- meta/recipes-extended/acpica/acpica_20230628.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 0/5 v3] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size

2023-11-04 Thread Alexandre Belloni via lists.openembedded.org
Hello, The tests fail on the ubuntu and debian workers but seemed to pass just fine on fedora: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/5941/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6008/steps/14/logs/stdio

[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

[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

[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

[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

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

[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.bb =>

[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

Re: [OE-Core][PATCH] scripts/resulttool: group all regressions in regression report

2023-11-04 Thread Richard Purdie
On Fri, 2023-11-03 at 13:50 -0700, Alexis Lothoré via lists.openembedded.org wrote: > From: Alexis Lothoré > > Commit c304fcbe0588b1078373558c2ddf36064bcdf214 introduced a grouping when > listing regressions. This grouping has been added only for ptests. It has > been observed that any other

Re: [OE-core] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-04 Thread Richard Purdie
On Sat, 2023-11-04 at 11:29 +0100, adrian.freiho...@gmail.com wrote: > Hi Alex, hi Richard > > After some internal discussions, I would like to clarify my previous > answers on this topic. > > * Usually there are two different workflows > - application developers: could use an SDK with a

Re: [OE-core] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-04 Thread Adrian Freihofer
Hi Alex, hi Richard After some internal discussions, I would like to clarify my previous answers on this topic. * Usually there are two different workflows - application developers: could use an SDK with a locked sstate-cache. - Yocto/BSP developers: need an unlocked SDK. They change

[OE-core] [PATCH] baremetal-helloworld: Pull in fix for race condition on x86-64

2023-11-04 Thread Alejandro Hernandez Samaniego
It was previously discovered that there was a race condition during the Makefile execution between the assemble and compile targets, the previous fix attempted to serialize the build targets, but the fix was missing for x86-64. Pull in latest commit from upstream to fix this issue on x86-64.