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
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
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
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:
>
>
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
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
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
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
--
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
--
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
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
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
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
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
== 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
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
== 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
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
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
== 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
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
* 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
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
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
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
25 matches
Mail list logo