Re: [oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API calling

2017-01-17 Thread He Zhe
Got it, thanks. v2 is sent out. Zhe On 01/17/2017 11:29 PM, Joe MacDonald wrote: > [[oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API > calling] On 17.01.17 (Tue 11:27) zhe...@windriver.com wrote: > >> From: He Zhe >> >> The orignal patch does not

Re: [oe] [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available

2017-01-17 Thread Martin Jansa
On Tue, Jan 17, 2017 at 12:46:21PM -0500, Denys Dmytriyenko wrote: > Mikko, > > Are there any estimatest when this commit is finally coming? > > > Currently, morty is broken for me because it doesn't have the corresponding > QWaylandIntegration patch from master and Martin doesn't want to

Re: [oe] pyyaml for python 2 and 3 for morty

2017-01-17 Thread akuster808
On 01/17/2017 09:59 AM, Philip Balister wrote: What are the chances of getting this into morty also? your request seems reasonable. Once it hits master, I can bring it in. - armin meta-xilinx need the python3 version for something. They've added a local recipe to work around the issue,

[oe] pyyaml for python 2 and 3 for morty

2017-01-17 Thread Philip Balister
What are the chances of getting this into morty also? meta-xilinx need the python3 version for something. They've added a local recipe to work around the issue, but this would be a better long term solution. https://patchwork.openembedded.org/patch/135639/ Philip --

Re: [oe] [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available

2017-01-17 Thread Denys Dmytriyenko
Mikko, Are there any estimatest when this commit is finally coming? Currently, morty is broken for me because it doesn't have the corresponding QWaylandIntegration patch from master and Martin doesn't want to apply it, since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in

Re: [oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API calling

2017-01-17 Thread Joe MacDonald
[[oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API calling] On 17.01.17 (Tue 11:27) zhe...@windriver.com wrote: > From: He Zhe > > The orignal patch does not alloc struct ahash_request before using it. > This will cause the kernel call trace below