Re: [meta-intel] [PATCH 0/2] RMC: update

2016-12-01 Thread Saul Wold
On Mon, 2016-11-28 at 14:00 -0800, Jianxun Zhang wrote: > This work is to update rmc and other components in meta-intel to > reflect > the latest changes happened in the upstream rmc project. Please refer > to > the commit messages and annotations for additional information. > Chang, I am seeing

Re: [meta-intel] [PATCH] gstreamer-vaapi and libva: check for opengl feature.

2016-12-01 Thread Ylinen, Mikko
Hi, On Thu, Dec 1, 2016 at 10:09 AM, Puustinen, Ismo wrote: > > While these patches are the same, I would prefer if we had 2 distinct > > patches for libva and gstreamer-vaapi. > > Ok, I'll split the patch in two. > > > Is this related to what Mikko found recently with

[meta-intel] [PATCH 1/2] libva: check for "opengl" feature

2016-12-01 Thread Ismo Puustinen
In case "opengl" is missing from DISTRO_FEATURES, libva fails to satisfy its dependencies. The dependency check is done by BitBake when meta-world-pkgdata gathers information about all available packages during image builds, even if libva isn't included in the build. This patch makes libva recipe

Re: [meta-intel] [PATCH] gstreamer-vaapi and libva: check for opengl feature.

2016-12-01 Thread Puustinen, Ismo
> While these patches are the same, I would prefer if we had 2 distinct > patches for libva and gstreamer-vaapi. Ok, I'll split the patch in two. > Is this related to what Mikko found recently with gstreamer-plugins- > bad?  I believe there was a missing dependency there also. I think this is