[OE-core] [PATCH] virglrenderer: requires distro feature opengl

Richard Purdie richard.purdie at linuxfoundation.org
Tue Mar 12 22:35:29 UTC 2019


On Tue, 2019-03-12 at 10:33 +0000, Burton, Ross wrote:
> On Tue, 12 Mar 2019 at 01:23, <kai.kang at windriver.com> wrote:
> > +REQUIRED_DISTRO_FEATURES = "opengl"
> > +REQUIRED_DISTRO_FEATURES_class-native = ""
> > +REQUIRED_DISTRO_FEATURES_class-nativesdk = ""
> 
> I suspect you can drop the native/nativesdk overrides here, as
> DISTRO_FEATURES is overridden in those builds.

I suspect it is needed since we clear DISTRO_FEATURES to a small subset
for native/nativesdk and hence opengl won't be present. If its not
present, virglrenderer-native will then not build.

We may need to rethink how we're using the native distro features.
Maybe when you add virglrender-native, you need to add opengl to the
native distro features? We could change qemu config based upon that?

It would be good to confirm my above guess is correct...

Cheers,

Richard



More information about the Openembedded-core mailing list