[oe] [meta-oe][PATCH] gnome-control-center: restore Upstream-Status line

2024-04-02 Thread Markus Volk
It got accidentially wiped out (by using devtool I think) Signed-off-by: Markus Volk --- .../0001-Add-meson-option-to-pass-sysroot.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option

[oe] [meta-oe][PATCHv4] webkitgtk3: update 2.42.5 -> 2.44.0

2024-04-02 Thread Markus Volk
- add a PACKAGECONFIG for libbacktrace to avoid: | -- Could NOT find LibBacktrace (missing: LIBBACKTRACE_INCLUDE_DIR LIBBACKTRACE_LIBRARY) | CMake Error at Source/cmake/OptionsGTK.cmake:425 (message): | libbacktrace is required for USE_LIBBACKTRACE - remove submitted patch. Issue seems to

Re: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest

2024-04-02 Thread Peter Marko via lists.openembedded.org
I have checked these warnings, and the root-cause is that gsl sets "-Weverything". That's super cool to be able to compile with this switch, but rather bad idea when trying to port that to new platforms (like our clang + musl combination). I can also fix this by modifying musl stdio.h within the

[oe] [meta-oe][PATCH] lvgl: Set resolution prior to buffer

2024-04-02 Thread Jaeyoon Jung (LGE)
From: Jaeyoon Jung It fixes an issue where the fbdev driver fails to set up a buffer due to buffer size mismatch. It happens when the actual screen resolution is smaller than the default one 800x480 because the actual resolution was being set after lv_display_set_buffers. Signed-off-by: Jaeyoon

Re: [oe] [meta-oe][PATCH] highway: add recipe

2024-04-02 Thread Khem Raj
On Tue, Apr 2, 2024 at 1:04 AM Markus Volk wrote: > > add google highway as a dependency for libjxl > > Signed-off-by: Markus Volk > --- > meta-oe/recipes-extended/highway/highway.1.1.0.bb | 15 +++ > 1 file changed, 15 insertions(+) > create mode 100644 meta-oe/recipes-extended/hig

Re: [oe] [meta-oe][PATCHv2] webkitgtk3: update 2.42.5 -> 2.44.0

2024-04-02 Thread Martin Jansa
openembedded-core/scripts/contrib/patchreview.py shows: Malformed Upstream-Status 'Malformed Upstream-Status in patch Upstream-Status: Backport[https://github.com/WebKit/WebKit/commit/2922af379dc70b4b1a63b01d67179eb431f03ac4]' (/OE/layers/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitg

Re: [oe] [meta-gnome][PATCH 1/2] gnome-control-center: update 45.3 -> 46.0

2024-04-02 Thread Martin Jansa
Please restore Upstream-Status: Inappropriate [OE specific] in the meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch On Mon, Mar 18, 2024 at 6:11 PM Markus Volk wrote: > > Signed-off-by: Markus Volk > --- > ...001-Add-meson-option-t

Re: [oe] Reproducibility of mesa with opencl feature enabled

2024-04-02 Thread Markus Volk
On Tue, Apr 2 2024 at 10:06:55 AM -07:00:00, Khem Raj wrote: Can we inject LLVM_LIBRARY_DIR from recipe ? Not in a direct way. Unfortunately only with patch or sed -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#109785): https://lists.openembe

Re: [oe] Reproducibility of mesa with opencl feature enabled

2024-04-02 Thread Khem Raj
Can we inject LLVM_LIBRARY_DIR from recipe ? On Tue, Apr 2, 2024 at 8:59 AM Markus Volk wrote: > > I have a question regarding the reproducibility of mesa. > > When mesa is built with opencl a lot of .so files have buildpath leakage. > Since I finally looked into this, I have gained some insight

[oe] Reproducibility of mesa with opencl feature enabled

2024-04-02 Thread Markus Volk
I have a question regarding the reproducibility of mesa. When mesa is built with opencl a lot of .so files have buildpath leakage. Since I finally looked into this, I have gained some insights. 1. The leak comes from CLANG_RESOURCE_DIR which contains the path of ${STAGING_DIR_HOST}. In my n

[oe] [meta-networking][PATCH 3/3] nftables: Fix failed ptest testcases

2024-04-02 Thread Lyu, William via lists.openembedded.org
From: William Lyu There are 2 failed ptest testcases. They fail because they are broken, but the fix from the upstream is not yet available in version 1.0.9. These testcases are: - tests/shell/testcases/sets/reset_command_0 Fix from the upstream: https://git.netfilter.org/nftables/comm

[oe] [meta-networking][PATCH 1/3] nftables: Fix ptest output format issues

2024-04-02 Thread Lyu, William via lists.openembedded.org
From: William Lyu Fix the following ptest output format issues: - For "sed" command, change "-e" option to "-E" option. I believe the previous "-e" option is a typo based on the manual page of "sed": -e script, --expression=script add the script to the commands to be e

[oe] [meta-networking][PATCH 2/3] nftables: Fix ShellCheck violations in ptest wrapper script "run-ptest"

2024-04-02 Thread Lyu, William via lists.openembedded.org
From: William Lyu The following ShellCheck violations in "run-ptest" are fixed: - line 4: SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. - line 7: SC2086: Double quote to prevent globbing and word splitting. - line 9: SC2006: Use $(...) notation instead of

[oe] [meta-python][PATCH] python: python-libusb1: add recipe

2024-04-02 Thread tomzy
Signed-off-by: Tomasz Żyjewski --- .../python/python-libusb1_3.1.0.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-libusb1_3.1.0.bb diff --git a/meta-python/recipes-devtools/python/python-libusb1_3.1.0.bb b/

[oe] [meta-oe][PATCHv2] highway: add recipe

2024-04-02 Thread Markus Volk
add google highway as a dependency for libjxl Signed-off-by: Markus Volk --- meta-oe/recipes-extended/highway/highway_1.1.0.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-extended/highway/highway_1.1.0.bb diff --git a/meta-oe/recipes-extended/highw

[oe] [meta-oe][PATCH] highway: add recipe

2024-04-02 Thread Markus Volk
add google highway as a dependency for libjxl Signed-off-by: Markus Volk --- meta-oe/recipes-extended/highway/highway.1.1.0.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-extended/highway/highway.1.1.0.bb diff --git a/meta-oe/recipes-extended/highw