Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2023-01-17 Thread Samuli Piippo
I think this is now a webos specific issue since they have disabled xlib feature ( https://github.com/shr-project/meta-webosose/blob/c96010fe4df28397a33e447bde650932a3463a9e/meta-webos/recipes-qt/qt6/qtbase_git.bbappend#L56 ) While the qtbase cmake configuration could be improved to better handle s

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2023-01-17 Thread Martin Jansa
Samuli: Similar mesa upgrade was merged recently: https://git.openembedded.org/openembedded-core/commit/?id=3bf4341ef6a681574a1c6f393bf241f412e26eac qtbase still fails the same, more details in: https://github.com/shr-project/meta-webosose/commit/c96010fe4df28397a33e447bde650932a3463a9e The chan

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-07 Thread Martin Jansa
On Thu, Dec 8, 2022 at 8:42 AM Samuli Piippo wrote: > Qt6 should handle this already with > https://codereview.qt-project.org/c/qt/qtbase/+/371780 in place. > I tried test build with the mesa upgrade and didn't catch any build errors. > I've tried qemux86-64 build with 6.4.1 and 6.5.0 from yeste

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-07 Thread Samuli Piippo via lists.openembedded.org
amuli Piippo Cc: Markus Volk ; Khem Raj ; openembedded-core@lists.openembedded.org Subject: Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0 On Mon, Dec 5, 2022 at 3:04 PM Otavio Salvador mailto:otavio.salva...@ossystems.com.br>> wrote: Em seg., 5 de dez. de 2022 às 02:5

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-07 Thread Martin Jansa
On Mon, Dec 5, 2022 at 3:04 PM Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > > > Em seg., 5 de dez. de 2022 às 02:52, Markus Volk > escreveu: > >> Am So, 4. Dez 2022 um 09:23:49 -0800 schrieb Khem Raj > >: >> >> Not sure if this is related but I think its somewhere in egl headers >

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-05 Thread Markus Volk
Am Mo, 5. Dez 2022 um 20:17:53 +0100 schrieb Alexander Kanavin : We don't use the monorepo, we use source tarballs and in them vaapi continues to be provided separately: I see. Their meson.build is quite broken :( -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vie

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-05 Thread Alexander Kanavin
We don't use the monorepo, we use source tarballs and in them vaapi continues to be provided separately: https://gstreamer.freedesktop.org/src/gstreamer-vaapi/ Alex On Mon, 5 Dec 2022 at 20:04, Markus Volk wrote: > > Wouldn't it be best if we just removed the gstreamer-1.0-vaapi recipe. Gitlab

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-05 Thread Khem Raj
On Mon, Dec 5, 2022 at 11:04 AM Markus Volk wrote: > > Wouldn't it be best if we just removed the gstreamer-1.0-vaapi recipe. Gitlab > repo says: > > ARCHIVED REPOSITORY: Hardware-accelerated video decoding, encoding and > processing on Intel graphics through VA-API > > This code has been moved

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-05 Thread Markus Volk
Wouldn't it be best if we just removed the gstreamer-1.0-vaapi recipe. Gitlab repo says: *ARCHIVED REPOSITORY*: Hardware-accelerated video decoding, encoding and processing on Intel graphics through VA-API *This code has been moved to the GStreamer mono repo

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-05 Thread Khem Raj
On Mon, Dec 5, 2022 at 6:32 AM Alexandre Belloni via lists.openembedded.org wrote: > > Hello, > > This caused: > > | FAILED: gst-libs/gst/vaapi/libgstlibvaapi-1.0.a.p/gstvaapidisplay_egl.c.o > | x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse > -fstack-protector-strong -O

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused: | FAILED: gst-libs/gst/vaapi/libgstlibvaapi-1.0.a.p/gstvaapidisplay_egl.c.o | x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/pokybui

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-05 Thread Otavio Salvador
Em seg., 5 de dez. de 2022 às 02:52, Markus Volk escreveu: > Am So, 4. Dez 2022 um 09:23:49 -0800 schrieb Khem Raj >: > > Not sure if this is related but I think its somewhere in egl headers > provided by mesa. > > > This is related to an update of the egl headers in Mesa, just as you > thought:

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-04 Thread Markus Volk
Am So, 4. Dez 2022 um 09:23:49 -0800 schrieb Khem Raj : Not sure if this is related but I think its somewhere in egl headers provided by mesa. This is related to an update of the egl headers in Mesa, just as you thought: -=-=-=-=-=-=-=-=-=-=-

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-04 Thread Khem Raj
On Thu, Dec 1, 2022 at 9:39 AM Markus Volk wrote: > > - remove deprecated xvmc PACKAGECONFIG > - remove futex.h patch. Code has been reworked, still needed? > > Note: mesa-22.3.0 will require libperfetto update to v28. Otherwise > compilation will fail. I am also seeing qtwayland fail. https://e

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-02 Thread Khem Raj
On Thu, Dec 1, 2022 at 9:36 PM Markus Volk wrote: > > Am Do, 1. Dez 2022 um 11:44:16 -0800 schrieb Khem Raj : > > build for qemuriscv32 to find out. > > > mesa 22.3.0 did compile for qemuriscv32 without errors OK. Thanks for checking. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-01 Thread Markus Volk
Am Do, 1. Dez 2022 um 11:44:16 -0800 schrieb Khem Raj : build for qemuriscv32 to find out. mesa 22.3.0 did compile for qemuriscv32 without errors -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#174222): https://lists.openembedded.org/g/openembe

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-01 Thread Khem Raj
On Thu, Dec 1, 2022 at 9:39 AM Markus Volk wrote: > > - remove deprecated xvmc PACKAGECONFIG > - remove futex.h patch. Code has been reworked, still needed? > build for qemuriscv32 to find out. > Note: mesa-22.3.0 will require libperfetto update to v28. Otherwise > compilation will fail. > > Si

[oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-01 Thread Markus Volk
- remove deprecated xvmc PACKAGECONFIG - remove futex.h patch. Code has been reworked, still needed? Note: mesa-22.3.0 will require libperfetto update to v28. Otherwise compilation will fail. Signed-off-by: Markus Volk --- ...fine-__NR_futex-if-it-does-not-exist.patch | 34 ---