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.
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
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 -
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 +
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
--- a/meta-oe/recipes-support/gflags
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 changed, 2 insertions(+), 1 deletion
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 task uses these EXTRA_
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
> > wrote:
> > > Switching lksctp-tools to build from the
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:
>
>> On Mon, Oct 30, 2017 at 10:32 AM, Fabio Berton
>>
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
b/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb
index aa234dd
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
index 8e61efa..9d019ae
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 => python3-pyusb_1.0.
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 open source Diameter protocol
>>
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 file changed, 4 insertions(+), 3 d
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 | 6 +++---
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 a/meta-webserver/recipes-httpd/hi
[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 Dynamic DNS servers with an
> > IP address.
> > Recip
[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
> > than a source tarball. At the
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
---
meta-python/recipes-devtools/python/python-pydbus.inc | 11 +++
[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 provides an extensible platfo
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 install all
>
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 open-sourc
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
[322/33
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 open-sourc
24 matches
Mail list logo