[meta-intel] [master][PATCH 2/2] meta-isg: zlib-qat: fix for GNU_HASH QA error

2016-07-26 Thread Rahul Kumar Gupta
Fix for: ERROR: QA Issue: No GNU_HASH in the elf binary by adding LDFLAGS to TARGET_CC_ARCH. To be sure that the LDFLAGS variable is being passed to the linker command. Signed-off-by: Rahul Kumar Gupta --- meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 1 + 1 file chan

[meta-intel] [master][PATCH 1/2] meta-isg: qat16: fix for GNU_HASH QA issue

2016-07-26 Thread Rahul Kumar Gupta
Fix for: ERROR: QA Issue: No GNU_HASH in the elf binary by adding LDFLAGS to TARGET_CC_ARCH. Signed-off-by: Rahul Kumar Gupta --- meta-isg/common/recipes-extended/qat/qat16.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-isg/common/recipes-extended/qat/qat16.inc b/meta-isg/common/r

[meta-intel] [master][PATCH 0/2] Fix build for GNU_HASH QA issue

2016-07-26 Thread Rahul Kumar Gupta
Dear Maintainer(s), These changes will fix do_package_qa errors in qat16 v2.6.0-65 and zlib-qat v0.4.7-002 by adding LDFLAGS to TARGET_CC_ARCH. LDFLAGS is not used by the each Makefile so instead of adding this in Makefiles, passed LDFLAGS with TARGET_CC_ARCH. To ensure that the LDFLAGS variable

[meta-intel] [PATCH 0/2] quark: wks updates

2016-07-26 Thread Jianxun Zhang
This patch series updates quark for its bootloader and wks files. () The old gummiboot will be replaced with systemdboot in OE. (I am the guy driving it). I think what we have enabled on systemd-boot is good enough to switch quark's bootloader, so this change is an early move in meta-intel. () I

[meta-intel] [PATCH 1/2] quark: switch gummiboot to systemd-boot

2016-07-26 Thread Jianxun Zhang
The systemd-boot is the old gummiboot merged into systemd project. We have enabled systemd-boot as a standalone EFI bootloader in OE, also with updated wic plugin to support specifying "systemd-boot" as bootloader in wks files. Assuming these are good enough to replace gummiboot for quark, this ch

[meta-intel] [PATCH 2/2] quark: Support direct-boot image for USB storage media

2016-07-26 Thread Jianxun Zhang
Add a new wks file for quark based on the existing mkgalileodisk.wks with necessary changes. () specify sda for partitions and rootwait for USB in new wks. () Rename the original wks file and amend its description () Update README accordingly Signed-off-by: Jianxun Zhang --- README

Re: [meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-26 Thread Burton, Ross
On 26 July 2016 at 21:55, Trevor Woerner wrote: > To be honest, it's the comment that's confusing me: > > # opengl packageconfig factored out to make it easy for distros > # and BSP layers to pick either (desktop) opengl, gles2, or no GL > > In any case, I've sent a patch. If it's

Re: [meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-26 Thread Trevor Woerner
On Tue 2016-07-26 @ 09:36:31 PM, Burton, Ross wrote: > On 26 July 2016 at 20:55, Trevor Woerner wrote: > > > Okay, I'm looking into what needs to get done. > > > > It's just a matter of using base_contains() on DISTRO_FEATURES in the > PACKAGECONFIG assignment in oe-core, there's plenty of examp

Re: [meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-26 Thread Burton, Ross
On 26 July 2016 at 20:55, Trevor Woerner wrote: > Okay, I'm looking into what needs to get done. > It's just a matter of using base_contains() on DISTRO_FEATURES in the PACKAGECONFIG assignment in oe-core, there's plenty of examples across the layer. Ross -- ___

Re: [meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-26 Thread Trevor Woerner
On Tue 2016-07-26 @ 08:15:10 PM, Burton, Ross wrote: > On 26 July 2016 at 19:24, Trevor Woerner wrote: > > > It seems as though adding: > > > > PACKAGECONFIG_pn-gstreamer1.0-plugins-bad = "opengl" > > > > to local.conf fixes the issue. But my distro does contain opengl as part of > > its

Re: [meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-26 Thread Burton, Ross
On 26 July 2016 at 19:24, Trevor Woerner wrote: > It seems as though adding: > > PACKAGECONFIG_pn-gstreamer1.0-plugins-bad = "opengl" > > to local.conf fixes the issue. But my distro does contain opengl as part of > its DISTRO_FEATURES. So I'm not entirely sure why this configuration opti

Re: [meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-26 Thread Trevor Woerner
On Tue 2016-07-26 @ 01:49:24 PM, Trevor Woerner wrote: > On Tue 2016-07-26 @ 10:20:28 AM, Scott D Phillips wrote: > > On Tue, Jul 26, 2016 at 01:09:21PM -0400, Trevor Woerner wrote: > > > This commit is causing the following error in my builds: > > > > > > | checking for GST_VIDEO... yes > > >

Re: [meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-26 Thread Trevor Woerner
On Tue 2016-07-26 @ 10:20:28 AM, Scott D Phillips wrote: > On Tue, Jul 26, 2016 at 01:09:21PM -0400, Trevor Woerner wrote: > > This commit is causing the following error in my builds: > > > > | checking for GST_VIDEO... yes > > | checking for GST_PBUTILS... yes > > | checking for GST_C

Re: [meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-26 Thread Scott D Phillips
On Tue, Jul 26, 2016 at 01:09:21PM -0400, Trevor Woerner wrote: > This commit is causing the following error in my builds: > > | checking for GST_VIDEO... yes > | checking for GST_PBUTILS... yes > | checking for GST_CODEC_PARSERS... yes > | checking for GST_GL... configure:

Re: [meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-26 Thread Trevor Woerner
This commit is causing the following error in my builds: | checking for GST_VIDEO... yes | checking for GST_PBUTILS... yes | checking for GST_CODEC_PARSERS... yes | checking for GST_GL... configure: error: Package requirements (gstreamer-gl-1.0 >= 1.8.0) were not m