Re: [yocto] Error: when reparsing

2017-05-19 Thread Fabien Lahoudere
Hi Can you paste your image recipe. I remember to a similar issue here but I don't remember how I solve it. The recipe can help a lot to understand. Fabien On Fri, 2017-05-19 at 08:30 +0200, Yuvarajesh Valleru wrote: > Ok. So according to you I can only build one image per day succesfully ? > >

Re: [yocto] What can I share between projects?

2017-05-19 Thread Fabien Lahoudere
On Thu, 2017-05-18 at 18:43 -0700, Paul D. DeRocco wrote: > If I'm doing multiple unrelated Yocto based projects, and they use the > same version of Yocto, and the same metadata (except for my own layers), > am I right in assuming that I can share everything in poky, downloads, and > sstate-cache,

Re: [yocto] Install Torch7

2017-05-19 Thread Fabien Lahoudere
On Thu, 2017-05-18 at 13:34 +, Abayiz wrote: > Dear Fabien and Jussi,  > > Thank you very much for your time and concern.  > After your suggestion I tried to find out all those packages installed by > "bash install-deps". > However I found that these deps are required to build JIT version of

Re: [yocto] [poky/classes] [PATCH] new alternatesrc.bbclass

2017-05-19 Thread Alexander Kanavin
On 05/18/2017 09:11 PM, Koehler, Yannick (HPN Aruba) wrote: +# alternatesrc.bbclass enables use of an optionally existing source tree, usually external +# to the build system to build a piece of software rather than the usual fetch/unpack +# process. +# +# To use, add alternatesrc to the globa

Re: [yocto] [PATCHv2][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-05-19 Thread Martin Jansa
ping This is needed in both pyro and master branches. And possibly in morty branch, but I haven't seen any replies about it in my RFC. On Mon, Apr 24, 2017 at 4:29 PM, Martin Jansa wrote: > * gnutls depends on nettle-3.1* since 3.4.0: > The requirement for nettle was bumped from 3.0 to 3.1 in

Re: [yocto] QtWebEngine cannot show google sites due to certificate errors

2017-05-19 Thread Mike Looijmans
On 10-05-17 12:52, Andrea Picaro wrote: Hello, i compiled Yocto Morty for an mx6 machine. QtWebEngine works fine for all sites (included https by ignoring certificate errors) apart from google sites. I've found other info about this issue googling around but it seemed to be solved in latest chro

Re: [yocto] What can I share between projects?

2017-05-19 Thread Mike Looijmans
On 19-05-17 03:43, Paul D. DeRocco wrote: If I'm doing multiple unrelated Yocto based projects, and they use the same version of Yocto, and the same metadata (except for my own layers), am I right in assuming that I can share everything in poky, downloads, and sstate-cache, and I only need separ

Re: [yocto] [meta-security][PATCH] packagegroup-security-tpm-i2c: fix syntax

2017-05-19 Thread akuster808
On 05/18/2017 09:29 PM, Peter Lei wrote: Fix "ERROR: ExpansionError during parsing" when building with multilib. merged. thanks Signed-off-by: Peter Lei --- meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

Re: [yocto] [meta-security][morty][PATCH] tpm2.0-tss: Fix build issue with tpm2-abrmd recipe

2017-05-19 Thread akuster
On 05/12/2017 05:54 AM, Jagadeesh Krishnanjanappa wrote: It solves tpm2-abrmd recipe build failure (as mentioned below) as none of the tpm2.0-tss header files define MAX_LOADED_OBJECTS1 macro. The macro name should be MAX_LOADED_OBJECTS. -- snip -- | from ../tpm2-abrmd/src/incl

Re: [yocto] [meta-security][PATCH 2/2] ecryptfs-utils: add new recipe

2017-05-19 Thread akuster808
On 05/17/2017 12:56 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang eCryptfs is a stacked cryptographic filesystem that ships in Linux kernel versions 2.6.19 and above. This package provides the mount helper and supporting libraries to perform key management and mount functions. Sig

Re: [yocto] [meta-security][PATCH 2/2] ecryptfs-utils: add new recipe

2017-05-19 Thread Huang, Jie (Jackie)
> -Original Message- > From: akuster808 [mailto:akuster...@gmail.com] > Sent: Friday, May 19, 2017 22:50 > To: Huang, Jie (Jackie); yocto@yoctoproject.org > Subject: Re: [yocto] [meta-security][PATCH 2/2] ecryptfs-utils: add new recipe > > > > On 05/17/2017 12:56 AM, jackie.hu...@windr

Re: [yocto] [meta-security][PATCH 2/2] ecryptfs-utils: add new recipe

2017-05-19 Thread Martin Jansa
How does this one relate to: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/meta-ivi/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils_106.bb?h=master the later has also support for systemd, not sure if it has the issue with pam or not. On Fri, May 19, 2017 at 4:56 PM, Huang, Jie (Jackie