Re: [OE-core] [PATCH 2/7] bitbake.conf: do not set native opengl distro feature from target

2023-03-16 Thread Alexander Kanavin
I just sent a revised patchset that drops this patch and addresses the sstatetests failure below. I did not run it through AB, but I don't expect breakage. Alex On Wed, 15 Mar 2023 at 14:38, Alexandre Belloni wrote: > > Hello, > > I did a build without this patch (as requested by Richard) and

Re: [OE-core] [PATCH 2/7] bitbake.conf: do not set native opengl distro feature from target

2023-03-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, I did a build without this patch (as requested by Richard) and this fails: https://autobuilder.yoctoproject.org/typhoon/#builders/127/builds/1108/steps/15/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#builders/80/builds/4881/steps/14/logs/stdio

Re: [OE-core] [PATCH 2/7] bitbake.conf: do not set native opengl distro feature from target

2023-03-14 Thread Alexander Kanavin
On second thought I'm not sure anymore. The issue comes from items requiring -native versions of themselves, and REQUIRED_DISTRO_FEATURES (which skips unbuildable recipes) doesn't cross that boundary. If opengl is in target features, but not in native features, then it won't figure out that

Re: [OE-core] [PATCH 2/7] bitbake.conf: do not set native opengl distro feature from target

2023-03-14 Thread Alexander Kanavin
This means opengl has to be added to DISTRO_FEATURES_NATIVE for this build. I'll send a patch. Alex On Tue, 14 Mar 2023 at 00:10, Khem Raj wrote: > > also seeing below errors which are related too > > ERROR: Nothing PROVIDES 'gtk4-native' (but >

Re: [OE-core] [PATCH 2/7] bitbake.conf: do not set native opengl distro feature from target

2023-03-13 Thread Khem Raj
also seeing below errors which are related too ERROR: Nothing PROVIDES 'gtk4-native' (but /mnt/b/yoe/master/sources/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.5.bb, /mnt/b/yoe/master/

Re: [OE-core] [PATCH 2/7] bitbake.conf: do not set native opengl distro feature from target

2023-03-13 Thread Khem Raj
I am seeing waylandpp failing to build and YP layer compatibility tests failing. https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2557/steps/11/logs/stdio On Sun, Mar 12, 2023 at 7:51 AM Alexander Kanavin wrote: > > This makes native opengl (and thus accelerated graphics in