Re: [OE-core] [PATCH] openssl: fix occasionally install fail for parallel build

2018-10-23 Thread Changqing Li
On 10/24/2018 02:04 PM, Richard Purdie wrote: On Wed, 2018-10-24 at 11:30 +0800, changqing...@windriver.com wrote: From: Changqing Li when do parallel build, like run "make install -j 48", openssl will do_install failed with below error: mv: cannot stat 'openssl/1.1.1- r0/image/usr/lib/libcr

Re: [OE-core] [PATCH 1/1] systemd: add back alternatives for init utitilies

2018-10-23 Thread ChenQi
On 10/24/2018 05:48 AM, Richard Purdie wrote: On Mon, 2018-10-22 at 15:03 +0800, Chen Qi wrote: Add back alternatives for init utilities to avoid regression. These alternatives were removed when upgradeing systemd to 239. They were removed out of the logic that init utitilies should be bound to

[OE-core] [PATCH 1/1] packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd

2018-10-23 Thread Chen Qi
The automount udev rule in udev-extraconf is likely to cause conflicts or failures in case of systemd. We are seeing errors like below for qemu bsps. run-media-hdc.mount loaded failed failed /run/media/hdc So do not install udev-extraconf in case of systemd in these two packagegroups. Signed-o

[OE-core] [PATCH 0/1] packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd

2018-10-23 Thread Chen Qi
The following changes since commit 8e4c03744cfa8cc559682ebf7074643216dd2b9d: oe-selftest: devtool: Support meta being a symbolic link (2018-10-21 21:30:35 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/udev-extraconf http://git.pokylinux.org/cgi

Re: [OE-core] [PATCH] openssl: fix occasionally install fail for parallel build

2018-10-23 Thread Richard Purdie
On Wed, 2018-10-24 at 11:30 +0800, changqing...@windriver.com wrote: > From: Changqing Li > > when do parallel build, like run "make install -j 48", openssl will > do_install > failed with below error: > mv: cannot stat 'openssl/1.1.1- > r0/image/usr/lib/libcrypto.so.1.1.new': No such file or dir

[OE-core] [PATCH] kernel-devsrc: add selinux include files needed by scripts/selinux build

2018-10-23 Thread Victor Kamensky via Openembedded-core
If CONFIG_SECURITY_SELINUX=y is enabled in kernel configuration, then 'make scripts' command in /usr/src/kernel fails to build utilities under scripts/selinux that would be pulled in by this config: HOSTCC scripts/selinux/genheaders/genheaders scripts/selinux/genheaders/genheaders.c:19:10: fata

[OE-core] [PATCH] openssl: fix occasionally install fail for parallel build

2018-10-23 Thread changqing.li
From: Changqing Li when do parallel build, like run "make install -j 48", openssl will do_install failed with below error: mv: cannot stat 'openssl/1.1.1-r0/image/usr/lib/libcrypto.so.1.1.new': No such file or directory Makefile:318: recipe for target 'install_dev' failed problem caused by targ

[OE-core] [PATCH] python3: Fix python3-pyvenv run-time dependency

2018-10-23 Thread Hugues Kamba
Pyvenv is just a small script that uses venv to create virtual environments. https://www.python.org/dev/peps/pep-0405/#creating-virtual-environments This patch adds the python3-venv module as a self-contained package which python3-pyvenv must depend on at run-time. This is also good for future-pro

Re: [OE-core] PATCH: Fixing python3-pyvenv and adding python3-venv

2018-10-23 Thread Hugues Kamba
Hi Alejandro, Although I disagree with having them bundled together (for the simple reason they are not the same), if there has to be only one it should be python3-venv and not python3-pyvenv as it currently is the case. Debian for example has a python3-venv package. Including python3-venv sho

Re: [OE-core] [PATCH 1/1] systemd: add back alternatives for init utitilies

2018-10-23 Thread Richard Purdie
On Mon, 2018-10-22 at 15:03 +0800, Chen Qi wrote: > Add back alternatives for init utilities to avoid regression. > > These alternatives were removed when upgradeing systemd to 239. > They were removed out of the logic that init utitilies should be > bound to init manager. However, it turned out t

Re: [OE-core] PATCH: Fixing python3-pyvenv and adding python3-venv

2018-10-23 Thread Alejandro Hernandez
Hello Huges, On 10/23/2018 12:12 AM, Hugues Kamba wrote: Hi Alenjandro, More information here: https://www.python.org/dev/peps/pep-0405/#creating-virtual-environments What I am proposing is also a good idea for when python 3.6 is available in Yocto. With Python 3.5 one can create virt

Re: [OE-core] [PATCH] bitbake.conf: drop FETCHCMD, GITDIR, etc fetcher over-rides

2018-10-23 Thread richard . purdie
On Tue, 2018-10-23 at 14:18 -0700, Andre McCurdy wrote: > On Fri, Jun 15, 2018 at 3:12 PM, Andre McCurdy > wrote: > > On Fri, Jun 15, 2018 at 2:58 PM, Richard Purdie > > wrote: > > > On Fri, 2018-06-15 at 11:43 -0700, Andre McCurdy wrote: > > > > Following recent updates to the bitbake, the fetch

Re: [OE-core] [PATCH] bitbake.conf: drop FETCHCMD, GITDIR, etc fetcher over-rides

2018-10-23 Thread Andre McCurdy
On Fri, Jun 15, 2018 at 3:12 PM, Andre McCurdy wrote: > On Fri, Jun 15, 2018 at 2:58 PM, Richard Purdie > wrote: >> On Fri, 2018-06-15 at 11:43 -0700, Andre McCurdy wrote: >>> Following recent updates to the bitbake, the fetchers should now all >>> contain safe and correct defaults for the subdir

Re: [OE-core] [PATCH 1/1] udev-hwdb: fix postinstall scripts failures when multilib enabled

2018-10-23 Thread richard . purdie
On Tue, 2018-10-23 at 14:43 +0800, Kang Kai wrote: > On 2018/10/22 下午11:11, Kang Kai wrote: > > On 2018/10/18 下午11:28, kai.k...@windriver.com wrote: > > > From: Kai Kang > > > > > > When multilib is enabled and both udev-hwdb and ${MLPREFIX}udev- > > > hwdb are > > > installed to image, it fails

[OE-core] 2.6 migration guide

2018-10-23 Thread Paul Eggleton
Hi folks When Scott prepares the migration guide for a release, he usually looks to me to collate the notable changes for it (those requiring user intervention). I haven't prepared anything yet though and the 2.6 release is fast approaching. Can anyone who has been involved in or is aware of su

Re: [OE-core] [PATCH] npm.bbclass: allow overriding NPM_INSTALL_DEV

2018-10-23 Thread Christopher Larson
Technically a recipe can still set it just fine, they just have to set it after the inherit, not before. This is likely still a good change to apply, but wanted to clarify :) On Tue, Oct 23, 2018 at 4:49 AM Jef Driesen wrote: > Commit b1f10b18eaf6c8009e86863ca4a26f429de97082 added the NPM_INSTAL

[OE-core] Yocto Project Status WW43’18

2018-10-23 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M4. Next Deadline: YP 2.6 M4 Build Target was Oct. 1, 2018 SWAT Team Rotation: · SWAT lead is currently: Amanda · SWAT team rotation: Amanda -> Tracy on Oct. 26, 2018 · SWAT team rotation: Tracy -> Chen on Nov. 2, 2018 · https://w

Re: [OE-core] [PATCH 02/13] nspr: Update to 4.20

2018-10-23 Thread Khem Raj
On Mon, Oct 22, 2018 at 3:06 PM Armin Kuster wrote: > RISC-v support now included in this release so drop patch. > and refresh patches That’s right thanks for update > > > Signed-off-by: Armin Kuster > --- > .../nspr/nspr/0002-Add-nios2-support.patch | 25 ++-- > ...e-definitions-fo

[OE-core] [PATCH] npm.bbclass: allow overriding NPM_INSTALL_DEV

2018-10-23 Thread Jef Driesen
Commit b1f10b18eaf6c8009e86863ca4a26f429de97082 added the NPM_INSTALL_DEV variable. But due to the use of simple assignment, a recipe can't override its value. Signed-off-by: Jef Driesen --- meta/classes/npm.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes

Re: [OE-core] ✗ patchtest: failure for npm: change install directory to upstream default (rev3)

2018-10-23 Thread Olaf Mandel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, Am 23.10.2018 um 00:45 schrieb Richard Purdie: > On Mon, 2018-10-22 at 12:45 +0200, Olaf Mandel wrote: >> [...] What is the procedure to handle this? Should I make a >> patch that works on top of the v1 already in master? > > Normally I'd su

[OE-core] [PATCH] nasm: fix CVE-2018-1000667

2018-10-23 Thread Hongxu Jia
Since the latest nasm is 2.14rc16 (not formal release), so backport a patch to 2.13 to fix CVE-2018-1000667. Signed-off-by: Hongxu Jia --- ...proc-parse_size-Check-for-string-provided.patch | 37 ++ meta/recipes-devtools/nasm/nasm_2.13.03.bb | 1 + 2 files changed,

[OE-core] [v2][PATCH 2/2] libpcre2: update to 10.32

2018-10-23 Thread Armin Kuster
License-Update: changed do to typo fixes and tidies for 10.32 see: https://www.pcre.org/changelog.txt Signed-off-by: Armin Kuster -- [v2] add missing License-Update --- .../libpcre/{libpcre2_10.31.bb => libpcre2_10.32.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(

[OE-core] [v2][PATCH 1/2] gnutls: update to 3.6.4

2018-10-23 Thread Armin Kuster
Notable change: libgnutls: Added the final (RFC8446) version numbering of the TLS1.3 protocol. see: https://lists.gnupg.org/pipermail/gnutls-help/2018-September/004457.html Signed-off-by: Armin Kuster -- [v2] Fix typo in version in subject --- meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gn

Re: [OE-core] [PATCH 03/13] gnutls: update to 2.6.4

2018-10-23 Thread akuster808
On 10/22/18 9:06 PM, Andre McCurdy wrote: > On Mon, Oct 22, 2018 at 7:05 AM, Armin Kuster wrote: >> Notable change: >> >> libgnutls: Added the final (RFC8446) version numbering of the TLS1.3 >> protocol. >> see: https://lists.gnupg.org/pipermail/gnutls-help/2018-September/004457.html > Subject m

[OE-core] ✗ patchtest: failure for Create python3-venv package for virtual environments creation

2018-10-23 Thread Patchwork
== Series Details == Series: Create python3-venv package for virtual environments creation Revision: 1 URL : https://patchwork.openembedded.org/series/14642/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several t

[OE-core] [PATCH] Create python3-venv package for virtual environments creation

2018-10-23 Thread Hugues Kamba
* Add the venv module as a self-contained package since pyvenv as been deprecated in Python 3.6. * Fix the python3-pyvenv package by adding venv as a run-time dependency. Signed-off-by: Hugues Kamba --- .../python/python3/python3-manifest.json | 26 ++ 1 file chan