[oe] [meta-oe][PATCH] fluentbit: Link with libatomic on riscv

2020-01-28 Thread Khem Raj
jemalloc uses libatomic functions Fixes ../lib/libjemalloc_pic.a(extent_dss.pic.o): in function `extent_dss_extend ing_start': | /usr/src/debug/fluentbit/1.3.5-r0/fluent-bit-1.3.5/lib/jemalloc-5.2.1/src/extent_dss.c:75: undefined reference to `__atomic_compare _exchange_1' Signed-off-by: Khem

Re: [oe] [oe-core][zeus][PATCH 1/1] webkitgtk: fix occasional link error

2020-01-28 Thread Randy MacLeod
On 1/28/20 4:34 PM, Randy MacLeod wrote: Armin, ping? It's not urgent but it would be nice to fix this build failure. Ah, it was sent to the wrong list. Joe, Could you send this patch to the oe-core list and CC Armin, please? ../Randy ../Randy On 11/7/19 1:13 PM, Joe Slater wrote:

[oe] [meta-networking][PATCH 1/3] squid: Link with libatomic on riscv

2020-01-28 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/squid/squid_4.9.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-daemons/squid/squid_4.9.bb b/meta-networking/recipes-daemons/squid/squid_4.9.bb index 6f202cf401..19949acd84 100644 ---

[oe] [meta-webserver][PATCH 3/3] netdata: Add libatomic to link step

2020-01-28 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-webserver/recipes-webadmin/netdata/netdata_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb index d179e84e33..d6a5ce0662 100644 ---

[oe] [meta-networking][PATCH 2/3] grpc: Link with libatomic on riscv

2020-01-28 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb b/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb index 6ab15dae40..752562eb33 100644 ---

Re: [oe] [oe-core][zeus][PATCH 1/1] webkitgtk: fix occasional link error

2020-01-28 Thread Randy MacLeod
Armin, ping? It's not urgent but it would be nice to fix this build failure. ../Randy On 11/7/19 1:13 PM, Joe Slater wrote: Partial backport from WebKit.git. See patch for details. Fixed in webkitgtk 2.26.1. Signed-off-by: Joe Slater --- .../webkit/webkitgtk/fix-link-error.patch

[oe] [meta-oe][PATCH] recipes-support: Added recipe for gengetopt package

2020-01-28 Thread Marek Belisko
Signed-off-by: Marek Belisko --- meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb diff --git a/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb

[oe] [meta-oe][PATCH] dstat: update recipe to use python3

2020-01-28 Thread Andrey Zhizhikin
Update recipe to target python3 since python2 is EOL and has been dropped from OE-Core. Signed-off-by: Andrey Zhizhikin --- meta-oe/recipes-support/dstat/dstat_0.7.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb

[oe] [meta-oe][PATCH] daemontools: Disable the chkshsgr tests

2020-01-28 Thread Khem Raj
Running the chkhsgr test during cross compile fails ./chkshsgr || ( cat warn-shsgr; exit 1 ) Oops. Your getgroups() returned 0, and setgroups() failed; this means that I can't reliably do my shsgr test. Please either ``make'' as root or ``make'' while you're in one or more supplementary groups.

Re: [oe] [meta-python2][PATCH] dnssec-conf: move recipe from oe-core to meta-python2

2020-01-28 Thread Tim Orling
On Mon, Jan 27, 2020 at 10:42 PM Andrey Zhizhikin wrote: > Hello Tim, > > On Tue, Jan 28, 2020 at 5:37 AM Tim Orling wrote: > > > > > > > > On Mon, Jan 27, 2020 at 6:47 PM Tim Orling wrote: > >> > >> It's moving from meta-networking, not oe-core. I'll simply change the > commit log locally

[oe] [meta-oe][PATCH] fio: update recipe to use python3

2020-01-28 Thread Andrey Zhizhikin
From: Andrey Zhizhikin Update fio recipe to target python3 since python2 is EOL and has been dropped from OE-Core. Signed-off-by: Andrey Zhizhikin --- meta-oe/recipes-benchmark/fio/fio_3.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-java][PATCH v2 0/4] openjdk-8: update to jdk8u242ga

2020-01-28 Thread Richard Leitner
Hi, this is a note to let you know that I've just added this series as a single squashed commit to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If

Re: [oe] [meta-java][PATCH 0/4] openjdk-8: update to jdk8u242ga

2020-01-28 Thread Jacob Kroon
On 1/28/20 6:43 AM, Jacob Kroon wrote: On 1/27/20 5:05 PM, Jacob Kroon wrote: On 1/27/20 3:57 PM, Richard Leitner wrote: On Mon, Jan 27, 2020 at 03:10:04PM +0100, Jacob Kroon wrote: On 1/27/20 12:24 PM, Richard Leitner wrote: This series updates Openjdk 8 to the latest "ga" release 242.

Re: [oe] [meta-java][PATCH v2 0/4] openjdk-8: update to jdk8u242ga

2020-01-28 Thread Richard Leitner
On Tue, Jan 28, 2020 at 08:24:09AM +0100, Jacob Kroon wrote: > Hi Richard, > > On 1/28/20 6:22 AM, Richard Leitner wrote: > > This series updates Openjdk 8 to the latest "ga" release 242. > > > > Successful testing has been done on a fedora-31 build host for > > qemuarm64, qemux86-64, qemuarm32