[meta-intel] [PATCH 1/3] linux-yocto/4.1: Update from v4.1.33 to v4.1.35

2016-11-30 Thread California Sullivan
Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend | 6 +++--- common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- common/recipes-kernel/linux/linux-yocto_4.1.bbappend | 6 +++--- 3 files

[meta-intel] [PATCH 2/3] linux-yocto/4.4: Update from v4.4.26 to v4.4.32

2016-11-30 Thread California Sullivan
This patch brings in many backlogged stable updates as well as a few additional i915 driver backports. The kernel-cache was also updated, fixing an mei configuration issue in core2 and quark BSPs. Signed-off-by: California Sullivan ---

[meta-intel] [PATCH 3/3] linux-yocto/4.8: Update from v4.8.3 to v4.8.10

2016-11-30 Thread California Sullivan
Stable backports and a fix to the mei configuration in core2 and quark. Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-yocto-rt_4.8.bbappend | 6 +++--- common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend | 6 +++---

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

2016-11-30 Thread Wold, Saul
On Wed, 2016-11-30 at 16:26 +0200, Ismo Puustinen wrote: > 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

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

2016-11-30 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