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

2017-10-31 Thread akuster808
Martin, On 10/31/2017 01:58 PM, Martin Jansa wrote: > With 2 pending patches from Khem to build systemd with musl: > 62c7c98 systemd: Fix build on musl > de68252 systemd: Fix build with musl/mips64 > the qemux86+musl build was able to progress much further and fewer ERROR > messages were shown.

[oe] State of bitbake world, Failed tasks 2017-10-31

2017-10-31 Thread Martin Jansa
With 2 pending patches from Khem to build systemd with musl: 62c7c98 systemd: Fix build on musl de68252 systemd: Fix build with musl/mips64 the qemux86+musl build was able to progress much further and fewer ERROR messages were shown. Basically only uim recipe now depends on glibc and fails to be

[oe] [meta-oe][PATCH 2/2] grpc: Add recipe for grpc v1.6.6

2017-10-31 Thread Alexey Firago
Add recipe to build the C based gRPC libraries. Regular gRPC build process uses git sub-modules for dependcies on external libraries/tools (c-ares, protobuf, etc). This recipe add patches and configs to use libraries provided by Yocto/bitbake/OE. grpc-native is required to build grpc for target

[oe] [meta-oe][PATCH 0/2] Add grpc support

2017-10-31 Thread Alexey Firago
This series adds changes and recipes to build C based gRPC libraries and framework. Alexey Firago (2): glflags: Build native version grpc: Add recipe for grpc v1.6.6 ...when-cross-compiling-the-host-grpc_cpp_pl.patch | 68 + ...txt-Fix-grpc_cpp_plugin-path-during-cross.patch | 68

[oe] [meta-oe][PATCH 1/2] glflags: Build native version

2017-10-31 Thread Alexey Firago
Signed-off-by: Alexey Firago --- meta-oe/recipes-support/gflags/gflags_2.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb b/meta-oe/recipes-support/gflags/gflags_2.2.0.bb index 0e85b3f..28b652a 100644 ---

[oe] [meta-networking][PATCH v3] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
We need to run oe_runmake install with DESTDIR variable to install all arptables files. Without this the only file installed in package is systemd unit. Signed-off-by: Fabio Berton --- meta-networking/recipes-support/arptables/arptables_git.bb | 3 ++- 1 file

Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
You right, work using oe_runmake install DESTDIR=${D} and DESTDIR is not using when compiling. Thanks On Tue, Oct 31, 2017 at 5:07 PM, Khem Raj wrote: > > On Tue, Oct 31, 2017 at 4:24 AM Fabio Berton < > fabio.ber...@ossystems.com.br> wrote: > >> Hi Khem, >> >> do_compile

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

2017-10-31 Thread Khem Raj
On Tue, Oct 31, 2017 at 6:29 AM Joe MacDonald wrote: > [Re: [oe] [meta-networking][PATCH 2/6] lksctp-tools: update and remove > from blacklist] On 17.10.30 (Mon 16:21) Khem Raj wrote: > > > On Mon, Oct 30, 2017 at 11:11 AM, Joe MacDonald > >

Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-31 Thread Khem Raj
On Tue, Oct 31, 2017 at 4:24 AM Fabio Berton wrote: > Hi Khem, > > do_compile task uses these EXTRA_OEMAKE variables too. > Yes, however the question is do we use DESTDIR when compiling > > On Mon, Oct 30, 2017 at 9:18 PM, Khem Raj wrote: >

[oe] [meta-python][PATCH] python-pysmi: update recipe to use pypi

2017-10-31 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb

[oe] [meta-python][PATCH] python-ply: update to use the pypi class

2017-10-31 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-ply_3.10.bb | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta-python/recipes-devtools/python/python-ply_3.10.bb b/meta-python/recipes-devtools/python/python-ply_3.10.bb

[oe] [meta-python][PATCH] python-pyusb: update to version 1.0.2

2017-10-31 Thread Derek Straka
Update license checksum for copyright year update Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pyusb.inc| 6 +++--- .../python/{python-pyusb_1.0.0b2.bb => python-pyusb_1.0.2.bb} | 2 +- .../python/{python3-pyusb_1.0.0b2.bb

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

2017-10-31 Thread akuster808
On 10/31/2017 06:21 AM, Joe MacDonald wrote: > [Re: [oe] [meta-networking][PATCH 3/6] freediameter: add new recipe] On > 17.10.30 (Mon 17:47) akuster808 wrote: > >> >> On 10/30/2017 11:11 AM, Joe MacDonald wrote: >>> From: Jackie Huang >>> >>> freeDiameter is an

[oe] [meta-networking][PATCH v2] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
We need to set DESTDIR variable and run oe_runmake install to install all arptables files. Without this the only file installed in package is systemd unit. Signed-off-by: Fabio Berton --- meta-networking/recipes-support/arptables/arptables_git.bb | 7 --- 1

[oe] [meta-webserver][PATCH] netdata: update to version 1.8.0

2017-10-31 Thread Derek Straka
Update license checksum for copyright updates Rebase existing patch to remove contrib dir from the build Signed-off-by: Derek Straka --- .../netdata/netdata/0001-makefile-Do-not-build-contrib-dir.patch| 6 +++--- meta-webserver/recipes-webadmin/netdata/netdata_git.bb

[oe] [meta-webserver][PATCH] hiawatha: update to version 10.7

2017-10-31 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-httpd/hiawatha/{hiawatha_10.3.bb => hiawatha_10.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-webserver/recipes-httpd/hiawatha/{hiawatha_10.3.bb => hiawatha_10.7.bb} (94%) diff --git

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

2017-10-31 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 1/6] ddclient: new package] On 17.10.30 (Mon 16:14) Khem Raj wrote: > On Mon, Oct 30, 2017 at 11:11 AM, Joe MacDonald > wrote: > > From: "Kinsella, Ray" > > > > Adding the package ddclient. DDClient updates

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

2017-10-31 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 2/6] lksctp-tools: update and remove from blacklist] On 17.10.30 (Mon 16:21) Khem Raj wrote: > On Mon, Oct 30, 2017 at 11:11 AM, Joe MacDonald > wrote: > > Switching lksctp-tools to build from the upstream git repository rather > >

[oe] [meta-python][PATCH] python-pydbus: add new recipe

2017-10-31 Thread Johannes Pointner
python-pydbus is a pythonic DBus library, which is one of the mentioned replacement of the deprecated python-dbus library (https://www.freedesktop.org/wiki/Software/DBusBindings) Signed-off-by: Johannes Pointner ---

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

2017-10-31 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 3/6] freediameter: add new recipe] On 17.10.30 (Mon 17:47) akuster808 wrote: > > > On 10/30/2017 11:11 AM, Joe MacDonald wrote: > > From: Jackie Huang > > > > freeDiameter is an open source Diameter protocol > > implementation. It

Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
Hi Khem, do_compile task uses these EXTRA_OEMAKE variables too. On Mon, Oct 30, 2017 at 9:18 PM, Khem Raj wrote: > On Mon, Oct 30, 2017 at 10:32 AM, Fabio Berton > wrote: > > We need to set DESTDIR variable and run eo_runmake install to

[oe] [meta-oe][PATCH] libgpiod: bump version to v0.3.2

2017-10-31 Thread Bartosz Golaszewski
Bug fix release: - correctly handle signal interrupts when polling in gpiod_simple_event_loop() - fix the linking order when building with static libraries - pass the correct consumer string to gpiod_simple_get_value_multiple() in gpioget - fix a line test case: don't use open-drain or

[oe] [meta-qt5] Exec format error while building webengine 5.9 (rocko branch)

2017-10-31 Thread Carlos Rafael Giani
I am having problems building the current WebEngine. Initially, it builds some tools. It seems that it does so by using the cross compiler, and not the host one, which could explain the problem I experience: Once GN is built: [321/330] CC base/third_party/superfasthash/superfasthash.o

[oe] [PATCH] libgpiod: bump version to v0.3.2

2017-10-31 Thread Bartosz Golaszewski
Bug fix release: - correctly handle signal interrupts when polling in gpiod_simple_event_loop() - fix the linking order when building with static libraries - pass the correct consumer string to gpiod_simple_get_value_multiple() in gpioget - fix a line test case: don't use open-drain or