[oe] [meta-oe][PATCH v3] linpack_1.0.bb: Add linpack benchmark

2017-11-01 Thread Manjukumar Matha
The LINPACK Benchmarks are a measure of a system's floating point computing power. Introduced by Jack Dongarra, they measure how fast a computer solves a dense n by n system of linear equations Ax = b, which is a common task in engineering. https://en.wikipedia.org/wiki/LINPACK_benchmarks

[oe] [meta-oe][PATCH v3] whetstone_1.2.bb: Add whetstone benchmark

2017-11-01 Thread Manjukumar Matha
The Whetstone benchmark is a synthetic benchmark for evaluating the performance of computers. https://en.wikipedia.org/wiki/Whetstone_(benchmark) Signed-off-by: Manjukumar Matha --- meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb | 20

Re: [oe] [meta-oe][PATCH v2] whetstone_1.2.bb: Add whetstone benchmark

2017-11-01 Thread Denys Dmytriyenko
On Wed, Oct 25, 2017 at 11:49:06AM -0700, Manjukumar Matha wrote: > The Whetstone benchmark is a synthetic benchmark for evaluating the > performance of computers. > > https://en.wikipedia.org/wiki/Whetstone_(benchmark) > > Signed-off-by: Manjukumar Matha

Re: [oe] [meta-oe][PATCH v2] whetstone_1.2.bb: Add whetstone benchmark

2017-11-01 Thread Manjukumar Harthikote Matha
Hi Martin, Will send a v3 with header for license checksum. However, I don’t think these recipes will be upgraded in near future. Thanks, Manju From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Wednesday, October 25, 2017 12:10 PM To: Manjukumar Harthikote Matha Cc:

[oe] [meta-oe][PATCH 2/2] iksemel: reinstate recipe with build fixes and update 1.4 -> 1.5

2017-11-01 Thread Andre McCurdy
The recipe for iksemel 1.4 was blacklisted and eventually removed as it depended on an older version of gnutls which was no longer available in oe-core. Reinstate iksemel with a new recipe for iksemel 1.5, which can use either openssl or gnutls for TLS support. Fix build issues. Signed-off-by:

[oe] [meta-oe][PATCH 1/2] iksemel: drop stray patch left behind when iksemel 1.4 recipe was purged

2017-11-01 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../recipes-support/iksemel/iksemel-1.4/r25.diff | 32 -- 1 file changed, 32 deletions(-) delete mode 100644 meta-oe/recipes-support/iksemel/iksemel-1.4/r25.diff diff --git

Re: [oe] [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY

2017-11-01 Thread Martin Jansa
On Wed, Nov 01, 2017 at 02:57:01PM -0400, Denys Dmytriyenko wrote: > On Fri, Oct 27, 2017 at 09:05:39PM +0200, Martin Jansa wrote: > > I've dropped the "qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY" > > change, so now I have only following 3 included: > > > > > > == Tested changes (not

Re: [oe] [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY

2017-11-01 Thread Denys Dmytriyenko
On Fri, Oct 27, 2017 at 09:05:39PM +0200, Martin Jansa wrote: > I've dropped the "qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY" > change, so now I have only following 3 included: > > > == Tested changes (not included in master yet) - meta-qt5 == > latest upstream commit: > 2c3ef00 qt5: add

[oe] [meta-python][PATCH] python-snimpy: refactor to use pypi class

2017-11-01 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-snimpy_0.8.11.bb | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/meta-python/recipes-devtools/python/python-snimpy_0.8.11.bb

[oe] [meta-python][PATCH] python-twisted: clean-up the dependencies

2017-11-01 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-twisted.inc| 4 ++-- meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | 2 +- meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb | 2 +- 3 files changed, 4 insertions(+),

[oe] [meta-python][PATCH] python-automat: add an initial recipe for version 0.6.0

2017-11-01 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-automat.inc | 16 .../recipes-devtools/python/python-automat_0.6.0.bb | 2 ++ .../recipes-devtools/python/python3-automat_0.6.0.bb | 4 3 files changed, 22

[oe] [meta-python][PATCH] python-attrs: add an initial recipe for version 17.2.0

2017-11-01 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-attrs.inc| 9 + meta-python/recipes-devtools/python/python-attrs_17.2.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-attrs_17.2.0.bb | 2 ++ 3 files changed, 13 insertions(+)

[oe] [meta-python][PATCH] python-attr: add initial recipe for version 0.2.0

2017-11-01 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-attr.inc | 9 + meta-python/recipes-devtools/python/python-attr_0.2.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-attr_0.2.0.bb | 2 ++ 3 files changed, 13 insertions(+)

[oe] [meta-python][PATCH] python-hyperlink: add a recipe for version 17.3.1

2017-11-01 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-hyperlink.inc| 17 + .../recipes-devtools/python/python-hyperlink_17.3.1.bb | 2 ++ .../recipes-devtools/python/python3-hyperlink_17.3.1.bb | 4 3 files changed, 23 insertions(+)

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-10-31

2017-11-01 Thread Khem Raj
Hi Martin/Armin I looked at the first report with musl from Martin. Most of the failures are familiar except 2 I think which I plan to look at. I haven't blacklisted them intentionally, to get annoyed enough to keep fixing them as time permits. infact none of the build failures are due to musl

[oe] [meta-python][PATCH] python-incremental: add an initial recipe for version 17.5.0

2017-11-01 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-incremental.inc | 14 ++ .../recipes-devtools/python/python-incremental_17.5.0.bb | 2 ++ .../recipes-devtools/python/python3-incremental_17.5.0.bb | 2 ++ 3 files changed, 18

[oe] [meta-python][PATCH] python-constantly: add a recipe for version 15.1.0

2017-11-01 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-constantly.inc | 11 +++ .../recipes-devtools/python/python-constantly_15.1.0.bb | 2 ++ .../recipes-devtools/python/python3-constantly_15.1.0.bb | 2 ++ 3 files changed, 15

[oe] [meta-oe][RFC][PATCH] scancode.bbclass: Adding a bbclass for scancode license scaning utility

2017-11-01 Thread H M Irfan Sadiq
This is adding the functionality to run scancode utility on code. You need to set the following variables to use it. You can override these from local.conf or auto.conf. 1) SCANCODE_GIT_LOCATION: Git Path for scancode-toolkit cloning, default is set. 2) SCANCODE_TAG: Select tag, if you want. 3)

[oe] [meta-networking][PATCH v2 3/6] freediameter: add new recipe

2017-11-01 Thread Joe MacDonald
From: Jackie Huang freeDiameter is an open source Diameter protocol implementation. It provides an extensible platform for deploying a Diameter network for your Authentication, Authorization and Accounting needs. Signed-off-by: Jackie Huang

[oe] [meta-networking][PATCH v2 6/6] bridge-utils: update to v1.6

2017-11-01 Thread Joe MacDonald
Updating to the latest version (1.6) and taking the opportunity to clean up the old patches, switch to the upstream git repo for SRC_URI and make the requested change to the older AR patch from a while back. Signed-off-by: Joe MacDonald ---

[oe] [meta-networking][PATCH v2 5/6] stunnel: fix compile error when openssl disable des support

2017-11-01 Thread Joe MacDonald
From: Kai Kang When openssl disable des support with configure option 'no-des', it doesn't provide des related header file and functions. That causes stunnel compile failed. Fix it by checking macro OPENSSL_NO_DES to use openssl des related library conditionaly.

[oe] [meta-networking][PATCH v2 4/6] net-snmp: support openssl without 3des

2017-11-01 Thread Joe MacDonald
From: Jackie Huang net-snmp enables 3des support by default and fails to build with distro feature openssl-no-weak-ciphers: | ../../net-snmp-5.7.3/snmplib/scapi.c:82:25: fatal error: openssl/des.h: No such file or directory | #include To fix the issue: * add a

[oe] [meta-networking][PATCH v2 1/6] ddclient: new package

2017-11-01 Thread Joe MacDonald
From: "Kinsella, Ray" Adding the package ddclient. DDClient updates Dynamic DNS servers with an IP address. Recipe is based on the original OE recipe found here. http://cgit.openembedded.org/openembedded/tree/recipes/ddclient/ddclient_3.6.3.bb with modifications based

[oe] [meta-networking][PATCH v2 2/6] lksctp-tools: update and remove from blacklist

2017-11-01 Thread Joe MacDonald
Switching lksctp-tools to build from the upstream git repository rather than a source tarball. At the same time we'll un-blacklist it since it appears the gold-as-ld issue has been resolved underneath us, probably related to a Debian bug of the same form that was also resolved with a binutils

[oe] [meta-networking][PATCH v2 0/6] meta-networking patchwork cleanup

2017-11-01 Thread Joe MacDonald
New in v2: - Correctly installed persistent file in ddclient recipe - Added commit hash to PV for lksctp-tools - Merged freediameter recipe updates from meta-security, once this has settled, I'll follow up with a patch to remove freediameter from meta-security v1: When

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-10-31

2017-11-01 Thread Martin Jansa
Hi Armin, I'll leave this question to Khem, this was my just 2nd build with musl, Khem is doing musl builds for very long time and fixing all the issue he finds, maybe some of the issues detected in world builds already have fixes in Khem's queue. Regards, On Wed, Nov 1, 2017 at 5:53 AM,