Re: [yocto] wpewebkit, cog and libgles2

2019-07-18 Thread Andy Pont
I wrote... The conf/distro/poky-atmel.conf file in meta-atmel contains the following line: DISTRO_FEATURES_remove ?= "opengl wayland x11 3g nfc pulseaudio” Switching back to the regular DISTRO = “poky” seems to have got it building again. Switching back to poky caused a whole host of other

Re: [yocto] wpewebkit, cog and libgles2

2019-07-16 Thread Andy Pont
Ross wrote... Search that until you find the DISTRO_FEATURES= and see if it it contains opengl. It presumably doesn't, and above the assignment it will tell you what removed it (or the absence of something adding it). The conf/distro/poky-atmel.conf file in meta-atmel contains the following

Re: [yocto] wpewebkit, cog and libgles2

2019-07-16 Thread Burton, Ross
On Tue, 16 Jul 2019 at 18:37, Andy Pont wrote: > ERROR: Nothing PROVIDES 'libepoxy' (but > /home/me/yocto/sources/meta-webkit/recipes-browser/wpewebkit/wpewebkit_2.24.2.bb > DEPENDS on or otherwise requires it) > libepoxy was skipped: missing required distro feature 'opengl' (not in >

Re: [yocto] wpewebkit, cog and libgles2

2019-07-16 Thread Andy Pont
Joshua wrote... I’m confused now as there appears to be two active meta layers that support WPE WebKit. The one you reference meta-wpe and the one I was originally using meta-webkit (https://github.com/Igalia/meta-webkit) as that was the one that included Cog. Is one preferred to the other?

Re: [yocto] wpewebkit, cog and libgles2

2019-07-16 Thread Joshua Watt
On 7/16/19 8:43 AM, Andy Pont wrote: Ross wrote... Well the libwpe build script says this: find_package(EGL REQUIRED) (https://github.com/WebPlatformForEmbedded/libwpe/blob/master/CMakeLists.txt) I’m confused now as there appears to be two active meta layers that support WPE WebKit. The

Re: [yocto] wpewebkit, cog and libgles2

2019-07-16 Thread Andy Pont
Ross wrote... Well the libwpe build script says this: find_package(EGL REQUIRED) (https://github.com/WebPlatformForEmbedded/libwpe/blob/master/CMakeLists.txt) I’m confused now as there appears to be two active meta layers that support WPE WebKit. The one you reference meta-wpe and the one

Re: [yocto] wpewebkit, cog and libgles2

2019-07-16 Thread Burton, Ross
On Tue, 16 Jul 2019 at 13:53, Andy Pont wrote: > I am building for a Microchip (Atmel) SAMA5D2 using meta-atmel. We don’t > need OpenGL or 3D support - hence one of the reasons for picking the SAMA5D2 > which doesn’t have a hardware GPU. > > The options appear to be to either add software

[yocto] wpewebkit, cog and libgles2

2019-07-16 Thread Andy Pont
Hello, I am trying to add wpewebkit and the cog browser on top of a core-image-minimal build using Warrior. When I try to build bitbake gives me the following output: ERROR: Nothing PROVIDES 'virtual/egl' (but