Re: [oe] [meta-maker] Octoprint on Intel Edison (yocto dizzy): failed python-flask RDEPENDS

2017-01-09 Thread Vincent Rubiolo
On December 30, 2016 7:14:28 AM CET, Vincent Rubiolo wrote: >Hi everyone, > >I am trying to include the meta-maker layer to enable octoprint on the >Intel Edison. I am using the Yocto project drop that Intel provides[1] >and successfully built it (with a reduced

[oe] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-09 Thread Philip Balister
As we do around each Embedded Linux Conference, OpenEmbedded will host a developer meeting to discuss the state of OpenEmbedded and what efforts we should focus on over the next six months or so. All developers and users are welcome to attend. We like to hear feedback from a variety of people

Re: [oe] [meta-oe][PATCH 1/1] lcov: fix env command argument pass issue

2017-01-09 Thread Khem Raj
On Thu, Jan 5, 2017 at 1:44 AM, wrote: > From: chunguang yang > > when exec lcov in bash, the following error will appear: > > /usr/bin/env: 'perl -w': No such file or directory > > perl uses the -w option to enable many warnings. But

Re: [oe] Testing meta-efl?

2017-01-09 Thread Khem Raj
On Fri, Jan 6, 2017 at 8:13 PM, Andre McCurdy wrote: > Is there a recommended image for testing changes/updates to efl? in angstrom we have https://layers.openembedded.org/layerindex/recipe/3160/ but I havent tested this image in atleast 6 months > -- >

[oe] State of bitbake world, Failed tasks 2017-01-05

2017-01-09 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[oe] [meta-oe][PATCH] poco: update to 1.7.7

2017-01-09 Thread Pascal Bach
Signed-off-by: Pascal Bach --- meta-oe/recipes-support/poco/{poco_1.7.5.bb => poco_1.7.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poco/{poco_1.7.5.bb => poco_1.7.7.bb} (98%) diff --git

[oe] [meta-networking][PATCH v2] lftp: update to 4.7.5 and change SRC_URI source

2017-01-09 Thread Oleksandr Kravchuk
Updated lftp to version 4.7.5 and changed SRC_URI source to official web-site, which keeps tarballs with old releases. Signed-off-by: Oleksandr Kravchuk --- .../recipes-connectivity/lftp/{lftp_4.7.3.bb => lftp_4.7.5.bb} | 6 +++--- 1 file changed, 3

Re: [oe] [meta-networking][PATCH] lftp: update SRC_URI with new source

2017-01-09 Thread Joe MacDonald
Hi Oleksandr, [[oe] [meta-networking][PATCH] lftp: update SRC_URI with new source] On 17.01.07 (Sat 09:31) Oleksandr Kravchuk wrote: > Use official web-site of lftp, which keeps tarballs with old versions. In line with my response on the tcpdump, please just send a v2 of the uprev patch with

Re: [oe] [meta-networking][PATCH] tcpdump: upgrade to 4.8.1

2017-01-09 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH] tcpdump: upgrade to 4.8.1] On 17.01.07 (Sat 10:12) Oleksandr Kravchuk wrote: > Martin - > > Thank you for the comment. I will try to pay closer attention to > warnings during testing in the future. > > I have sent a fix to the mailing list,

[oe] [meta-python][PATCH] python-sqlalchemy: update to 1.1.4 and provide python2 and python3 package

2017-01-09 Thread Pascal Bach
From: Pascal Bach The license hash change is due to a bump in the copyright year Signed-off-by: Pascal Bach --- meta-python/recipes-devtools/python/python-sqlalchemy.inc | 13 + .../recipes-devtools/python/python-sqlalchemy_0.7.9.bb

[oe] [meta-python][PATCH] python-pytz: provide native and nativesdk version for pytz

2017-01-09 Thread Pascal Bach
From: Pascal Bach This allows it to be used during build in the setup.py of a package. Like for example done in the astral PyPi package. Signed-off-by: Pascal Bach --- meta-python/recipes-devtools/python/python-pytz.inc | 4 +++- 1 file changed,