Re: [OE-core] [PATCH v2] rpm: handle virtual memory usage when limit is set

2018-10-05 Thread Randy MacLeod
Hi Peter, Thanks for the v2, I think there are some small things to fix up, some optional work and then this will be in good shape. Btw, it's good practice to write a wrapper email and explain what's changed since the previous version. The impact of this patch for most people is just a call to

Re: [OE-core] Python3 and HTTPS issue

2018-10-05 Thread Marc Ferland
On Fri, Oct 5, 2018 at 5:22 PM Burton, Ross wrote: > > Did you install ca-certificates? > Looks like it did the trick, thanks. Just wondering: why isn't ca-certificates not RRECOMMENDed by openssl or maybe python3? Marc -- ___ Openembedded-core maili

Re: [OE-core] [PATCH] binutils: fix symlinks

2018-10-05 Thread Khem Raj
On Fri, Oct 5, 2018 at 7:38 AM Achille Fouilleul wrote: > > For nativesdk, symlinks created by do_install contain ${SDKPATHNATIVE}. > > This is a problem with SDKs that include nativesdk-binutils and nativesdk-gcc. > When extracting such an SDK dangling symlinks are created, because > relocate_sdk

Re: [OE-core] Python3 and HTTPS issue

2018-10-05 Thread Burton, Ross
Did you install ca-certificates? Ross On Fri, 5 Oct 2018 at 15:49, Marc Ferland wrote: > > Hi everyone, > > I'm currently having a strange issue with python3 and https (using > sumo branch, commit 161eaa28ed16f93d57f3d1c4be84f894e99ab72e). Whenever > I try to connect to an https server I get: > >

Re: [OE-core] [poky] [rocko] Backport request for meta/recipes-kernel/cryptodev

2018-10-05 Thread Randy MacLeod
Hi Alex, Armin maintains the rocko branch so best to CC him. Also, I've moved this to the oe-core list where we handle oe-core commits. Poky is composed of several layers to make things easier to build but we use the other email lists for development. Armin, This is a simple patch and I was ab

[OE-core] [PATCH 3/4] glib-2.0: Include the complete license information for pcre

2018-10-05 Thread Peter Kjellerstedt
For some reason, the copyright part was left out of the license information for pcre in LIC_FILES_CHKSUM, preventing it from being used in, e.g., documentation to satisfy the requirements of the license. Also drop pcre/COPYING from LIC_FILES_CHKSUM as it does not really contain any licensing infor

[OE-core] [PATCH 4/4] libgcrypt: Add the LICENSES file to LIC_FILES_CHKSUM

2018-10-05 Thread Peter Kjellerstedt
The LICENSES file contains references to source files with other licenses than GPL/LGPL that stipulate that they shall be mentioned in any documentation accompanying a product including this library. License-Update: Add missing LICENSES file Signed-off-by: Peter Kjellerstedt --- meta/recipes-sup

[OE-core] [PATCH 2/4] bzip2: Include the complete license information

2018-10-05 Thread Peter Kjellerstedt
For some reason, the copyright part was left out of the license information included in LIC_FILES_CHKSUM, preventing it from being used in, e.g., documentation to satisfy the requirements of the license. License-Update: Include the complete license information Signed-off-by: Peter Kjellerstedt --

[OE-core] [PATCH 1/4] curl: Include the complete license information

2018-10-05 Thread Peter Kjellerstedt
For some reason, the copyright part was left out of the license information included in LIC_FILES_CHKSUM, preventing it from being used in, e.g., documentation to satisfy the requirements of the license. License-Update: Include the complete license information Signed-off-by: Peter Kjellerstedt --

[OE-core] [PATCH] rootfs_*: Also depend on do_package_qa

2018-10-05 Thread Tom Rini
Make sure that we don't create images that have QA problems with their package files by adding do_package_qa to do_rootfs[recrdeptask]. Signed-off-by: Tom Rini --- meta/classes/rootfs_deb.bbclass | 2 +- meta/classes/rootfs_ipk.bbclass | 2 +- meta/classes/rootfs_rpm.bbclass | 2 +- 3 files chan

[OE-core] [PATCH v3] opkg-utils: Add support for pigz

2018-10-05 Thread Mike Crowe
Support explicit use of pigz when compressing the package contents by setting: OPKGBUILDCMD = "opkg-build -Z pigz" Signed-off-by: Mike Crowe --- .../opkg-utils/opkg-utils/pigz.patch | 51 ++ .../opkg-utils/opkg-utils_0.3.6.bb | 1 + 2 files ch

Re: [OE-core] OEDEM in Edinburgh in 2 weeks

2018-10-05 Thread Denys Dmytriyenko
On Thu, Oct 04, 2018 at 02:42:41PM +0200, Marco Cavallini wrote: > Il 04/10/2018 14:20, Philip Balister ha scritto: > >OEDEM is basically full at this time. > > > >https://www.openembedded.org/wiki/OEDEM_2018 > > > >We have had the room rearranged to seat 45 people and I am not sure how > >we would

[OE-core] Python3 and HTTPS issue

2018-10-05 Thread Marc Ferland
Hi everyone, I'm currently having a strange issue with python3 and https (using sumo branch, commit 161eaa28ed16f93d57f3d1c4be84f894e99ab72e). Whenever I try to connect to an https server I get: ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:719) The following p

[OE-core] [PATCH] binutils: fix symlinks

2018-10-05 Thread Achille Fouilleul
For nativesdk, symlinks created by do_install contain ${SDKPATHNATIVE}. This is a problem with SDKs that include nativesdk-binutils and nativesdk-gcc. When extracting such an SDK dangling symlinks are created, because relocate_sdk.py does not adjust symlinks. As a result gcc ends up calling the ho

[OE-core] ✗ patchtest: failure for opkg-utils: Add support for pigz (rev3)

2018-10-05 Thread Patchwork
== Series Details == Series: opkg-utils: Add support for pigz (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/14385/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execute

[OE-core] [PATCH v2] opkg-utils: Add support for pigz

2018-10-05 Thread Mike Crowe
Support explicit use of pigz when compressing the package contents by setting: OPKGBUILDCMD = "opkg-build -Z pigz" Signed-off-by: Mike Crowe --- .../opkg-utils/opkg-utils/pigz.patch | 51 ++ .../opkg-utils/opkg-utils_0.3.6.bb | 1 + 2 files ch

[OE-core] ✗ patchtest: failure for opkg-utils: Add support for pigz

2018-10-05 Thread Patchwork
== Series Details == Series: opkg-utils: Add support for pigz Revision: 1 URL : https://patchwork.openembedded.org/series/14385/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on th

[OE-core] [PATCH] gcc: Remove unnecessary --with-mpfr and --with-mpc when cross compiling

2018-10-05 Thread Mike Crowe
Passing --with-mpfr and --with-mpc when compiling the cross compiler appears to be at best unnecessary, and at worst can cause build failures. Firstly, the paths passed in gcc-cross-canadian are using the undefined ${layout_exec_prefix}. This results in configure passing -I${STAGING_DIR_HOST}/incl

[OE-core] [PATCH] opkg-utils: Add support for pigz

2018-10-05 Thread Mike Crowe
Support explicit use of pigz when compressing the package contents by setting: OPKGBUILDCMD = "opkg-build -Z pigz" Signed-off-by: Mike Crowe --- .../opkg-utils/opkg-utils/pigz.patch | 51 ++ .../opkg-utils/opkg-utils_0.3.6.bb | 1 + 2 files ch

[OE-core] ✗ patchtest: failure for Fix binutils symlinks

2018-10-05 Thread Patchwork
== Series Details == Series: Fix binutils symlinks Revision: 1 URL : https://patchwork.openembedded.org/series/14382/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

[OE-core] [PATCH] Fix binutils symlinks

2018-10-05 Thread Achille Fouilleul
For nativesdk, symlinks created by do_install contain ${SDKPATHNATIVE}. This is a problem with SDKs that include nativesdk-binutils and nativesdk-gcc. When extracting such an SDK dangling symlinks are created, because relocate_sdk.py does not adjust symlinks. As a result gcc ends up calling the ho

[OE-core] [PATCH] strace: fix ptests

2018-10-05 Thread Anuj Mittal
* Let automake use parallel test harness which ensures that appropriate environment variables are actually used. * Copy generated config.h as part of ptest package and define a variable in tests Makefile to control the name of target that we'd like to invoke for tests instead of relying on default

[OE-core] [oe][Patch 2/2] util-linux: : use update-alternatives for fsfreeze, nsenter

2018-10-05 Thread Max Krummenacher
busybox may also provide a fsfreeze and nsenter implementation, so use u-a to allow installing them side by side. If one installs both, busybox and util-linux, one gets the following error (seen on a populate-sdk run): | ERROR: Postinstall scriptlets of ['busybox'] have failed. If the intention is

[OE-core] [oe][Patch 1/2] parted: use update-alternatives for partprobe

2018-10-05 Thread Max Krummenacher
busybox may also provide a partprobe implementation, so use u-a to allow installing them side by side. If one installs both, busybox and parted, one gets the following error: | ERROR: image do_rootfs: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first bo

[OE-core] [PATCH] scripts/test-case-mgmt: store test result & log into git repository

2018-10-05 Thread Yeoh Ee Peng
These scripts were developed as an alternative testcase management tool to Testopia. Using these scripts, user can store test result & log from OEQA automated testcase execution. These scripts will store test result & log in GIT repository. To use these scripts, first source oe environment, then r