Re: [oe] [meta-oe][PATCH v2] sdbus-c++-tools: add nativesdk

2020-04-27 Thread Matt Campbell
Thanks for fixing that up, I appreciate it. On Sat, Apr 25, 2020 at 11:33 AM Khem Raj wrote: > On Fri, Apr 24, 2020 at 12:31 PM Peter Kjellerstedt > wrote: > > > > > -Original Message- > > > From: openembedded-devel@lists.openembedded.org > > de...@lists.openembedded.org> On Behalf Of

[oe] [meta-python2][PATCH] python-pbr: merge bb and inc files

2020-04-27 Thread Tim Orling
Merge the contents of the inc file from oe-core to prevent collisions and getting out of sync. Signed-off-by: Tim Orling --- recipes-devtools/python/python-pbr_5.4.4.bb | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git

[oe] [meta-initramfs][PATCH v2] packagegroup-meta-initramfs: remove klibc utilities and kexec-tools-klibc

2020-04-27 Thread Andrea Adami
klibc utils have no update-alternatives because these live ideally alone in the initramfs. mwta-initramfs image is not minimal having busybox, linux- utils,coreutils so to resolve the conflict we remove the shared klibc utils. The image is mostly for build-tests and contains dracut, which does

[oe] [meta-python][PATCH] python3-asn1crypto: add python3-numbers to RDEPENDS

2020-04-27 Thread Trevor Gamblin
The asn1crypto module relies on the fractions module from the standard library, which is contained in the python3-numbers package, but it is not in asn1crypto's RDEPENDS: |>>> import asn1crypto.pdf |Traceback (most recent call last): | File "", line 1, in | File

Re: [oe] [meta-initramfs][PATCH] meta-initramfs-image: remove klibc utilities

2020-04-27 Thread Andrea Adami
Khem, please disregard this patch as superseded, a new one specific for the packagegroup is coming. Thanks! Andres On Sat, Apr 25, 2020 at 5:28 PM Khem Raj wrote: > > On Sat, Apr 25, 2020 at 6:10 AM Andrea Adami wrote: > > > > On Sat, Apr 25, 2020 at 12:30 AM Khem Raj wrote: > > > > > > On

[oe] [meta-python2][dunfell][PATCH] kas-meta-python2-image-base.yml: dunfell branches

2020-04-27 Thread Tim Orling
Need to use dunfell for all dependent layers. Signed-off-by: Tim Orling --- kas-meta-python2-image-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kas-meta-python2-image-base.yml b/kas-meta-python2-image-base.yml index 6b7293e0..62f476ac 100644 ---

Re: [oe][meta-oe][PATCH v2] libwebsockets: upgrade 3.2.2 -> 4.0.1

2020-04-27 Thread Khem Raj
v1 has been applied to master, if there is delta in v2 w.r.t. v1 then please rebase on latest master or master-next and send again please On 4/27/20 4:59 AM, Martin Balik wrote: > License changed from "LGPL-2.1" to "MIT" > > Signed-off-by: Martin Balik > --- > .../{libwebsockets_3.2.2.bb =>

Re: [oe] [meta-python][PATCH 2/2] python3-cryptography-vectors: merge bb and inc

2020-04-27 Thread Khem Raj
On 4/25/20 11:48 PM, Tim Orling wrote: > From: Tim Orling > > Signed-off-by: Tim Orling > --- > .../python/python-cryptography-vectors.inc| 18 > .../python3-cryptography-vectors_2.8.bb | 21 ++- > 2 files changed, 20 insertions(+), 19 deletions(-)

[oe][meta-oe][PATCH v2] libwebsockets: upgrade 3.2.2 -> 4.0.1

2020-04-27 Thread Martin Balik
License changed from "LGPL-2.1" to "MIT" Signed-off-by: Martin Balik --- .../{libwebsockets_3.2.2.bb => libwebsockets_4.0.1.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_3.2.2.bb => libwebsockets_4.0.1.bb}

Re: [oe] [meta-java][PATCH] openjdk-8: update to latest ga version 252

2020-04-27 Thread Jacob Kroon
On 4/27/20 8:27 AM, Richard Leitner wrote: fyi: This patch has been added to master-next. Any test results are welcome! I think this breaks building openjre: WARNING: openjdk-8-native-252-r0 do_fetch: Checksum mismatch for local file

[oe] [meta-oe][PATCH] websocketpp: refresh patches to apply cleanly on websocketpp 0.8.2

2020-04-27 Thread Gianfranco
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../websocketpp-0.8.2/0001-Correct-clang-compiler-flags.patch | 2 +- meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [oe] [meta-java][PATCH] openjdk-8: update to latest ga version 252

2020-04-27 Thread Richard Leitner
fyi: This patch has been added to master-next. Any test results are welcome! regards;rl On Mon, Apr 20, 2020 at 10:46:32AM +0200, Richard Leitner wrote: > This patch also drops the md5 checksums as sha256 checksums are sufficient. > > Signed-off-by: Richard Leitner > --- > ...-native_242.bb