Re: [yocto] Graceful continue if some recipe has error

2015-02-16 Thread Paul Eggleton
Hi Abhinav, On Monday 16 February 2015 17:05:32 Bipnesh, Abhinav wrote: We have written recipe for our application which reads some environment variables and follow a path. But if these variables are not set then recipe parsing results into error. So I was looking if we can have some way for a

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-16 Thread Paul Eggleton
On Monday 16 February 2015 09:18:29 Alexandru Vaduva wrote: After a quick inspection I observed the following: Inside heartbeat-suse.spec the next information: License:GPL v2 only; LGPL v2.1 or later Link here:

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-16 Thread Alexandru Vaduva
Ok, Thanks,I will try to do the change accordingly.I spotted a new mistake, this time in one of my patches and I will try to send them both tomorrow for review. On Monday, February 16, 2015 6:31 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 16 February 2015

Re: [yocto] Graceful continue if some recipe has error

2015-02-16 Thread Bipnesh, Abhinav (Abhinav)
Hi, I am using python function as below python __anonymous () { origenv = d.getVar(BB_ORIGENV, False) . . . } Thanks, Abhinav -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Monday, February 16, 2015 23:10 To: Bipnesh, Abhinav (Abhinav) Cc:

[yocto] Graceful continue if some recipe has error

2015-02-16 Thread Bipnesh, Abhinav (Abhinav)
Hi, We have written recipe for our application which reads some environment variables and follow a path. But if these variables are not set then recipe parsing results into error. So I was looking if we can have some way for a graceful continuation. As we want if those variables are set then

Re: [yocto] Yocto patch tracking

2015-02-16 Thread Nikolay Dimitrov
Thanks! On 02/16/2015 12:04 AM, Martin Jansa wrote: On Sun, Feb 15, 2015 at 03:37:44PM +0200, Nikolay Dimitrov wrote: Hi guys, Is there a web-based staging area where Yocto project holds all the submitted and pending patches until they're merged, something like Patchwork? Or is it up to each

Re: [yocto] Graceful continue if some recipe has error

2015-02-16 Thread Paul Eggleton
On Monday 16 February 2015 17:42:02 Bipnesh, Abhinav wrote: Paul Eggleton wrote: On Monday 16 February 2015 17:05:32 Bipnesh, Abhinav wrote: We have written recipe for our application which reads some environment variables and follow a path. But if these variables are not set then

[yocto] Missing packages on image target

2015-02-16 Thread joachim rodrigues
Hi, i installed successfully a linux on my raspberry following this tutorial :https://delog.wordpress.com/2014/09/16/embedded-linux-system-for-raspberry-pi-with-yocto-project/ But once installed in my board, crosswalk is not installed although it is included in the recipes-multimediawich are

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-16 Thread akuster808
It should be an (and). I will send a updated patch soon. - armin On 02/16/2015 09:24 AM, Lars Ellenberg wrote: Am 16. Februar 2015 10:18:29 MEZ, schrieb Alexandru Vaduva alexandru.vad...@enea.com: Hello Christopher, Your observation is very accurate. After a quick inspection I

[yocto] [meta-cgl][PATCH] heartbeat: Fix incorrect licence logic

2015-02-16 Thread Armin Kuster
From: Armin Kuster akus...@mvista.com It should be and (and) not | (or). thanks Chris. Signed-off-by: Armin Kuster akus...@mvista.com --- meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [meta-cgl][PATCH] README: update BBMASK and add send-email example

2015-02-16 Thread Armin Kuster
From: Armin Kuster akus...@mvista.com libcap-ng is now in meta-oe and removed from meta-security. mask no longer required. Signed-off-by: Armin Kuster akus...@mvista.com --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index ba311b7..a488cd7

Re: [yocto] recipe with optional dependency and configuration.

2015-02-16 Thread Alexandru Vaduva
It seems Hynek Petrak had some progress on this one a while back. Maybe the packages he posted and are nowhere to be found now could be revived. Alex Vaduva From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Kai Ulrich Sent: Monday, February 16, 2015

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-02-16 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

[yocto] [Question] How to walkaround this warning

2015-02-16 Thread Bian, Naimeng
Hi folks I built my image and got the following warning message in do_rootfs. -- Output from btrfs-tools-3.14.2+git0+24cf4d8c3e-r0@core2_64: warning: user tss does not exist - using root warning: group pulse does not exist -

[yocto] recipe with optional dependency and configuration.

2015-02-16 Thread Kai Ulrich
Hi, I'm new into yocto creating recipes. After reading the Docu I feel confident with the basics. So here my questions. I want to create a recipe of smstools. 1. There is no repository (git / svn / cvs). There are sources to download. http://smstools3.kekekasvi.com/index.php?p=packages Q: In

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-16 Thread Alexandru Vaduva
Hello Christopher, Your observation is very accurate. After a quick inspection I observed the following: Inside heartbeat-suse.spec the next information: License: GPL v2 only; LGPL v2.1 or later Link here:

[yocto] Fwd: How to remove: WARNING: No bb files matched BBFILE_PATTERN_mylayer '^/media/NewVolume/yocto/meta-mylayer/'

2015-02-16 Thread Priya Agarwal
Hi, I want to compile a c++ file(tcpserver.cpp) and build it along with my kernel image. I am using QorIQ SDK1.4. I created a new layer meta-mylayer in yocto/, wrote a simple recipe file, and edited bblayers.conf and local.conf. But I am getting the following error: WARNING: No bb files matched