[meta-intel] [PATCH] xf86-video-mga: Upgrade 1.6.2 -> 1.6.4

2015-05-07 Thread Jussi Kukkonen
This update allows successfully building with xserver-xorg 1.17. Signed-off-by: Jussi Kukkonen --- .../xorg-driver/{xf86-video-mga_1.6.2.bb => xf86-video-mga_1.6.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename common/recipes-graphics/xorg-driver/{xf86-video-mga_1.6.2

Re: [meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade to 0.6.0 (v2)

2015-08-11 Thread Jussi Kukkonen
On 11 August 2015 at 15:15, Lim, Siew Hoon wrote: > >> From: Burton, Ross [mailto:ross.bur...@intel.com] >> Sent: Tuesday, August 11, 2015 7:15 PM >> To: Lim, Siew Hoon >> Cc: meta-intel@yoctoproject.org; Ho, Nee Shen >> Subject: Re: [meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade to 0.6.0 (v2)

Re: [meta-intel] [PATCH 3/3] libva-intel-driver: Update to 1.6.0

2015-08-13 Thread Jussi Kukkonen
On 13 August 2015 at 09:09, Lim, Siew Hoon wrote: > >> On 23 July 2015 at 10:46, Lim Siew Hoon wrote: >> +Tested-by: Lim, Siew Hoon >> +Signed-off-by: Zhao Yakui > >> Missing Upstream-Status: Backport. > > Sorry. Ok, I will add in. > I'm now a bit confused. Which upstream status I should be usi

Re: [meta-intel] Current GStreamer base and VAAPI libraries in poky + meta-intel unable to support HEVC/H265 decoding due to outdated version ?

2015-09-14 Thread Jussi Kukkonen
On 14 September 2015 at 10:45, Ahmad, Mohd Azril wrote: > Hi all, > > > > I’m currently testing the HEVC/H265 decoding by using the GStreamer-VAAPI > and from the latest master commit that I’ve pulled (from poky and > meta-intel), it seems that these two layers still contained the old version > o

[meta-intel] intel-gpu-tools fails to build with man pages

2015-11-12 Thread Jussi Kukkonen
Hi, Current intel-gpu-tools seems to fail to build if rst2man program is available: * man pages are only built if rst2man is found * the source file for a man page, intel_reg.rst, is apparently not included in 1.11 tarball Second issue seems to be fixed in 1.12. Would be nice to have reproducib

[meta-intel] [PATCH] gstreamer-vaapi: Remove deprecated configure option

2016-01-20 Thread Jussi Kukkonen
0.6 removed support for GStreamer 0.10, and also removed the configure option for selecting the supported api (it now always autodetects the 1.x api). Signed-off-by: Jussi Kukkonen --- common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb | 2 -- common/recipes-multimedia/gstreamer

[meta-intel] [PATCH] canterbury-corpus: Use base_libdir in FILES

2016-05-23 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb b/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb index

Re: [meta-intel] [PATCH] canterbury-corpus: Use base_libdir in FILES

2016-05-23 Thread Jussi Kukkonen
On 23 May 2016 at 14:48, Burton, Ross wrote: > > On 23 May 2016 at 12:41, Jussi Kukkonen wrote: >> >> -FILES_${PN} = "/lib/firmware/*" >> +FILES_${PN} = "${base_libdir}/firmware/*" > > > If these files are being loaded by the kernel firmware l

Re: [meta-intel] [PATCH] canterbury-corpus: Use base_libdir in FILES

2016-05-23 Thread Jussi Kukkonen
On 23 May 2016 at 14:48, Burton, Ross wrote: > > On 23 May 2016 at 12:41, Jussi Kukkonen wrote: >> >> -FILES_${PN} = "/lib/firmware/*" >> +FILES_${PN} = "${base_libdir}/firmware/*" > > If these files are being loaded by the kernel firmware load

[meta-intel] [PATCH] xf86-video-mga: Backport ABI 23 fix

2016-11-16 Thread Jussi Kukkonen
Fixes build with xserver-xorg 1.19. Signed-off-by: Jussi Kukkonen --- ...-Block-WakeupHandler-signature-for-ABI-23.patch | 36 ++ .../xorg-driver/xf86-video-mga_1.6.4.bb| 4 ++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 common/recipes

Re: [meta-intel] [PATCH] xf86-video-mga: Backport ABI 23 fix

2016-11-16 Thread Jussi Kukkonen
On 16 November 2016 at 12:14, Jussi Kukkonen wrote: > Fixes build with xserver-xorg 1.19. > On further testing I see there are several drivers in oe-core that do not build cleanly with 1.19. I'm fine with dropping the patch for now: I will only finish this xserver-xorg upgra

Re: [meta-intel] Why libva-egl1 request x11 in a Wayland configuration

2016-12-05 Thread Jussi Kukkonen
On 2 December 2016 at 18:30, Dominig Ar Foll wrote: > Hello, > > I am activating libva in AGL distribution which is based on Yocto 2.1 > (krogoth). > > Adding in the local.conf the request fro libva, va-instal and > gstreamer-vaapi seems to do the trick for an image. > IMAGE_INSTALL_append += " \

[meta-intel] [PATCH] lms8: Fix build on musl

2017-01-24 Thread Jussi Kukkonen
Add two patches to make lms8 build with musl libc (both generic fixes, not musl specific). Signed-off-by: Jussi Kukkonen --- Note that I've not tested these properly: I'm not familiar enough with lms8 to do that. Jussi .../lms/0001-Include-sys-select.h-for-fd_set.

[meta-intel] [PATCH] libyami: Add PACKAGECONFIG for x11

2017-04-12 Thread Jussi Kukkonen
Without this the recipe fails to build without x11, breaking world build. Signed-off-by: Jussi Kukkonen --- common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb b/common

[meta-intel] [PATCHv2] libyami: Add PACKAGECONFIG for x11

2017-04-18 Thread Jussi Kukkonen
Without this the recipe fails to build without x11, breaking world build. Signed-off-by: Jussi Kukkonen --- Changes since v1: * Rebase on current master (conflicted with Patricks "support distro without OpenGL") common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb | 7 +

Re: [meta-intel] [PATCH] iucode-tool: upgrade to 2.1.2

2017-06-09 Thread Jussi Kukkonen
Hi, Can you turn rename detection on in your git config? The patch should be much smaller then. Something like this in .gitconfig: --- [diff] renames = copy --- Thanks, Jussi On 9 June 2017 at 03:38, wrote: > From: sweeaun > > Signed-off-by: sweeaun > --- > common/recipes-core/microcode

Re: [meta-intel] [PATCH] xf86-video-mga: upgrade 1.6.4 -> 1.6.5

2017-08-13 Thread Jussi Kukkonen
On 13 August 2017 at 21:22, wrote: > From: sweeaun > > Upgrade xf86-video-mga version to 1.6.5. Adapt block/wakeupHandler > signature for ABI 23 patch has been removed as the change already > available from Upstream 1.6.5. > > Signed-off-by: sweeaun > --- > .../xorg-driver/{xf86-video-mga_1.6.