Re: [OE-core] [PATCH 08/23] mesa: enable native and nativesdk variants

2019-01-15 Thread Alexander Kanavin
On Mon, 14 Jan 2019 at 17:05, Burton, Ross wrote: >> -ANY_OF_DISTRO_FEATURES = "opengl vulkan" >> +ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan" > > > Sounds like this means we should be fiddling the native DISTRO_FEATURES > instead of making a distro feature check target-only. The

Re: [OE-core] [PATCH 08/23] mesa: enable native and nativesdk variants

2019-01-14 Thread Burton, Ross
On Mon, 14 Jan 2019 at 15:05, Alexander Kanavin wrote: > -ANY_OF_DISTRO_FEATURES = "opengl vulkan" > +ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan" Sounds like this means we should be fiddling the native DISTRO_FEATURES instead of making a distro feature check target-only. Ross --

[OE-core] [PATCH 08/23] mesa: enable native and nativesdk variants

2019-01-14 Thread Alexander Kanavin
Note that only the most minimal necessary subset of mesa is built; particularly we don't build any drivers as that is offloaded to the GL implementation provided by the host. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/mesa/mesa.inc | 12 +--- 1 file changed, 9