[oe-core][PATCH] util-linux: disable raw

2021-09-12 Thread Markus Volk
raw.h has been dropped in linux-libc-headers-5.14 leading to: configure: error: raw selected, but required raw.h header file not available WARNING: exit code 1 from a shell command. Signed-off-by: MarkusVolk --- meta/recipes-core/util-linux/util-linux_2.37.2.bb | 2 +- 1 file changed, 1

Re: [oe-core][PATCH] util-linux: disable raw

2021-09-12 Thread Markus Volk
Looks like this is the plan https://bugzilla.redhat.com/show_bug.cgi?id=1981729#c3 Am 13.09.21 um 00:18 schrieb Khem Raj: On Sun, Sep 12, 2021 at 10:20 AM Markus Volk <mailto:f_...@t-online.de>> wrote: raw.h has been dropped in linux-libc-headers-5.14 leading to: configu

[OE-core][PATCH] wic:direct.py: ignore invalid mountpoints during fstab update

2021-09-25 Thread Markus Volk
wic fstab-update creates invalid entries for partitons that are not supposed to be mounted from userspace e.g u-boot partitions. The following lines were added to fstab on a rock-pi-4: /dev/mmcblk1p1 loader1 vfat defaults 0 0 /dev/mmcblk1p2 reserved1 vfat defaults 0 0 /dev/mmcblk1p3 reserved2

[OE-core][PATCH v2] wic:direct.py: ignore invalid mountpoints during fstab update

2021-09-25 Thread Markus Volk
wic fstab-update creates invalid entries for partitons that are not supposed to be mounted from userspace eg u-boot partitions. The following lines were added to fstab on a rock-pi-4: /dev/mmcblk1p1 loader1 vfat defaults 0 0 /dev/mmcblk1p2 reserved1 vfat defaults 0 0 /dev/mmcblk1p3 reserved2 vfat

[OE-core] [PATCH] vulkan-loader: inherit pkgconfig

2021-12-26 Thread Markus Volk
this is needed to get the vulkan.pc file created Signed-off-by: MarkusVolk --- meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb

Re: [yocto] [OE-core] How to create connman_1.40.bbappend to enable and to build connman with iwd?

2021-11-26 Thread Markus Volk
Hi, i tried this a while ago and for me the iwd.service failed to start. Manually executing /usr/libexec/iwd from terminal told me, that my Kernel config was missing a bunch of CONFIG_CRYPTO_ entries enabled. After rebuilding the kernel the iwd service started properly and iwd was basically

Re: [OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc

2021-12-11 Thread Markus Volk
i, Dec 10, 2021 at 6:33 AM Markus Volk <mailto:f_...@t-online.de>> wrote: Thats strange indeed. Wayland is set as a DISTRO_FEATURE for my image, so it gets built by a lot ofpackages. This wasn't a clean build, i had sstate cache availbale when i started to experiment with

[OE-core] [PATCH] libva: move PACKAGECONFIG options to libva.inc

2021-12-11 Thread Markus Volk
This fixes an error in libva-initial build if 'systemd' is in DISTRO_FEATURES and libdrm is set to be built with udev support. | Run-time dependency xfixes found: NO (tried pkgconfig and cmake) | Run-time dependency wayland-client found: YES 1.19.0 | Program wayland-scanner

Re: [OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc

2021-12-11 Thread Markus Volk
Thanks. I've sent a new patch Am 11.12.21 um 16:53 schrieb Alexander Kanavin: Right, then the correct fix is to move all PACKAGECONFIG options to libva.inc, then set PACKAGECONFIG ?= "" in libva-initial. Alex On Sat, 11 Dec 2021 at 11:00, Markus Volk <mailto:f_...@t-onli

Re: [OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc

2021-12-10 Thread Markus Volk
please explain how the issue can be reproduced? I find it odd that libva-initial (which only needs libdrm, and is required by mesa) has wayland in its sysroot in your build - where does that come from? There's a chance the problem is elsewhere. Alex On Fri, 10 Dec 2021 at 15:03, Markus Volk

[OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc

2021-12-10 Thread Markus Volk
I encountered an error while trying to build libva under wayland. libva-initial was missing wayland-native dependency and failed like this: | Run-time dependency xfixes found: NO (tried pkgconfig and cmake) | Run-time dependency wayland-client found: YES 1.19.0 | Program wayland-scanner

Re: [OE-core] [meta-oe][PATCHv2] mesa: update to 22.0.0

2022-03-13 Thread Markus Volk
Am 13.03.22 um 13:40 schrieb Richard Purdie: The autobuilder ran into similar issues. The problem was the loss of "dri" from the PACKAGECONFIG which triggers the RPROVIDES of libgl. I was able to fix it with the addition of: diff --git a/meta/recipes-graphics/mesa/mesa.inc

Re: [OE-core] [meta-oe][PATCH] mesa: update to 22.0.0

2022-03-11 Thread Markus Volk
I'll look into it tomorrow Am 11.03.22 um 18:17 schrieb Khem Raj: could you test boot weston and sato images for musl and report back ? On Fri, Mar 11, 2022 at 7:18 AM Markus Volk wrote: - remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch that was applied upstream - adjust

[OE-core] [meta-oe][PATCHv2] mesa: update to 22.0.0

2022-03-11 Thread Markus Volk
- remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch that was applied upstream - adjust 0002-meson.build-make-TLS-ELF-optional.patch - fix patch fuzz License-Update: removed references to deleted code. Signed-off-by: Markus Volk --- ...fine-__NR_futex-if-it-does

[OE-core] [meta-oe][PATCH] mesa: update to 22.0.0

2022-03-11 Thread Markus Volk
- remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch that was applied upstream - adjust 0002-meson.build-make-TLS-ELF-optional.patch - fix patch fuzz Signed-off-by: Markus Volk --- ...fine-__NR_futex-if-it-does-not-exist.patch | 5 ++- ...sdetects-64bit-atomics-on-mips

Re: [OE-core] [meta-oe][PATCH] mesa: update to 22.0.0

2022-03-11 Thread Markus Volk
https://gitlab.freedesktop.org/mesa/mesa/-/commit/d16263cdee95ec48864ad7a0f90275e8a4fd374b As far as I can see , this was the only change. Am 11.03.22 um 17:54 schrieb Richard Purdie: On Fri, 2022-03-11 at 16:18 +0100, Markus Volk wrote: diff --git a/meta/recipes-graphics/mesa/mesa.inc b

[oe-core][PATCH] cairo: update to v1.17.4

2022-03-14 Thread Markus Volk
-remove CVE-2018-19876.patch that was applied upstream -add backported patch to remove automagic from symbol_lookup -switch build system to meson https://www.cairographics.org/news/cairo-1.17.4/ Signed-off-by: Markus Volk --- ...patch-to-make-symbol-lookup-optional.patch | 58

Re: [oe-core][PATCHv2] cairo: update to v1.17.4

2022-03-14 Thread Markus Volk
Am 14.03.22 um 09:21 schrieb Markus Volk: Am 14.03.22 um 09:13 schrieb Alexander Kanavin: 1.17.4 is not a release, it is a development snapshot. Alex Ah, I see. But on gitlab it is not well visible. Thanks and sorry for the noise -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

[oe-core][PATCHv2] cairo: update to v1.17.4

2022-03-14 Thread Markus Volk
-remove CVE-2018-19876.patch that was applied upstream -add backported patch to remove automagic from symbol_lookup -switch build system to meson https://www.cairographics.org/news/cairo-1.17.4/ Signed-off-by: Markus Volk --- ...patch-to-make-symbol-lookup-optional.patch | 58

Re: [oe-core][PATCHv2] cairo: update to v1.17.4

2022-03-14 Thread Markus Volk
sent v2 because i forgot to use ${PV} in SRC_URI Am 14.03.22 um 08:10 schrieb Markus Volk: -remove CVE-2018-19876.patch that was applied upstream -add backported patch to remove automagic from symbol_lookup -switch build system to meson https://www.cairographics.org/news/cairo-1.17.4/ Signed

Re: [oe-core][PATCHv2] cairo: update to v1.17.4

2022-03-14 Thread Markus Volk
Am 14.03.22 um 09:13 schrieb Alexander Kanavin: 1.17.4 is not a release, it is a development snapshot. Alex https://gitlab.freedesktop.org/cairo/cairo/-/tags https://www.cairographics.org/news/ That was not mentioned here. I just thought because 16.0.0 is from 2018 and some things might

Re: [OE-core] [meta-oe][PATCHv2] mesa: update to 22.0.0

2022-03-11 Thread Markus Volk
-11 at 18:20 +0100, Markus Volk wrote: - remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch that was applied upstream - adjust 0002-meson.build-make-TLS-ELF-optional.patch - fix patch fuzz License-Update: removed references to deleted code. Signed-off-by: Markus Volk <

Re: [oe-core][PATCHv2] cairo: update to v1.17.4

2022-03-14 Thread Markus Volk
The SRC_URI prefix changed from http://cairographics.org/releases/ to http://cairographics.org/snapshots/, that should've given you pause. Also: note 'inherit upstream-version-is-even' in the recipe check what's written here https://www.cairographics.org/snapshots/ check what debian is

Re: [oe-core][PATCHv2] cairo: update to v1.17.4

2022-03-14 Thread Markus Volk
Am 14.03.22 um 09:27 schrieb Alexander Kanavin: On Mon, 14 Mar 2022 at 09:21, Markus Volk wrote: https://gitlab.freedesktop.org/cairo/cairo/-/tags https://www.cairographics.org/news/ That was not mentioned here. I just thought because 16.0.0 is from 2018 and some things might have been

Re: [OE-core] nativesdk-mesa fails to build since upgrade to version 22.0.0

2022-03-16 Thread Markus Volk
Hi Matthias, since you have disabled x11 for target ... does it help to also remove it from native and nativesdk ? PACKAGECONFIG:remove:class-native = " x11" PACKAGECONFIG:remove:class-nativesdk = " x11" Regards, Markus Am 16.03.22 um 08:40 schrieb Matthias Klein: Hello, I am using mesa

Re: [OE-core] nativesdk-mesa fails to build since upgrade to version 22.0.0

2022-03-16 Thread Markus Volk
What does happen, if adding dri3 like this? | PACKAGECONFIG:append:class-native = " dri3" | PACKAGECONFIG:append:class-nativesdk = "dri3"| | Am 16.03.22 um 09:17 schrieb Markus Volk: Hi Matthias, since you have disabled x11 for target ... does it help to also re

Re: [OE-core] nativesdk-mesa fails to build since upgrade to version 22.0.0

2022-03-16 Thread Markus Volk
G:append:class-native = " dri3" PACKAGECONFIG:append:class-nativesdk = "dri3" Am 16.03.22 um 09:17 schrieb Markus Volk: Hi Matthias, since you have disabled x11 for target ... does it help to also remove it from native and nativesdk ? PACKAGECONFIG:remove:cla

Re: [OE-core] nativesdk-mesa fails to build since upgrade to version 22.0.0

2022-03-16 Thread Markus Volk
ding. After that I will test the variant regarding dri3. After that I will also do a full/clean build. Afterwards I will report. But it will take a few hours ... Many greetings, Matthias *Von:* openembedded-core@lists.openembedded.org *Im Auftrag von *Markus Volk via lists.openembedded

[OE-core] [meta-oe][PATCH 1/4] xf86-video-intel: add dependencies; remove dri1

2022-03-16 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index

[OE-core] [meta-oe][PATCH 3/4] libva: make buildable for native and nativesdk

2022-03-16 Thread Markus Volk
This prevents an error if trying to add "va" to mesa PACKAGECONFIG Signed-off-by: Markus Volk --- meta/recipes-graphics/libva/libva.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc index

[OE-core] [meta-oe][PATCH 2/4] mesa: align target- and native build

2022-03-16 Thread Markus Volk
--- meta/recipes-graphics/mesa/mesa.inc | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 2a89b8e8f0..116a9ed861 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++

[OE-core] [meta-oe][PATCH 4/4] wayland: provide wayland-client-native and wayland-protocols-native

2022-03-16 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-graphics/wayland/wayland-protocols_1.25.bb | 3 +++ meta/recipes-graphics/wayland/wayland_1.20.0.bb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb b/meta/recipes

[OE-core] [meta-oe][PATCH] libxslt: update to v1.1.35

2022-03-06 Thread Markus Volk
libxslt.doap Add missing options to xsltproc man page Signed-off-by: Markus Volk --- .../libxslt/{libxslt_1.1.34.bb => libxslt_1.1.35.bb}| 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/libxslt/{libxslt_1.1.34.bb => libxslt_1.1.35.bb} (89%) diff

[OE-core] [meta-oe][PATCHv3 1/3] mesa: update to 22.0.0

2022-03-11 Thread Markus Volk
code. Signed-off-by: Markus Volk --- ...fine-__NR_futex-if-it-does-not-exist.patch | 5 ++- ...sdetects-64bit-atomics-on-mips-clang.patch | 8 ++-- ...k-for-all-linux-host_os-combinations.patch | 10 ++--- ...ormat-Check-for-NEON-before-using-it.patch | 10 ++--- ...unt-for-64bit-time_t

[OE-core] [meta-oe][PATCHv3 2/3] gtk+3: remove deprecated option

2022-03-11 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-gnome/gtk+/gtk+3.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 60620eef93..7d50d7bd2e 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta

[OE-core] [meta-oe][PATCHv3 3/3] librsvg: inherit vala

2022-03-11 Thread Markus Volk
this fixes a build error about missing vapigen and enables vapi build Signed-off-by: Markus Volk --- meta/recipes-gnome/librsvg/librsvg_2.52.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.52.5.bb b/meta/recipes-gnome/librsvg

[OE-core] [meta-oe][PATCH] x86-base.inc: replace intel i965 driver with crocus

2022-03-12 Thread Markus Volk
-x11-xserver-1.0-r40.intel_corei7_64 (try to add '--skip-broken' to skip uninstallable packages) Signed-off-by: Markus Volk --- meta/conf/machine/include/x86/x86-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/x86/x86-base.inc b/meta/conf

Re: [OE-core] [meta-oe][PATCH] mesa: update to 22.0.0

2022-03-12 Thread Markus Volk
and report back ? On Fri, Mar 11, 2022 at 7:18 AM Markus Volk wrote: - remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch that was applied upstream - adjust 0002-meson.build-make-TLS-ELF-optional.patch - fix patch fuzz Signed-off-by: Markus Volk --- ...fine-__NR_futex-if-it-does

Re: [OE-core] [meta-oe][PATCHv3 3/3] librsvg: inherit vala

2022-03-12 Thread Markus Volk
Am 12.03.22 um 14:32 schrieb Richard Purdie: On Sat, 2022-03-12 at 08:30 +0100, Markus Volk wrote: this fixes a build error about missing vapigen and enables vapi build Signed-off-by: Markus Volk --- meta/recipes-gnome/librsvg/librsvg_2.52.5.bb | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [meta-oe][PATCHv3 3/3] librsvg: inherit vala

2022-03-12 Thread Markus Volk
Am 12.03.22 um 16:25 schrieb Markus Volk: Am 12.03.22 um 14:32 schrieb Richard Purdie: On Sat, 2022-03-12 at 08:30 +0100, Markus Volk wrote: this fixes a build error about missing vapigen and enables vapi build Signed-off-by: Markus Volk ---   meta/recipes-gnome/librsvg/librsvg_2.52.5.bb

Re: [OE-core][PATCH] bitbake.conf: add ssh-keygen to HOSTTOOLS_NONFATAL

2022-02-25 Thread Markus Volk
Am 25.02.22 um 16:47 schrieb Richard Purdie: On Fri, 2022-02-18 at 08:35 +0100, Markus Volk wrote: Gnome Seahorse needs an external ssh-keygen to build and there is no provider for it in yocto/oe. openssh-native is not allowed to build and if allowed there are problems building

[OE-core][PATCH] bitbake.conf: add ssh-keygen to HOSTTOOLS_NONFATAL

2022-02-17 Thread Markus Volk
-keygen. Signed-off-by: Markus Volk --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fba99e8f0c..15ea0bc29e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -499,7 +499,7

[OE-core][PATCH] seatd: build systemd backend if DISTRO_FEATURE systemd is set

2022-02-08 Thread Markus Volk
Add libsystemd dependency if we have systemd in DISTRO_FEATURES. This is needed to build the systemd backend. Projects that use seatd to hook into logind (e.g. wlroots) fail to properly login without it. Signed-off-by: Markus Volk --- meta/recipes-core/seatd/seatd_0.6.3.bb | 7 +-- 1 file

Re: [OE-core] [meta-gnome][PATCH 2/2] folks: initial add recipe

2022-01-20 Thread Markus Volk
mmmh. Whats the error message ? I can build folks like this for aarch64 and x86-64 Am 20.01.22 um 21:11 schrieb Khem Raj: +SUMMARY = "Folks is a contact aggregation library." +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM ="file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" + +DEPENDS = " \ +

Re: [OE-core] [meta-gnome][PATCH 2/2] folks: initial add recipe

2022-01-20 Thread Markus Volk
und, tried pkgconfig On Thu, Jan 20, 2022 at 12:22 PM Markus Volk wrote: mmmh. Whats the error message ? I can build folks like this for aarch64 and x86-64 Am 20.01.22 um 21:11 schrieb Khem Raj: +SUMMARY = "Folks is a contact aggregation library." +LICENSE = "LGPLv2.1" +LIC_FIL

[OE-core][PATCH 1/2] python3-dbusmock: add BBCLASSEXTEND = "native nativesdk"

2022-01-20 Thread Markus Volk
Gnome 'folks' backends depend on python3-dbusmock-native Signed-off-by: Markus Volk --- meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb b/meta/recipes-devtools/python/python3

[OE-core][PATCH 2/2] libical: build gobject and vala introspection

2022-01-20 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-support/libical/libical_3.0.12.bb | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libical/libical_3.0.12.bb b/meta/recipes-support/libical/libical_3.0.12.bb index b2b2211b9b..fef569ea64

[OE-core][PATCHv2] libical: build gobject and vala introspection

2022-01-20 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-support/libical/libical_3.0.12.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libical/libical_3.0.12.bb b/meta/recipes-support/libical/libical_3.0.12.bb index b2b2211b9b..614a76ba5b 100644 --- a/meta

Re: [OE-core][PATCH 2/2] libical: build gobject and vala introspection

2022-01-20 Thread Markus Volk
:41, Markus Volk <mailto:f_...@t-online.de>> wrote: +EXTRA_OECMAKE += "-DGOBJECT_INTROSPECTION=ON" This needs to be conditionally enabled similar to webkitgtk recipe:                 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_INTROSPECTION=ON', '-DENABLE_IN

Re: [OE-core] [meta-oe][PATCH 2/2] gspell: inherit vala

2022-01-21 Thread Markus Volk
-gnome/README git send-email -M -1 --to openembedded-de...@lists.openembedded.org --subject-prefix='meta-gnome][PATCH' Oh it seems that Khem already suggested that for another thread so I'm not sure if he picked this up. It's not in master or master-next. ../Randy On 2022-01-19 09:24, Markus Volk

[OE-core] [meta-oe][PATCH 1/2] gmime: inherit vala

2022-01-19 Thread Markus Volk
This is needed to get the vala gir files created (needed e.g. to build geary). Signed-off-by: Markus Volk --- meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb b/meta-oe/recipes-gnome/gmime

[OE-core] [meta-oe][PATCH 2/2] gspell: inherit vala

2022-01-19 Thread Markus Volk
This is needed to get the vala gir files created (needed e.g. to build geary). Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb b/meta-gnome/recipes

[OE-core] [meta-gnome][PATCH 2/2] folks: initial add recipe

2022-01-20 Thread Markus Volk
Signed-off-by: Markus Volk --- .../folks/folks_0.15.4.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb b/meta-gnome

[OE-core] [meta-gnome][PATCH 1/2] geary: initial add recipe

2022-01-20 Thread Markus Volk
Signed-off-by: Markus Volk --- .../recipes-connectivity/geary/geary_40.0.bb | 54 +++ 1 file changed, 54 insertions(+) create mode 100644 meta-gnome/recipes-connectivity/geary/geary_40.0.bb diff --git a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb b/meta-gnome/recipes

Re: [OE-core] [PATCH] python3-dbusmock: Add native recipe

2022-01-24 Thread Markus Volk
The python3-dbusmock dependency could be dropped if folks is build with EXTRA_OEMESON += "-Dtests=false" Am 25.01.22 um 06:53 schrieb Markus Volk: https://gitlab.gnome.org/GNOME/folks/-/blob/master/meson.build#L112 it's needed for the bluez test Am 24.01.22 um 20:38 schrieb R

Re: [OE-core] [PATCH] python3-dbusmock: Add native recipe

2022-01-24 Thread Markus Volk
https://gitlab.gnome.org/GNOME/folks/-/blob/master/meson.build#L112 it's needed for the bluez test Am 24.01.22 um 20:38 schrieb Ross Burton: Seems like a workaround for a bad dependency. Can this be disabled in folks? Ross On Mon, 24 Jan 2022 at 18:12, Khem Raj wrote: Needed by apps like

Re: [OE-core][PATCHv2] libical: build gobject and vala introspection

2022-01-25 Thread Markus Volk
2022-01-21 at 04:56 +0100, Markus Volk wrote: Signed-off-by: Markus Volk --- meta/recipes-support/libical/libical_3.0.12.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libical/libical_3.0.12.bb b/meta/recipes-support/libical/libical_3.0.1

Re: [OE-core][PATCHv2] libical: build gobject and vala introspection

2022-01-25 Thread Markus Volk
but with this no gir files are created at all Am 25.01.22 um 15:39 schrieb Markus Volk: it also compiles here like this: EXTRA_OECMAKE:class-target += "-DGObjectIntrospection_COMPILER=${STAGING_BINDIR}/g-ir-compiler-wrapper" EXTRA_OECMAKE:class-target += "-DGObjectIntros

Re: [OE-core][PATCHv2] libical: build gobject and vala introspection

2022-01-25 Thread Markus Volk
no idea why i have to explicitly disable ICAL_BUILD_DOCS or it'll fail with linker error. But nevertheless. This may also help Am 25.01.22 um 15:27 schrieb Markus Volk: it doesn't break on my machine but according to the log it fails at trying to create gir for native.  Does this line he

[oe-core][PATCHv3] libical: build gobject and vala introspection

2022-01-25 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-support/libical/libical_3.0.12.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libical/libical_3.0.12.bb b/meta/recipes-support/libical/libical_3.0.12.bb index b2b2211b9b..832d244672 100644 --- a/meta

Re: [OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Markus Volk
also had this issue and found out, that the bluetooth service did come up, once bluetooth was enabled My fix was to edit like this ReadWritePaths=:/var/lib/bluetooth The colon ensures that the service won't fail if the directory doesn't exist Am 08.04.22 um 13:01 schrieb Yi Zhao: On

Re: [oe-core][PATCH] glib-networking: build with gnutls support

2022-04-10 Thread Markus Volk
Am 11.04.22 um 06:25 schrieb Andre McCurdy: On Sun, Apr 10, 2022 at 10:29 AM Markus Volk wrote: this fixes authentication issues with geary and tls connection Signed-off-by: Markus Volk --- meta/recipes-core/glib-networking/glib-networking_2.72.0.bb | 2 +- meta/recipes-support/gnutls

[oe-core][PATCH] mesa: add intel raytracing support to opencl build

2023-09-07 Thread Markus Volk
-clc - Automatically build Intel Vulkan ray tracing support if the opencl packageconfig was added Signed-off-by: Markus Volk --- ...llow-using-intel_clc-from-the-system.patch | 99 +++ meta/recipes-graphics/mesa/mesa.inc | 15 ++- 2 files changed, 112 insertions(+), 2

Re: [oe-core][PATCHv2] mesa: add intel raytracing support to opencl build

2023-09-07 Thread Markus Volk
v2 adds mesa-native to DEPENDS only when needed On Thu, Sep 7 2023 at 10:33:20 AM +02:00:00, Markus Volk wrote: Recently mesa added a patch that allows to cross-compile Intel Vulkan ray tracing support. - Backport this patch - Build and install intel_clc for mesa-native - Add a dependency

[oe-core][PATCHv2] mesa: add intel raytracing support to opencl build

2023-09-07 Thread Markus Volk
-clc - Automatically build Intel Vulkan ray tracing support if the opencl packageconfig was added Signed-off-by: Markus Volk --- ...llow-using-intel_clc-from-the-system.patch | 99 +++ meta/recipes-graphics/mesa/mesa.inc | 15 ++- 2 files changed, 112 insertions(+), 2

[oe-core][PATCH] libportal: upgrade 0.6 -> 0.7.1

2023-09-15 Thread Markus Volk
Signed-off-by: Markus Volk --- .../libportal/{libportal_0.6.bb => libportal_0.7.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libportal/{libportal_0.6.bb => libportal_0.7.1.bb} (81%) diff --git a/meta/recipes-gnome/libportal/libportal_

[oe-core][PATCH 1/4] libxmlb: import recipe from meta-oe

2023-09-17 Thread Markus Volk
appstream has a dependency on it - add a patch to fix a reproducibility and runtime issue with ptest ptest completes without error Signed-off-by: Markus Volk --- ...xb-selftest.c-hardcode-G_TEST_SRCDIR.patch | 35 +++ meta/recipes-gnome/libxmlb/libxmlb/run-ptest | 3

[oe-core][PATCH 3/4] libadwaita: upgrade 1.3.4 -> 1.4.0

2023-09-17 Thread Markus Volk
- Slovak - Swedish - Turkish Signed-off-by: Markus Volk --- .../libadwaita/{libadwaita_1.3.4.bb => libadwaita_1.4.0.bb} | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) rename meta/recipes-gnome/libadwaita/{libadwaita_1.3.4.bb => libadwaita_1.4.0.bb} (74%) diff --git a/met

[oe-core][PATCH 4/4] maintainers.inc: add missing entries for appstream and libxmlb

2023-09-17 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/conf/distro/include/maintainers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 3619588ae6..4caf137b5d 100644 --- a/meta/conf/distro/include/maintainers.inc

[oe-core][PATCH 2/4] appstream: import recipe from meta-oe

2023-09-17 Thread Markus Volk
libadwaita 1.4.0 has a dependency on it Signed-off-by: Markus Volk --- ...-meson-do-not-rely-on-an-exe-wrapper.patch | 36 +++ .../0001-remove-hardcoded-path.patch | 31 + .../appstream/appstream_0.16.3.bb | 45 +++ 3 files changed

[oe-core][PATCH 1/2] qemu: build pulseaudio support depending on distro_feature

2023-08-24 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-devtools/qemu/qemu_8.0.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu_8.0.4.bb b/meta/recipes-devtools/qemu/qemu_8.0.4.bb index 5d3c47c3b0..84ee0bcc49 100644 --- a/meta/recipes-devtools/qemu

[oe-core][PATCH 2/2] qemu: add packageconfigs for fuse and dbus-display

2023-08-24 Thread Markus Volk
glib-2.0-native is needed to provide gdbus-codegen Signed-off-by: Markus Volk --- meta/recipes-devtools/qemu/qemu.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4311414d4a..82a7b361b1 100644 --- a/meta

[oe-core][PATCH] mesa: upgrade 23.1.3 -> 23.1.7

2023-09-12 Thread Markus Volk
Signed-off-by: Markus Volk --- .../mesa/{mesa-gl_23.1.3.bb => mesa-gl_23.1.7.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_23.1.3.bb => mesa_23.1.7.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-)

[oe-core][PATCHv2] RFC: import libxmlb and appstream from meta-oe

2023-09-08 Thread Markus Volk
The upcoming libadwaita update will have a required dependency on appstream, so these will be required in oe-core. In order to be able to use snowball for appstream by default, also libstemmer would need to be moved. Signed-off-by: Markus Volk --- meta/conf/distro/include/maintainers.inc

Re: [oe-core][PATCHv3] RFC: import libxmlb and appstream from meta-oe

2023-09-08 Thread Markus Volk
v3 removes the :append from SRC_URI because we dont need to differ between native/target anymore On Fri, Sep 8 2023 at 05:15:41 PM +02:00:00, Markus Volk wrote: The upcoming libadwaita update will have a required dependency on appstream, so these will be required in oe-core. In order

[oe-core][PATCHv3] RFC: import libxmlb and appstream from meta-oe

2023-09-08 Thread Markus Volk
The upcoming libadwaita update will have a required dependency on appstream, so these will be required in oe-core. In order to be able to use snowball for appstream by default, also libstemmer would need to be moved. Signed-off-by: Markus Volk --- meta/conf/distro/include/maintainers.inc

[RFC][oe-core][PATCH] RFC: import libxmlb and appstream from meta-oe

2023-09-08 Thread Markus Volk
The upcoming libadwaita update will have a required dependency on appstream, so these will be required in oe-core. In order to be able to use snowball for appstream by default, also libstemmer would need to be moved. Signed-off-by: Markus Volk --- meta/conf/distro/include/maintainers.inc

Re: [RFC][oe-core][PATCH] RFC: import libxmlb and appstream from meta-oe

2023-09-08 Thread Markus Volk
On Fri, Sep 8 2023 at 03:43:49 PM +02:00:00, Alexander Kanavin wrote: Is it super hard to patch epiphany so that libadwaita is optional? I don't think that this is possible with gtk4 I'm fine with splitting the patch if needed, but I believe that both of the changes are inappropriate for

Re: [RFC][oe-core][PATCH] RFC: import libxmlb and appstream from meta-oe

2023-09-08 Thread Markus Volk
On Fri, Sep 8 2023 at 03:45:34 PM +02:00:00, Alexander Kanavin wrote: 0001-fix-crosscompile.patch needs to be split in two, both parts properly described and submitted upstream. The good news is, that the first issue seems to be fixed with the latest appstream update. I'll send an update

Re: [oe-core][RFC][PATCH] vala.bbclass: enable vapi build if class is inherited

2023-11-07 Thread Markus Volk
On Tue, Nov 7 2023 at 11:06:26 AM +01:00:00, Alexander Kanavin wrote: There is quite a bit more recipes in core that inherit vala. Shouldn't they be as well tweaked to rely on the class doing the right thing? yes, and I build almost all of them regulary. On a first look it seems like they

[oe-core][RFC][PATCH] vala.bbclass: enable vapi build if class is inherited

2023-11-07 Thread Markus Volk
Try to enable vapi build automatically if GI_DATA_ENABLED = True. Do it basically the same way it is done for gi Signed-off-by: Markus Volk --- meta/classes-recipe/vala.bbclass | 23 +++ .../libdazzle/libdazzle_3.44.0.bb | 1 + .../appstream

Re: [oe-core][RFC][PATCH] vala.bbclass: enable vapi build if class is inherited

2023-11-07 Thread Markus Volk
On Tue, Nov 7 2023 at 11:18:15 AM +01:00:00, Markus Volk wrote: Shouldn't they be as well tweaked to rely on the class doing the right thing? functionwise its been ok but I've found some additional things to cleanup, so I'll send a v2. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[oe-core][RFC][PATCHv2] vala.bbclass: enable vapi build if class is inherited

2023-11-07 Thread Markus Volk
Try to enable vapi build automatically if GI_DATA_ENABLED = True. Do it basically the same way it is done for gi Signed-off-by: Markus Volk --- meta/classes-recipe/vala.bbclass | 23 +++ meta/recipes-gnome/gcr/gcr_4.1.0.bb | 2 -- .../libadwaita

[oe-core][PATCH] libcroco: drop recipe

2023-10-29 Thread Markus Volk
libcroco has been deprecated and was archived by the gnome-project https://gitlab.gnome.org/Archive/libcroco Signed-off-by: Markus Volk --- meta/conf/distro/include/maintainers.inc | 1 - .../gettext/gettext/use-pkgconfig.patch | 319 +- meta/recipes-core/gettext

Re: [oe-core][PATCH] vte: upgrade 2.72.2 -> 2.74.0

2023-09-19 Thread Markus Volk
On Tue, Sep 19 2023 at 02:02:48 PM +02:00:00, Alexander Kanavin wrote: rxvt or indeed gnome-terminal) 'foot' is also a really cool terminal. Its fast and does a lot of things just right in my opinion. But its Wayland only and doesn't integrate well into Gnome. Instead it is great under

Re: [oe-core][PATCH] vte: upgrade 2.72.2 -> 2.74.0

2023-09-19 Thread Markus Volk
Under gnome, gnome-terminal is virtually without alternative ... so for me. it is the only terminal that has a plugin for nautilus and I want 'open in terminal' to work in nautilus On Tue, Sep 19 2023 at 02:12:03 PM +02:00:00, Markus Volk wrote: On Tue, Sep 19 2023 at 02:02:48 PM +02:00:00

Re: [oe-core][PATCH] vte: upgrade 2.72.2 -> 2.74.0

2023-09-19 Thread Markus Volk
On Tue, Sep 19 2023 at 02:02:48 PM +02:00:00, Alexander Kanavin wrote: I guess once gnome-terminal is ported I guess that won't happen. gnome will switch to instead of porting -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[oe-core][PATCH 2/2] mesa: Upgrade 23.1.7 -> 23.1.8

2023-09-21 Thread Markus Volk
Signed-off-by: Markus Volk --- .../mesa/{mesa-gl_23.1.7.bb => mesa-gl_23.1.8.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_23.1.7.bb => mesa_23.1.8.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-)

[oe-core][PATCH 1/2] gtk4: Upgrade 4.12.1 -> 4.12.2

2023-09-21 Thread Markus Volk
Spanish Turkish Signed-off-by: Markus Volk --- meta/recipes-gnome/gtk+/{gtk4_4.12.1.bb => gtk4_4.12.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gtk+/{gtk4_4.12.1.bb => gtk4_4.12.2.bb} (98%) diff --git a/meta/recipes-gnome/gtk+/gtk4_4.12.1.bb

Re: [OE-core] [PATCH v2] adwaita-icon-theme: 43 -> 45.0

2023-09-21 Thread Markus Volk
GTKIC_VERSION = "4" this line might be added to use gtk4 update-gtk-icon-cache ? and probably also the DEPENDS line could be removed ? On Thu, Sep 21 2023 at 10:40:49 AM +02:00:00, Alexander Kanavin wrote: On Thu, 21 Sept 2023 at 10:34, Markus Volk <mailto:f_...@t-online.de>

Re: [OE-core] [PATCH v2] adwaita-icon-theme: 43 -> 45.0

2023-09-21 Thread Markus Volk
On Thu, Sep 21 2023 at 11:51:03 AM +02:00:00, Alexander Kanavin wrote: Markus, please. This is shotgun debugging Of course it is, and these are things I wouldn't expect to fix the specific issue. But they would be useful anyway I thought -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-22 Thread Markus Volk
On Thu, Sep 21 2023 at 10:59:44 PM +02:00:00, Alexandre Belloni wrote: BTW, I'd like you to test patches before sending because you claimed this was tested with oe-core but this was definitively not. The fact that we are at v6 and this still breaks builds so early is very annoying. Believe

[oe-core][PATCHv7] vte: upgrade 2.72.2 -> 2.74.0

2023-09-22 Thread Markus Volk
ing on DISTRO_FEATURE - install systemd support files depending on DISTRO_FEATURE - update 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch Signed-off-by: Markus Volk --- ...EXITCODE-macro-for-non-glibc-systems.patch | 35 --- .../vte/{vte_0.72.2.bb => vte_0.74.0.bb}

[oe-core][PATCHv3] vte: upgrade 2.72.2 -> 2.74.0

2023-09-20 Thread Markus Volk
tk4-nativesdk - install systemd support files depending on DISTRO_FEATURE - update 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch Signed-off-by: Markus Volk --- meta/recipes-gnome/gtk+/gtk4_4.12.1.bb| 2 +- .../xorg-lib/libxkbcommon_1.5.0.bb| 2 +- .../xorg-lib/xkeybo

Re: [oe-core][PATCHv3] vte: upgrade 2.72.2 -> 2.74.0

2023-09-20 Thread Markus Volk
On Wed, Sep 20 2023 at 11:09:26 AM +02:00:00, Alexander Kanavin wrote: in this case it would be better to drop nativesdk option from vte The challange I guess would be to not build nativesdk for gtk+3/gtk4. As long as we allow to build them for nativesdk, vte will also depend on it.

Re: [oe-core][PATCHv3] vte: upgrade 2.72.2 -> 2.74.0

2023-09-20 Thread Markus Volk
On Wed, Sep 20 2023 at 11:16:21 AM +02:00:00, Alexander Kanavin wrote: Not at all. If X depends on Y, and Y is enabled for nativesdk, that doesn't mean that X needs that as well. matchbox-terminal depends on vte, but isn't enabled for nativesdk. Of course, you are right. I'll do a 'bitbake

[oe-core][PATCHv4] vte: upgrade 2.72.2 -> 2.74.0

2023-09-20 Thread Markus Volk
tk4 dependency - install systemd support files depending on DISTRO_FEATURE - update 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch Signed-off-by: Markus Volk --- ...EXITCODE-macro-for-non-glibc-systems.patch | 35 --- .../vte/{vte_0.72.2.bb => vte_0.74.0.bb}

Re: [oe-core][PATCH 1/4] libxmlb: import recipe from meta-oe

2023-09-18 Thread Markus Volk
On Mon, Sep 18 2023 at 12:24:40 PM +01:00:00, Richard Purdie wrote: (and I suspect warnings from other targets will follow) yes, I noticed that too. However, I couldn't decide where it had to be entered and whether at all. That's why I left this question open -=-=-=-=-=-=-=-=-=-=-=-

[oe-core][PATCHv2] libxmlb: import recipe from meta-oe

2023-09-18 Thread Markus Volk
appstream has a dependency on it - add a patch to fix a reproducibility and runtime issue with ptest ptest completes without error - add the recipe to ptest-packagelists.inc Signed-off-by: Markus Volk --- .../distro/include/ptest-packagelists.inc | 1 + ...xb-selftest.c-hardcode

Re: [OE-core] [PATCH v2] adwaita-icon-theme: 43 -> 45.0

2023-09-21 Thread Markus Volk
On Thu, Sep 21 2023 at 04:16:42 PM +08:00:00, Kai Kang wrote: Yes, it is caused by the update. I'll check the root cause. Maybe it is somehow related to ${prefix}/share and replacing by ${datadir} would help? This fixed an issue I had with gnome-themes-extra

  1   2   3   4   5   6   7   >