[OE-core] [PATCH v2 3/3] mesa: Add PACKAGECONFIG "rusticl"

2023-02-25 Thread Zoltan Boszormenyi
Signed-off-by: Zoltán Böszörményi --- meta/recipes-graphics/mesa/mesa.inc | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 89e2dc6e90..2fbc1f971e 100644 --- a/meta/recipes-graphics

[OE-core] [PATCH v2 2/3] mesa: Rename PACKAGECONFIG "opencl" to "clover"

2023-02-25 Thread Zoltan Boszormenyi
There is another OpenCL frontend called "rusticl" now. Signed-off-by: Zoltán Böszörményi --- meta/recipes-graphics/mesa/mesa.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 70f9b6fc17

[OE-core] [PATCH v2 1/3] mesa, mesa-gl: 23.0.0

2023-02-25 Thread Zoltan Boszormenyi
Signed-off-by: Zoltán Böszörményi --- ...-backend-fix-gbm-compile-without-dri.patch | 65 --- ...ormat-Check-for-NEON-before-using-it.patch | 16 ++--- .../{mesa-gl_22.3.5.bb => mesa-gl_23.0.0.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 3 +- .../mesa/{mesa_22.3.5.

[OE-core] [PATCH v2 0/3] Mesa 23.0.0

2023-02-25 Thread Zoltan Boszormenyi
Changelog for v2: * bindgen-cli recipe was moved to meta-clang. See https://github.com/kraj/meta-clang/pull/748 * The __anonymous() function that tweaks packaging variables were confused by two libopencl-mesa packages, creating havoc in naming subsequent packages. Use a synthetic "opencl"

Re: [OE-core] How to use linux-firmware to install single firmware package? #kirkstone

2023-02-25 Thread Vincent Davis Jr
Same problem as above https://lists.openembedded.org/g/openembedded-core/topic/94795411#172656 Maybe try MACHINE_ESSENTIAL_EXTRA_RDEPENDS with OE core master. For me it only includes specified linux-firmware package. I had a similar issue awhile back, but I think a solution landed in OE core m

[OE-core] How to use linux-firmware to install single firmware package? #kirkstone

2023-02-25 Thread Yang, Wilson
Hi, We ran into same issue described in https://lore.kernel.org/all/cgdd.1667516824130158087.a...@lists.openembedded.org/t/ Not sure if any solutions/workarounds available to share? We only want two linux-firmware packages, linux-firmware-imx-sdma-imx6q and linux-firmware-imx-sdma-imx7d which

Re: [OE-core] [PATCH v3 4/6] oeqa/selftest/resulttool: add test for metadata filtering on regression

2023-02-25 Thread Richard Purdie
On Fri, 2023-02-24 at 17:45 +0100, Alexis Lothoré via lists.openembedded.org wrote: > From: Alexis Lothoré > > Introduce new tests for the metadata-based filtering added for oeselftest > results > > Signed-off-by: Alexis Lothoré > --- > .../oeqa/selftest/cases/resulttooltests.py| 137 +

Re: [OE-core] [PATCH 1/1] lib/oe/reproducible: Use git log without gpg signature

2023-02-25 Thread Richard Purdie
On Tue, 2023-02-21 at 17:33 +0100, Benoît Mauduit via lists.openembedded.org wrote: > Hello, > > Any update on my patch ? It merged a while ago: https://git.yoctoproject.org/poky/commit/?id=4c8d17088f33cd23c631cb9b76c6ca9bfa5b44ea Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[OE-core] [PATCH] oeqa/selftest/wic: Add test for uefi-kernel loader

2023-02-25 Thread Pavel Zhukov
This is regression test for [1]. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=15033 Signed-off-by: Pavel Zhukov --- meta-selftest/wic/test_uefikernel.wks | 5 + meta/lib/oeqa/selftest/cases/wic.py | 20 2 files changed, 25 insertions(+) create mode 100644 me

Re: [OE-core] [PATCH v3 0/6] scripts/resulttool/regression: add metadata filtering

2023-02-25 Thread Alexis Lothoré via lists . openembedded . org
Hello Richard, as usual, thanks for the prompt feedback ! On 2/25/23 13:32, Richard Purdie wrote: > On Sat, 2023-02-25 at 09:15 +, Richard Purdie via > lists.openembedded.org wrote: >> On Fri, 2023-02-24 at 18:06 +, Richard Purdie via >> lists.openembedded.org wrote: >>> Hi Alexis, >>> >>>

Re: [OE-core] [PATCH 03/11] build-appliance-image: add support for qemu

2023-02-25 Thread Trevor Woerner
On Fri 2023-02-24 @ 04:05:22 PM, Richard Purdie wrote: > On Tue, 2023-02-21 at 15:44 -0500, Trevor Woerner wrote: > > Add ext4 explicitly to the list of IMAGE_FSTYPES so the build appliance can > > be > > run with runqemu. > > > > Signed-off-by: Trevor Woerner > > --- > > meta/recipes-core/imag

Re: [OE-core] [PATCH v3 0/6] scripts/resulttool/regression: add metadata filtering

2023-02-25 Thread Richard Purdie
I'll try and stop poking at this but it is all rather interesting and I think we have spotted our first nasty regression. The quilt ptests did really stop running properly and reporting test results! Looking at a recent master report: https://autobuilder.yocto.io/pub/non-release/20230224-14/testr

Re: [OE-core] [PATCH v3 0/6] scripts/resulttool/regression: add metadata filtering

2023-02-25 Thread Richard Purdie
On Sat, 2023-02-25 at 09:15 +, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2023-02-24 at 18:06 +, Richard Purdie via > lists.openembedded.org wrote: > > Hi Alexis, > > > > Firstly, this looks very much improved, thanks. It is great to start to > > see some meaningful data fr

Re: [OE-core] [PATCH v3 0/6] scripts/resulttool/regression: add metadata filtering

2023-02-25 Thread Richard Purdie
On Fri, 2023-02-24 at 18:06 +, Richard Purdie via lists.openembedded.org wrote: > Hi Alexis, > > Firstly, this looks very much improved, thanks. It is great to start to > see some meaningful data from this. > > On Fri, 2023-02-24 at 17:45 +0100, Alexis Lothoré via > lists.openembedded.org wro