Re: [oe] [meta-oe][PATCH 1/3] iwd: Update to 1.4

2020-01-31 Thread Robert Joslyn
On Fri, 2020-01-31 at 19:57 -0800, Khem Raj wrote: > fails on musl/aarch64 > > https://errors.yoctoproject.org/Errors/Details/338733/ > > /usr/src/debug/iwd/1.4-r0/build/../git/src/wiphy.c:503: undefined > reference to `rawmemchr' > > perhaps something like this will help avoid it > >

Re: [oe] [meta-oe][PATCH 1/3] iwd: Update to 1.4

2020-01-31 Thread Khem Raj
fails on musl/aarch64 https://errors.yoctoproject.org/Errors/Details/338733/ /usr/src/debug/iwd/1.4-r0/build/../git/src/wiphy.c:503: undefined reference to `rawmemchr' perhaps something like this will help avoid it

[oe] [meta-oe][PATCH 1/3] iwd: Update to 1.4

2020-01-31 Thread Robert Joslyn
dbus is not required to compile, but is expected at run time. Move it to RDEPENDS. >From upstream changelog: ver 1.4: Fix issue with handling Crypto-Binding and invalid MACs. Fix issue with handling change station error results. Fix issue with handling DNS resolving

[oe] [meta-oe][PATCH 3/3] iwd: Update formatting

2020-01-31 Thread Robert Joslyn
Try to conform better to the style guide. Signed-off-by: Robert Joslyn --- meta-oe/recipes-connectivity/iwd/iwd_1.4.bb | 35 + 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.4.bb

[oe] [meta-oe][PATCH 2/3] iwd: Add PACKAGECONFIG options

2020-01-31 Thread Robert Joslyn
Make it easier to disable optional client, monitor, and man page components and their dependencies. A user may want to disable the client to avoid the use of GPLv3 readline. Signed-off-by: Robert Joslyn --- meta-oe/recipes-connectivity/iwd/iwd_1.4.bb | 14 -- 1 file changed, 12

[oe] [meta-java] OpenJDK11 LTS

2020-01-31 Thread Kyle Russell
Has any work been done towards supporting OpenJDK11 with meta-java? I've been using openjdk-8, and would be interested in helping contribute support for the next LTS if there's interest. I wanted to know if anyone is actively pursuing this first though, or if anyone has uncovered additional

Re: [oe] [meta-oe][zeus][PATCH 1/2] libldb: Do not require the "pam" distro feature to be enabled

2020-01-31 Thread akuster808
On 1/30/20 1:04 PM, Peter Kjellerstedt wrote: > From: Peter Kjellerstedt > > It was only added because samba was a dependency, but was not removed > again when the dependency on samba was removed in commit 6207331f. > > This effectively reverts commit a190c2e3. I have an update to this package

Re: [oe] [meta-oe][zeus][PATCH 2/2] gitpkgv.bbclass: Add support for extending the supported tag formats

2020-01-31 Thread akuster808
On 1/30/20 1:04 PM, Peter Kjellerstedt wrote: > Introduce GITPKGV_TAG_REGEXP (which defaults to "v(\d.*)") to support > dropping other unwanted parts of the found tags than just a leading > "v". Any matching groups in the regexp will be concatenated to yield > the final version. I believe I

[oe] [meta-oe][PATCH] modemmanager: upgrade 1.10.8 -> 1.12.4

2020-01-31 Thread Michael Haener
Signed-off-by: Michael Haener --- .../modemmanager/{modemmanager_1.10.8.bb => modemmanager_1.12.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.10.8.bb => modemmanager_1.12.4.bb} (92%) diff --git

Re: [oe] [meta-oe][PATCH] packagegrop-meta-oe: remove blacklisted mpv

2020-01-31 Thread Andreas Müller
On Fri, Jan 31, 2020 at 10:29 AM Trevor Woerner wrote: > > On Sat 2020-01-25 @ 12:42:21 PM, Tim Orling wrote: > > If someone cares, it has been updated to python3 > > https://github.com/mpv-player/mpv/releases/tag/v0.31.0 > > I'm looking into this now. Is anyone else? > (no point multiple people

[oe] [meta-python2][zeus][PATCH 2/2] kas-meta-python2-ptest-image: add python2 test

2020-01-31 Thread Tim Orling
In addition to ping, ssh and ptest, run python2 test(s). Run python2 before ptest (fail early). Signed-off-by: Tim Orling --- kas-meta-python2-ptest-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kas-meta-python2-ptest-image.yml b/kas-meta-python2-ptest-image.yml

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

2020-01-31 Thread akuster808
got it. On 1/28/20 2:10 PM, Randy MacLeod wrote: > 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,

Re: [oe] [meta-oe][PATCH] packagegrop-meta-oe: remove blacklisted mpv

2020-01-31 Thread Martin Jansa
I'm not, I've noticed this only because of sstate-diff-machine.sh failures, not using mpv myself. On Wed, Jan 29, 2020 at 9:32 PM Trevor Woerner wrote: > On Sat 2020-01-25 @ 12:42:21 PM, Tim Orling wrote: > > If someone cares, it has been updated to python3 > >

Re: [oe] [meta-python][zeus][PATCH v2 2/2] pyhamcrest: add python3 version of recipe

2020-01-31 Thread akuster808
What is the diff in v2 ? On 1/30/20 7:34 AM, Trevor Gamblin wrote: > From: Trevor Gamblin > > Twisted requires pyhamcrest for /usr/bin/twistd to work, but in zeus > there is only a python2 recipe for this package, thus the twistd daemon > won't be able to run properly for python3. > >

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

2020-01-31 Thread Jacob Kroon
On 1/28/20 1:01 PM, Jacob Kroon wrote: 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

[oe] [meta-oe][PATCH] libgpiod: update v1.4.1 -> v1.4.2

2020-01-31 Thread Bartosz Golaszewski
From: Bartosz Golaszewski While the v1.5 version of libgpiod has already been released - we can't integrate it in yocto yet as it requires v5.5 linux kernel headers to build. In the meantime - update the recipe to build the latest bug-fix release from the v1.4.x branch. Signed-off-by: Bartosz

[oe] [meta-oe][zeus][PATCH 2/2] gitpkgv.bbclass: Add support for extending the supported tag formats

2020-01-31 Thread Peter Kjellerstedt
Introduce GITPKGV_TAG_REGEXP (which defaults to "v(\d.*)") to support dropping other unwanted parts of the found tags than just a leading "v". Any matching groups in the regexp will be concatenated to yield the final version. Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj ---

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

2020-01-31 Thread Khem Raj
On Wed, Jan 29, 2020 at 9:32 PM akuster808 wrote: > > > > On 1/28/20 1:53 PM, Khem Raj wrote: > > Signed-off-by: Khem Raj > > Is this for the same reason as for nodejs Cento7 fix ? > pretty much same problem, although a better fix is to detect it during build but every build system has its own

[oe] [meta-oe][zeus][PATCH 1/2] libldb: Do not require the "pam" distro feature to be enabled

2020-01-31 Thread Peter Kjellerstedt
From: Peter Kjellerstedt It was only added because samba was a dependency, but was not removed again when the dependency on samba was removed in commit 6207331f. This effectively reverts commit a190c2e3. Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj ---

[oe] [meta-networking][PATCH] wireguard: Upgrade to 20191219 snapshot

2020-01-31 Thread Khem Raj
Fixes build with kernel >= 5.4 Signed-off-by: Khem Raj --- ...odule_0.0.20190913.bb => wireguard-module_0.0.20191219.bb} | 0 ...-tools_0.0.20190913.bb => wireguard-tools_0.0.20191219.bb} | 0 meta-networking/recipes-kernel/wireguard/wireguard.inc| 4 ++-- 3 files changed, 2

[oe] [meta-python2][zeus][PATCH 1/2] lib/oeqa/runtime/cases: add python2.py

2020-01-31 Thread Tim Orling
Refactor the python3 test from oe-core to do very basic acceptance test of python2. Signed-off-by: Tim Orling --- lib/oeqa/runtime/cases/python2.py | 20 1 file changed, 20 insertions(+) create mode 100644 lib/oeqa/runtime/cases/python2.py diff --git

[oe] [meta-networking][PATCH 1/3] netperf: Inherit texinfo to get makeinfo

2020-01-31 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-support/netperf/netperf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index f1f62df066..d48f3aeabd

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

2020-01-31 Thread Khem Raj
On Thu, Jan 30, 2020 at 11:01 AM akuster808 wrote: > > > > On 1/29/20 10:14 PM, Khem Raj wrote: > > On Wed, Jan 29, 2020 at 9:32 PM akuster808 wrote: > >> > >> > >> On 1/28/20 1:53 PM, Khem Raj wrote: > >>> Signed-off-by: Khem Raj > >> Is this for the same reason as for nodejs Cento7 fix ? > >>

Re: [oe] [meta-python][zeus][PATCH 1/2] python-twisted: add required RDEPENDS for twistd

2020-01-31 Thread Trevor Gamblin
On 1/30/20 1:00 AM, Tim Orling wrote: On Mon, Jan 27, 2020 at 12:44 PM Trevor Gamblin mailto:trevor.gamb...@windriver.com>> wrote: python-twisted is currently missing some packages for its /usr/bin/twistd executable to function. Add these to the RDEPENDS list, and also

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

2020-01-31 Thread Khem Raj
fails to build https://errors.yoctoproject.org/Errors/Details/308428/ perhaps it needs gettext during build. On Tue, Jan 28, 2020 at 11:52 AM Marek Belisko wrote: > > Signed-off-by: Marek Belisko > --- > meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb | 16 > 1 file

[oe] [meta-python][zeus][PATCH v2 1/2] python-twisted: add required RDEPENDS for twistd

2020-01-31 Thread Trevor Gamblin
From: Trevor Gamblin python-twisted is currently missing some packages for its /usr/bin/twistd executable to function. Add these to the RDEPENDS list, and also clean up formatting since the list is getting long. Note that a similar patch has already been submitted for master branch, but the

Re: [oe] [meta-python][zeus][PATCH v2 2/2] pyhamcrest: add python3 version of recipe

2020-01-31 Thread Trevor Gamblin
On 1/30/20 2:00 PM, akuster808 wrote: What is the diff in v2 ? My mistake, no change in v2 for this patch - meant to only send the patch to update RDEPENDS. On 1/30/20 7:34 AM, Trevor Gamblin wrote: From: Trevor Gamblin Twisted requires pyhamcrest for /usr/bin/twistd to work, but in zeus

Re: [oe] [meta-python][zeus][PATCH 1/2] python-twisted: add required RDEPENDS for twistd

2020-01-31 Thread Tim Orling
On Mon, Jan 27, 2020 at 12:44 PM Trevor Gamblin < trevor.gamb...@windriver.com> wrote: > python-twisted is currently missing some packages for its /usr/bin/twistd > executable to function. Add these to the RDEPENDS list, and also clean up > formatting since the list is getting long. > > Note that

Re: [oe] [meta-java][PATCH v2 1/4] openjdk-8: update to latest ga version 242

2020-01-31 Thread Jacob Kroon
On 1/29/20 10:17 PM, Jacob Kroon wrote: On 1/28/20 6:22 AM, Richard Leitner wrote: As OpenJDK-8 is now tagging "ga" versions in addition to the "build" version the recipes are adapted to use those "ga" versions. All existing patches got re-applied and renamed. For better handling Hotspot

Re: [oe] [meta-oe][PATCH] packagegrop-meta-oe: remove blacklisted mpv

2020-01-31 Thread Trevor Woerner
On Sat 2020-01-25 @ 12:42:21 PM, Tim Orling wrote: > If someone cares, it has been updated to python3 > https://github.com/mpv-player/mpv/releases/tag/v0.31.0 I'm looking into this now. Is anyone else? (no point multiple people looking into this) > On Sat, Jan 25, 2020 at 12:24 PM Martin Jansa

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

2020-01-31 Thread akuster808
On 1/28/20 1:53 PM, Khem Raj wrote: > Signed-off-by: Khem Raj Is this for the same reason as for nodejs Cento7 fix ? - armin > --- > meta-networking/recipes-daemons/squid/squid_4.9.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git