Re: [OE-core] [PATCH] wic: Generate startup.nsh for EFI cases if none found

2017-09-28 Thread Ed Bartosh
On Wed, Sep 20, 2017 at 12:03:27PM -0400, Tom Rini wrote: > In the case of non-wic images there is logic today to generate a > startup.nsh file that will be executed by EFI to run the loader that the > image contains. In the WIC case is currently depends on that file being > generated elsewhere

[OE-core] [PATCH v4 3/3] weston: Bump version to 3.0.0

2017-09-28 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- .../wayland/{weston_2.0.0.bb => weston_3.0.0.bb} | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) rename meta/recipes-graphics/wayland/{weston_2.0.0.bb => weston_3.0.0.bb} (90%) diff --git

[OE-core] [PATCH] cml1: remove diffconfig return code checking

2017-09-28 Thread Bruce Ashfield
The following commit: [ commit 578c8205fd14c48c6d30ef2889d86f1b4aee060a Author: Mikko Rapeli Date: Thu Jun 22 16:23:14 2017 +0300 meta: Fix return value checks from subprocess.call()'s Python function subprocess.call() returns the return value of the

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-28 Thread Tom Rini
On Thu, Sep 28, 2017 at 05:13:03PM +0300, Ed Bartosh wrote: > On Wed, Sep 27, 2017 at 01:00:09PM -0400, Tom Rini wrote: > > With RSS we need to ensure that when making a bmap image that the > > python3 that we created is found via /usr/bin/env rather than the host > > python3. Otherwise we're

[OE-core] ✗ patchtest: failure for "[v4] wayland : Bump to version..." and 2 more

2017-09-28 Thread Patchwork
== Series Details == Series: "[v4] wayland : Bump to version..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/9154/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH v4 1/3] wayland : Bump to version 1.14.0

2017-09-28 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- .../recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} (92%) diff --git

[OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-09-28 Thread Fabien Lahoudere
This patch modify the way we manage wayland path issues. Instead of patching each recipe to make it work with wayland and its protocols, it is better to patch wayland to fix its path issues. So wayland-scanner.pc, wayland-client.pc and wayland-protocols.pc are patched to change paths. Then we

[OE-core] [PATCH v4] systemd: add runtime dependencies to pam plugins.

2017-09-28 Thread andreas . kling
From: Andy Kling This ensures pam plugins required by /etc/pam.d/systemd-user to open a user session are installed. systemd[1]: Starting User Manager for UID 994... systemd[6493]: PAM unable to dlopen(/lib/security/pam_keyinit.so) Drop package systemd-pam

Re: [OE-core] [PATCH] wic: Generate startup.nsh for EFI cases if none found

2017-09-28 Thread Tom Rini
On Thu, Sep 28, 2017 at 02:46:23PM -0300, Otavio Salvador wrote: > Hello Tom, > > On Thu, Sep 28, 2017 at 2:44 PM, Tom Rini wrote: > > On Thu, Sep 28, 2017 at 06:47:07PM +0300, Ed Bartosh wrote: > >> On Wed, Sep 20, 2017 at 12:03:27PM -0400, Tom Rini wrote: > >> > In the case

Re: [OE-core] [PATCH] wic: Generate startup.nsh for EFI cases if none found

2017-09-28 Thread Tom Rini
On Thu, Sep 28, 2017 at 02:57:04PM -0300, Otavio Salvador wrote: > On Thu, Sep 28, 2017 at 2:49 PM, Tom Rini wrote: > > On Thu, Sep 28, 2017 at 02:46:23PM -0300, Otavio Salvador wrote: > >> Hello Tom, > >> > >> On Thu, Sep 28, 2017 at 2:44 PM, Tom Rini

Re: [OE-core] [PATCH] wic: Generate startup.nsh for EFI cases if none found

2017-09-28 Thread Tom Rini
On Thu, Sep 28, 2017 at 03:01:13PM -0300, Otavio Salvador wrote: > On Thu, Sep 28, 2017 at 2:59 PM, Tom Rini wrote: > > On Thu, Sep 28, 2017 at 02:57:04PM -0300, Otavio Salvador wrote: > >> On Thu, Sep 28, 2017 at 2:49 PM, Tom Rini wrote: > >> > On Thu,

[OE-core] [PATCH v2 0/1] goarch.bbclass: rework mips architecture checks

2017-09-28 Thread Matt Madison
New in V2: * Replaced the regex matches for mips with straight comparisons -- the only mips TUNE_ARCHs that map into Go support are 'mips' and 'mipsel'. * Removed the anonymous python function, and dropped rewriting TUNE_FEATURES altogether. TUNE_CCARGS_remove (which had been used in

Re: [OE-core] [PATCH] wic: Generate startup.nsh for EFI cases if none found

2017-09-28 Thread Tom Rini
On Thu, Sep 28, 2017 at 06:47:07PM +0300, Ed Bartosh wrote: > On Wed, Sep 20, 2017 at 12:03:27PM -0400, Tom Rini wrote: > > In the case of non-wic images there is logic today to generate a > > startup.nsh file that will be executed by EFI to run the loader that the > > image contains. In the WIC

Re: [OE-core] [PATCH] wic: Generate startup.nsh for EFI cases if none found

2017-09-28 Thread Otavio Salvador
On Thu, Sep 28, 2017 at 2:49 PM, Tom Rini wrote: > On Thu, Sep 28, 2017 at 02:46:23PM -0300, Otavio Salvador wrote: >> Hello Tom, >> >> On Thu, Sep 28, 2017 at 2:44 PM, Tom Rini wrote: >> > On Thu, Sep 28, 2017 at 06:47:07PM +0300, Ed Bartosh wrote: >> >>

[OE-core] [PATCH] image.bbclass: Fix 'vardepsexclude' mechanism for image_cmd_${FSTYPE}

2017-09-28 Thread Igor Romanov
Current mechanism doesn't allow to use any non-determenistic variable, except 'DATE' and 'DATETIME', inside IMAGE_CMD_${FSTYPE} prototype. Passing 'vardepsexclude' values from IMAGE_CMD_${FSTYPE}, so users will be able to avoid taskhash mismatch problems. Signed-off-by: Igor Romanov

[OE-core] [PATCH v2 1/1] goarch.bbclass: rework mips architecture checks

2017-09-28 Thread Matt Madison
Remove the TUNE_FEATURES references from go_map_arch, to avoid an unwanted variable dependency. Direct comparisons of the architecture name are sufficient for covering what Go currently supports, and using TUNE_CCARGS_remove adequately handles the conflict with the cgo-supplied flags for mips.

[OE-core] Go runtime host contamination

2017-09-28 Thread Paul Barker
Hey, I'm trying to upgrade runc-opencontainers in meta-virtualization to v1.0.0-rc4 and hitting a host contamination issue. Both host and target are x86-64 but I'm using glibc on the host (Ubuntu 16.04) and musl on the target. I'm getting link failures referring to missing symbols

Re: [OE-core] [PATCH] wic: Generate startup.nsh for EFI cases if none found

2017-09-28 Thread Otavio Salvador
Hello Tom, On Thu, Sep 28, 2017 at 2:44 PM, Tom Rini wrote: > On Thu, Sep 28, 2017 at 06:47:07PM +0300, Ed Bartosh wrote: >> On Wed, Sep 20, 2017 at 12:03:27PM -0400, Tom Rini wrote: >> > In the case of non-wic images there is logic today to generate a >> > startup.nsh file

Re: [OE-core] [PATCH] wic: Generate startup.nsh for EFI cases if none found

2017-09-28 Thread Otavio Salvador
On Thu, Sep 28, 2017 at 2:59 PM, Tom Rini wrote: > On Thu, Sep 28, 2017 at 02:57:04PM -0300, Otavio Salvador wrote: >> On Thu, Sep 28, 2017 at 2:49 PM, Tom Rini wrote: >> > On Thu, Sep 28, 2017 at 02:46:23PM -0300, Otavio Salvador wrote: >> >> Hello Tom,

[OE-core] SFO17 Cross-Distro meeting notes

2017-09-28 Thread Riku Voipio
= LSE atomics problem = Large System Extensions, part of ARMv8.1, provides new atomics instructions. These instructions are essential for high performance locking when you have lots of cores. Recommendation: distributions should provide an alternative optimized glibc with LSE atomics based locks

Re: [OE-core] Go runtime host contamination

2017-09-28 Thread Matt Madison
On Thu, Sep 28, 2017 at 10:28 AM, Paul Barker wrote: > Hey, > > I'm trying to upgrade runc-opencontainers in meta-virtualization to > v1.0.0-rc4 and hitting a host contamination issue. > > Both host and target are x86-64 but I'm using glibc on the host > (Ubuntu 16.04) and

Re: [OE-core] [morty][PATCH 1/2] selftest/cases/signing: ignore removal errors when cleaning temporary gpg directory

2017-09-28 Thread akuster808
On 09/26/2017 12:36 PM, leonardo.sandoval.gonza...@linux.intel.com wrote: > From: Leonardo Sandoval > > The high-level method tempfile.TemporaryDirectory give us no way to > ignore erros on removal thus use tempfile.mkdtemp instead. Ignoring possible

[OE-core] [PATCH] watchdog: install wd_keepalive service file to its own package

2017-09-28 Thread Yi Zhao
Move wd_keepalive.service from watchdog package to watchdog-keepalive package. Also remove debian specific code from the service file. Signed-off-by: Yi Zhao --- meta/recipes-extended/watchdog/watchdog_5.15.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)

[OE-core] [PATCH v2] expect: Fix segfaults when Expect clib is used directly from C program

2017-09-28 Thread Li Zhou
Fix segfaults if Tcl is built with stubs and Expect clib function is used directly from C program. Signed-off-by: Li Zhou --- ...segfaults-if-Tcl-is-built-with-stubs-and-.patch | 91 ++ meta/recipes-devtools/expect/expect_5.45.bb| 1 + 2 files

Re: [OE-core] [PATCH] rootfs-postcommands.bbclass: add support for /etc/ld.so.conf.d/*.conf

2017-09-28 Thread Huang, Jie (Jackie)
I found the original patch: https://patchwork.openembedded.org/patch/62453/ Thanks, Jackie From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Huang, Jie (Jackie) Sent: Friday, September 29, 2017 10:58 To: BURTON, ROSS

Re: [OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-09-28 Thread Khem Raj
this is a good patch. Thanks On Thu, Sep 28, 2017 at 9:01 AM, Fabien Lahoudere wrote: > This patch modify the way we manage wayland path issues. > Instead of patching each recipe to make it work with wayland and its > protocols, > it is better to patch wayland

Re: [OE-core] [PATCH] rootfs-postcommands.bbclass: add support for /etc/ld.so.conf.d/*.conf

2017-09-28 Thread Huang, Jie (Jackie)
That’s what we did in the original patch, but rejected long time ago then we have been keeping it in our local branch: commit 1e43ff11f841247453f1d4106b22d33aa3a150f9 Author: Ming Liu Date: Wed Aug 21 16:06:29 2013 +0800 eglibc: add support for

Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-28 Thread Andrej Valek
Thank You for pointing to this. I have fixed and updated the pull request. Andrej On 09/27/2017 05:35 PM, Burton, Ross wrote: > On 27 September 2017 at 09:52, Andrej Valek > wrote: > > Could You please provide my the current

[OE-core] [PATCH v2] libxml2: 2.9.4 -> 2.9.5

2017-09-28 Thread Andrej Valek
Signed-off-by: Andrej Valek --- .../libxml/libxml2/libxml-m4-use-pkgconfig.patch | 2 +- .../libxml/libxml2/libxml2-CVE-2016-4658.patch | 269 -- .../libxml/libxml2/libxml2-CVE-2016-5131.patch | 180 ---

Re: [OE-core] [PATCH] expect: Fix segfaults when Expect clib is used directly from C program

2017-09-28 Thread Burton, Ross
On 28 September 2017 at 11:04, Li Zhou wrote: > +Upstream-Status: Backport > +Backport from http://pkgs.fedoraproject.org/cgit/rpms/expect.git/commit/ > +?h=master=b6737eed550be93182f2ed194e836a6cbbcf4fa3 Another distribution patching a recipe does not make it a

Re: [OE-core] [PATCH] rootfs-postcommands.bbclass: add support for /etc/ld.so.conf.d/*.conf

2017-09-28 Thread Otavio Salvador
On Thu, Sep 28, 2017 at 8:27 AM, Burton, Ross wrote: > Why implement this as a rootfs postinstall command? glibc writes this file, > so we can alter it when that recipe is written. Also this is a problem for reproducible builds. -- Otavio Salvador

[OE-core] Building python modules using the SDK emit errors

2017-09-28 Thread Gerson Fernando Budke
Hello guys, I've been facing problems with python and I need some help. My current branch is morty but I think this could affect others too. At firstly, it works perfecly and run OK when using bitbake (even using with distutils in setup.py - see below) but when tring build using SDK I get this:

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-09-28 Thread Ed Bartosh
On Thu, Sep 21, 2017 at 05:21:44PM -0400, Tom Rini wrote: > On Thu, Sep 21, 2017 at 04:20:30PM -0500, Mark Hatle wrote: > > On 9/21/17 4:15 PM, Otavio Salvador wrote: > > > On Thu, Sep 21, 2017 at 2:46 PM, Tom Rini wrote: > > >> When we have been told to use the UUID we should

Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-28 Thread Burton, Ross
On 28 September 2017 at 11:14, Andrej Valek wrote: > Of course, but there is a problem with mailing list encoding. This is > the reason, why is pushed into branch. > I understand, and I will be pulling from the branch, but review is on the list so patches need to be on

Re: [OE-core] [PATCH] rootfs-postcommands.bbclass: add support for /etc/ld.so.conf.d/*.conf

2017-09-28 Thread Burton, Ross
Why implement this as a rootfs postinstall command? glibc writes this file, so we can alter it when that recipe is written. Ross On 31 August 2017 at 06:54, wrote: > From: Jackie Huang > > There are advantages in changing the contents

[OE-core] [PATCH] expect: Fix segfaults if Tcl is built with stubs and Expect is used directly from C program

2017-09-28 Thread Li Zhou
Fix segfaults if Tcl is built with stubs and Expect clib function is used directly from C program. Signed-off-by: Li Zhou --- ...segfaults-if-Tcl-is-built-with-stubs-and-.patch | 90 ++ meta/recipes-devtools/expect/expect_5.45.bb| 1 + 2 files

[OE-core] ✗ patchtest: failure for expect: Fix segfaults if Tcl is built with stubs and Expect is used directly from C program

2017-09-28 Thread Patchwork
== Series Details == Series: expect: Fix segfaults if Tcl is built with stubs and Expect is used directly from C program Revision: 1 URL : https://patchwork.openembedded.org/series/9151/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is

Re: [OE-core] Go SDK automated test

2017-09-28 Thread Burton, Ross
On 18 September 2017 at 20:17, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > Hello folks, > > I did try to understand the automated test infrastructure but ended > lost on how the code was designed. So instead I wrote down a step by > step test so someone which knows better the

[OE-core] [PATCH] expect: Fix segfaults when Expect clib is used directly from C program

2017-09-28 Thread Li Zhou
Fix segfaults if Tcl is built with stubs and Expect clib function is used directly from C program. Signed-off-by: Li Zhou --- ...segfaults-if-Tcl-is-built-with-stubs-and-.patch | 90 ++ meta/recipes-devtools/expect/expect_5.45.bb| 1 + 2 files

Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-28 Thread Burton, Ross
Can you resubmit the patch here too please, patch review happens primarily on the list. Ross On 28 September 2017 at 07:06, Andrej Valek wrote: > Thank You for pointing to this. I have fixed and updated the pull request. > > Andrej > > On 09/27/2017 05:35 PM, Burton,

Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-28 Thread Andrej Valek
Of course, but there is a problem with mailing list encoding. This is the reason, why is pushed into branch. Only for the information. A difference between last version posted here, is only in file runtest.patch So, basically the versions are the same. >-+ install $(noinst_PROGRAMS)

Re: [OE-core] [PATCH V3] dpky.py: Adds testcases for dpkg package manager

2017-09-28 Thread Burton, Ross
On 27 September 2017 at 21:43, wrote: > From: libertad > > Adds dpkg testcases for testing basic operation functionality for the dpkg > packgage manager.Adds new assert function to verify expected results given > by the dpkg package > Basic

[OE-core] [PATCH v11] openssh: Atomically generate host keys

2017-09-28 Thread Joshua Watt
Generating the host keys atomically prevents power interruptions during the first boot from leaving the key files incomplete, which often prevents users from being able to ssh into the device. [YOCTO #11671] Signed-off-by: Joshua Watt ---

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-28 Thread Ed Bartosh
On Wed, Sep 27, 2017 at 01:00:09PM -0400, Tom Rini wrote: > With RSS we need to ensure that when making a bmap image that the > python3 that we created is found via /usr/bin/env rather than the host > python3. Otherwise we're relying on the build host to have bmaptool > support installed. > Can

Re: [OE-core] [morty][PATCH] kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

2017-09-28 Thread akuster808
Nicolas, On 09/27/2017 12:20 PM, Nicolas Dechesne wrote: > On Wed, Sep 13, 2017 at 12:38 PM, Nicolas Dechesne > wrote: >> KERNEL_IMAGETYPES lists all the kernel images that we want to build. in >> cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz),

Re: [OE-core] [PATCH v3] systemd: add runtime dependencies to pam plugins.

2017-09-28 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > andreas.kl...@gmail.com > Sent: den 27 september 2017 11:40 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH

[OE-core] [PATCH] libarchive: CVE-2017-14502

2017-09-28 Thread Zhixiong Chi
read_header in archive_read_support_format_rar.c suffers from an off-by-one error for UTF-16 names in RAR archives, leading to an out-of-bounds read in archive_read_format_rar_read_header. Backport the patch from https://github.com/libarchive/libarchive/commit commit