[meta-intel] [PATCH 1/1 daisy/dizzy] meta-crystalforest: Initial Intel QAT recipe

2015-02-27 Thread sundara . rajax . p . manoharan
From: sundararaja perumal sundara.rajax.p.manoha...@intel.com This is an Initial version of Intel QuickAssist Technology(QAT) Intel's QuickAssist Technology is designed to optimize the use and deployment of algorithm accelerators in networking and security applications. This recipe is created

[meta-intel] [PATCH 0/1 daisy/dizzy]: meta-crystalforest:Initial Intel QAT-core Implementation

2015-02-27 Thread sundara . rajax . p . manoharan
From: sundararaja perumal sundara.rajax.p.manoha...@intel.com Intel's QuickAssist Technology is designed to optimize the use and deployment of algorithm accelerators in networking and security applications. As the complexity of networking and security applications continues to grow, systems need

Re: [meta-intel] [PATCH 1/2] libva: Update to 1.5.0

2015-02-27 Thread Darren Hart
Hi Aníbal, Whenever submitting a patch, please provide a commit message. Even if it's trivial, there is something to be said. Why should we do the update? Does it support new hardware? A particularly relevant feature? If not, knowing it's just an update is useful information. Which machines are

Re: [meta-intel] [PATCH 1/2] libva: Update to 1.5.0

2015-02-27 Thread Burton, Ross
On 27 February 2015 at 17:23, Darren Hart dvh...@linux.intel.com wrote: They are under test on wrath now. Will be on the AB shortly. What I should have mentioned is that I needed to upgrade libva libva-intel-driver and gstreamer-vaapi before video playback started to work again. Its like it

Re: [meta-intel] [PATCH 1/2] libva: Update to 1.5.0

2015-02-27 Thread Darren Hart
On 2/27/15 9:17 AM, Burton, Ross wrote: On 27 February 2015 at 16:40, Darren Hart dvh...@linux.intel.com mailto:dvh...@linux.intel.com wrote: Whenever submitting a patch, please provide a commit message. Even if it's trivial, there is something to be said. Why should we do the

Re: [meta-intel] [PATCH 1/2] libva: Update to 1.5.0

2015-02-27 Thread Aníbal Limón
Hi Darren, I can't test the playback videos due to kernel updates that broke meta-intel, now it is fixed and i'll send patch v2 with the comments about it. Cheers, alimon On 27/02/15 10:40, Darren Hart wrote: Hi Aníbal, Whenever submitting a patch, please provide a commit message. Even

Re: [meta-intel] [PATCH 1/1] meta-valleyisland: Update the PREFERRED_VERSION of linux-yocto-3.10 to 3.14

2015-02-27 Thread Darren Hart
On 2/26/15 4:18 PM, Chang, Rebecca Swee Fun wrote: Reviewed-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com -Original Message- From: meta-intel-boun...@yoctoproject.org [mailto:meta-intel- boun...@yoctoproject.org] On Behalf Of wei.tee...@intel.com Sent: 26 February,

Re: [meta-intel] [PATCH 1/2] libva: Update to 1.5.0

2015-02-27 Thread Darren Hart
On 2/27/15 9:25 AM, Burton, Ross wrote: On 27 February 2015 at 17:23, Darren Hart dvh...@linux.intel.com mailto:dvh...@linux.intel.com wrote: They are under test on wrath now. Will be on the AB shortly. What I should have mentioned is that I needed to upgrade libva

Re: [meta-intel] [PATCH 1/2] libva: Update to 1.5.0

2015-02-27 Thread Burton, Ross
On 27 February 2015 at 16:40, Darren Hart dvh...@linux.intel.com wrote: Whenever submitting a patch, please provide a commit message. Even if it's trivial, there is something to be said. Why should we do the update? Does it support new hardware? A particularly relevant feature? If not,

[meta-intel] [PATCH 01/11] libva-intel-driver: Update to 1.5.0

2015-02-27 Thread Ross Burton
From: Aníbal Limón anibal.li...@linux.intel.com 1.5.0 adds support for SkyLake hardware. Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- .../{libva-intel-driver_1.4.1.bb = libva-intel-driver_1.5.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[meta-intel] [PATCH 06/11] gstreamer-vaapi: upgrade to 0.5.10

2015-02-27 Thread Ross Burton
Many fixes for playback, in particular this now autoplugs correctly with GStreamer so using gst-launch playbin actually works. 0.5.10 has obsolete support for GStreamer 0.10 (in that it doesn't actually compile) and 0.5.11 will be removing support for GStreamer 0.10 entirely, so delete the

[meta-intel] [PATCH 07/11] intel-core*: use gstreamer-vaapi-1.0 directly instead of gst-va-intel

2015-02-27 Thread Ross Burton
No need for a layer of indirection when that layer only has one option. Previously with EMGD there was a choice, but not anymore. Signed-off-by: Ross Burton ross.bur...@intel.com --- conf/machine/intel-core2-32.conf |2 +- conf/machine/intel-corei7-64.conf |2 +- 2 files changed, 2

[meta-intel] [PATCH 03/11] libva: merge recipe and .inc

2015-02-27 Thread Ross Burton
As there's just a single libva recipe now having .bb and .inc split only complicates packaging. Signed-off-by: Ross Burton ross.bur...@intel.com --- common/recipes-multimedia/libva/libva.inc | 46 common/recipes-multimedia/libva/libva_1.4.1.bb | 46

[meta-intel] [PATCH 10/11] meta-haswell-wc: use gstreamer-vaapi-1.0 directly instead of gst-va-intel

2015-02-27 Thread Ross Burton
No need for a layer of indirection when that layer only has one option. Previously with EMGD there was a choice, but not anymore. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [meta-intel] [PATCH 10/11] meta-haswell-wc: use gstreamer-vaapi-1.0 directly instead of gst-va-intel

2015-02-27 Thread Darren Hart
Cc Maintainer: Boon Leong, this is a no-op in terms of functionality, Cc as a courtesy. On 2/27/15 10:00 AM, Ross Burton wrote: No need for a layer of indirection when that layer only has one option. Previously with EMGD there was a choice, but not anymore. Signed-off-by: Ross Burton

Re: [meta-intel] [PATCH 00/11][V2] VA-API upgrades

2015-02-27 Thread Darren Hart
On 2/27/15 10:00 AM, Ross Burton wrote: Hi, Attached is the union of Alibal's changes and my changes, with better commit messages. After this video playback on my NUC works again using the new gtk-play tool in Sato. Queued, and thanks! -- Darren Hart Intel Open Source Technology

[meta-intel] [PATCH 09/11] meta-sugarbay: use gstreamer-vaapi-1.0 directly instead of gst-va-intel

2015-02-27 Thread Ross Burton
No need for a layer of indirection when that layer only has one option. Previously with EMGD there was a choice, but not anymore. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-sugarbay/conf/machine/sugarbay.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [meta-intel] [PATCH 0/1 daisy/dizzy]: meta-crystalforest:Initial Intel QAT-core Implementation

2015-02-27 Thread Ong, Boon Leong
Hi community, I have worked closely with Sundara to ensure his work in good quality. The enablement is for QAT Mux Software that supports both product lines - Cave Creeek Coleto Creek. Currently, as this version QAT software is validated on v3.10 by CID development team, so we are enabling this

Re: [meta-intel] [PATCH 10/11] meta-haswell-wc: use gstreamer-vaapi-1.0 directly instead of gst-va-intel

2015-02-27 Thread Ong, Boon Leong
-Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Saturday, February 28, 2015 2:17 AM To: Burton, Ross; meta-intel@yoctoproject.org Cc: Ong, Boon Leong Subject: Re: [meta-intel] [PATCH 10/11] meta-haswell-wc: use gstreamer- vaapi-1.0 directly instead of