[OE-core] [PATCH] hdparm: Upgrade to 9.52

2017-06-06 Thread Fan Xin
1. Upgrade hdparm from 9.51 to 9.52 2. Update the checksum of LIC_FILES_CHKSUM The following content is appended to LICENSE.TXT, the licence is still BSD & GPLv2. The apt.c file is Copyright (c) 2009 Jan Friesse . You may use/distribute apt.c freely, under

[OE-core] [PATCH] pciutils: Upgrade to 3.5.4

2017-06-06 Thread Fan Xin
Signed-off-by: Fan Xin --- meta/recipes-bsp/pciutils/{pciutils_3.5.2.bb => pciutils_3.5.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/pciutils/{pciutils_3.5.2.bb => pciutils_3.5.4.bb} (92%) diff --git

[OE-core] [PATCH] man-pages: Upgrade to 4.11

2017-06-06 Thread Fan Xin
Signed-off-by: Fan Xin --- .../man-pages/{man-pages_4.10.bb => man-pages_4.11.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_4.10.bb => man-pages_4.11.bb} (86%) diff --git

[OE-core] [PATCH] gdb: Upgrade to 8.0 release

2017-06-06 Thread Khem Raj
For details on changes see http://lists.gnu.org/archive/html/info-gnu/2017-06/msg2.html Signed-off-by: Khem Raj --- .../gdb/{gdb-7.12.1.inc => gdb-8.0.inc}| 4 +- ...anadian_7.12.1.bb => gdb-cross-canadian_8.0.bb} | 0 .../gdb/{gdb-cross_7.12.1.bb =>

Re: [OE-core] [PATCH] libunwind: fix build failure on MIPS

2017-06-06 Thread Khem Raj
On Tue, Jun 6, 2017 at 6:39 PM, akuster808 wrote: > > > On 06/05/2017 01:53 PM, Ross Burton wrote: >> >> Signed-off-by: Ross Burton >> --- > > > under what conditions is this failing? or what is the build failure message. > The subject makes it sound

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

2017-06-06 Thread Joshua Watt
On Wed, May 31, 2017 at 10:05 PM, Joshua Watt wrote: > 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. > > Signed-off-by:

Re: [OE-core] [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES

2017-06-06 Thread Huang, Jie (Jackie)
Sorry I didn't notice that the v1 has been merged, please ignore this. Thanks, Jackie > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > jackie.hu...@windriver.com > Sent: Wednesday,

[OE-core] ✗ patchtest: failure for kmscube: add opengl to REQUIRED_DISTRO_FEATURES (rev2)

2017-06-06 Thread Patchwork
== Series Details == Series: kmscube: add opengl to REQUIRED_DISTRO_FEATURES (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/7059/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES

2017-06-06 Thread jackie.huang
From: Jackie Huang kmscube depends on virtual/libgles2, virtual/egl and gstreamer1.0 which require opengl in DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta/recipes-graphics/kmscube/kmscube_git.bb | 4 +++- 1 file changed, 3

Re: [OE-core] [PATCH] libunwind: fix build failure on MIPS

2017-06-06 Thread akuster808
On 06/05/2017 01:53 PM, Ross Burton wrote: Signed-off-by: Ross Burton --- under what conditions is this failing? or what is the build failure message. The subject makes it sound like your host is a Mips system. - armin .../libunwind/libunwind/fix-mips.patch

[OE-core] [PATCH 2/2] fts: Switch SRC_URI to github

2017-06-06 Thread Khem Raj
Use the package maintained by voidlinux Drop local patches Signed-off-by: Khem Raj --- meta/recipes-core/fts/fts.bb | 36 +- .../fts/fts/fts-header-correctness.patch | 25 - meta/recipes-core/fts/fts/fts-uclibc.patch | 50 -

[OE-core] [PATCH 1/2] gstreamer1.0-plugins-bad: Fix missing library with bcm egl

2017-06-06 Thread Khem Raj
userland graphics driver provided libegl for rpi depends upon symbols from vchostif library, therefore add it to linker cmdline helps with loadng gst-gl plugins on rpi Signed-off-by: Khem Raj --- .../link-with-libvchostif.patch| 35 ++

[OE-core] [PATCH V4] distutils-base.bbclass: Do not use -pie with hardening

2017-06-06 Thread Khem Raj
Fix build when PIE is turned on. It tries to build .so file using -pie and -shared flags together because its doing compile and link in same step CFLAGS and LDFLAGS are combined and does not work, ending in errors e.g. |

[OE-core] [PATCH v2] runqemu-export-rootfs: don't change RPC ports

2017-06-06 Thread Cody P Schafer
RPC ports (also known as rpc program numbers) are values: - given to rpcbind (aka portmapper) to allow nfsv3 clients that don't know the tcp/udp port number of nfsd and mountd to look it up the tcp/udp port number, and to - allow a single transport (ie: tcp/udp port) to provide multiple

Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional

2017-06-06 Thread Jonathan Liu
Hi Michael, See https://patchwork.openembedded.org/patch/128565/. SYSLINUX_ROOT was renamed to ROOT_VM in Krogoth. Regards, Jonathan On Tue., 6 Jun. 2017 at 11:29 pm, Davis, Michael wrote: > Pyro. > > Guessing something with all the new wic additions killed it. > >

Re: [OE-core] [PATCH] libunwind: fix build failure on MIPS

2017-06-06 Thread Burton, Ross
On 6 June 2017 at 20:04, Martin Jansa wrote: > Do you also have a fix for armv5t build issue with this new libunwind > version? > Goddamnit libunwind! No, I don't. I've got a patch locally to enable libunwind in perf to give it better coverage as currently it is only

[OE-core] [PATCH v3] oeqa/selftest: Adds verification for the integrity compressed images

2017-06-06 Thread Francisco Pedraza
Added verification for images compression divided in 3 steps. 1. Add IMAGE_FSTYPES += "[type(s)]" to ~/conf/local.conf 2. Build a "core-image-minimal" using this configuration. 3. Verify that the image compressed file is present in rootfs directory. YOCTO[#10745] Signed-off-by: Francisco Pedraza

Re: [OE-core] [PATCH] libunwind: fix build failure on MIPS

2017-06-06 Thread Martin Jansa
Do you also have a fix for armv5t build issue with this new libunwind version? http://errors.yoctoproject.org/Errors/Details/143838/ On Mon, Jun 5, 2017 at 10:53 PM, Ross Burton wrote: > Signed-off-by: Ross Burton > --- >

Re: [OE-core] [oe-core][PATCH 1/1] ghostscript: move to version 9.21

2017-06-06 Thread Slater, Joseph
A couple of patches have been submitted moving ghostscript from 9.20 to 9.21. Should I submit a new one fixing the CUPSCONFIG issue, or is the one from Fan Xin being considered instead? Joe From: Slater, Joseph Sent: Thursday, May 25, 2017 2:54 PM To: Slater, Joseph; BURTON, ROSS Cc: OE-core

Re: [OE-core] [PATCH v3] u-boot: Update to 2017.05 release

2017-06-06 Thread Burton, Ross
On 6 June 2017 at 02:09, Marek Vasut wrote: > I was hoping to see v2017.05 update in master before sending any > subsequent patches. > Fair enough :) Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [oe-core][PATCH 1/1] go: do not try to build for powerpc64

2017-06-06 Thread Joe Slater
Add powerpc64 to the incompatible host list. Signed-off-by: Joe Slater --- meta/recipes-devtools/go/go.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/go/go.inc b/meta/recipes-devtools/go/go.inc index 25437dd..91d040d 100644

Re: [OE-core] [PATCH] mesa: Add define to indicate missing 64bit atomics on armv5

2017-06-06 Thread Khem Raj
On Tue, Jun 6, 2017 at 11:02 AM, Burton, Ross wrote: > > On 6 June 2017 at 18:33, Khem Raj wrote: >> >> yes. and there is such a patch proposed as well to mesa but >> it has got some feedback so I did not bring that in. This patch >> instead is

Re: [OE-core] [PATCH] mesa: Add define to indicate missing 64bit atomics on armv5

2017-06-06 Thread Burton, Ross
On 6 June 2017 at 18:33, Khem Raj wrote: > yes. and there is such a patch proposed as well to mesa but > it has got some feedback so I did not bring that in. This patch > instead is surgical. > Cool. Just got to remember to back this out when upstream is fixed. Thanks,

Re: [OE-core] [PATCH] mesa: Add define to indicate missing 64bit atomics on armv5

2017-06-06 Thread Khem Raj
On Tue, Jun 6, 2017 at 10:32 AM, Burton, Ross wrote: > > On 6 June 2017 at 18:13, Khem Raj wrote: >> >> This is wrongly detected by configure since it only checks for >> __sync_add_and_fetch and not __atomic_fetch_add, it decides >> to let compiler emit

Re: [OE-core] [PATCH] mesa: Add define to indicate missing 64bit atomics on armv5

2017-06-06 Thread Burton, Ross
On 6 June 2017 at 18:13, Khem Raj wrote: > This is wrongly detected by configure since it only checks for > __sync_add_and_fetch and not __atomic_fetch_add, it decides > to let compiler emit references to atomic functions which > it expects to be provided by libgcc, but thats

Re: [OE-core] [PATCH] tcf-agent: Fix daemon termination

2017-06-06 Thread Martin Kelly
On 06/06/2017 03:11 AM, Jan Kiszka wrote: On 2017-06-01 02:17, Martin Kelly wrote: On 05/02/2017 01:41 AM, Martin Kelly wrote: On 04/30/2017 08:28 AM, Jan Kiszka wrote: From: Jan Kiszka The upstream init script uses SIGUSR2 to terminate that daemon because SIGTERM is

[OE-core] [PATCH] mesa: Add define to indicate missing 64bit atomics on armv5

2017-06-06 Thread Khem Raj
This is wrongly detected by configure since it only checks for __sync_add_and_fetch and not __atomic_fetch_add, it decides to let compiler emit references to atomic functions which it expects to be provided by libgcc, but thats not the case for armv5 arch [YOCTO #11616] Signed-off-by: Khem Raj

Re: [OE-core] [PATCH] archiver: preserve sysroot paths in configured mode

2017-06-06 Thread Leonardo Sandoval
On Tue, 2017-06-06 at 16:58 +0100, Burton, Ross wrote: > > On 6 June 2017 at 16:42, Mikko Ylinen > wrote: > This patch is not enough because the problem is in > do_unpack_and_patch which > is shared by most archiver modes. This patch fails,

Re: [OE-core] [PATCH] archiver: preserve sysroot paths in configured mode

2017-06-06 Thread Burton, Ross
On 6 June 2017 at 16:42, Mikko Ylinen wrote: > This patch is not enough because the problem is in do_unpack_and_patch > which > is shared by most archiver modes. This patch fails, e.g., with "original + > diff" > > https://patchwork.openembedded.org/series/7068/ >

Re: [OE-core] [PATCH] archiver: preserve sysroot paths in configured mode

2017-06-06 Thread Mikko Ylinen
On 06/06/17 18:03, Ross Burton wrote: do_ar_configured alters WORKDIR but also expects to be able to run do_configure, so forcibly expand the paths to the sysroots as otherwise they'll point to a non-existant directory in the temporary WORKDIR. [ YOCTO #11584 ] This patch is not enough

Re: [OE-core] Fun with npm shrinkwrap

2017-06-06 Thread Jan Kiszka
On 2017-06-06 16:12, Alexander Kanavin wrote: > On 06/06/2017 01:17 PM, Jan Kiszka wrote: >> devtool add / recipetool create do not work properly /wrt shrinkwrap >> when it comes to node-red-node-serialport. npm shrinkwrap finds a number >> of extraneous packages and refuses to generate an output.

[OE-core] [PATCH] archiver: preserve sysroot paths in configured mode

2017-06-06 Thread Ross Burton
do_ar_configured alters WORKDIR but also expects to be able to run do_configure, so forcibly expand the paths to the sysroots as otherwise they'll point to a non-existant directory in the temporary WORKDIR. [ YOCTO #11584 ] Signed-off-by: Ross Burton ---

Re: [OE-core] Fun with npm shrinkwrap

2017-06-06 Thread Alexander Kanavin
On 06/06/2017 01:17 PM, Jan Kiszka wrote: devtool add / recipetool create do not work properly /wrt shrinkwrap when it comes to node-red-node-serialport. npm shrinkwrap finds a number of extraneous packages and refuses to generate an output. There are various workarounds discussed in [1]. For

Re: [OE-core] [PATCH] buildstats.sh: add ELAPSED option

2017-06-06 Thread Leonardo Sandoval
On Tue, 2017-06-06 at 05:20 +0200, liu.min...@gmail.com wrote: > From: Ming Liu > > This allows users to be able to get the elapsed time of specific > tasks from buildstats, sometimes could be useful. > > Signed-off-by: Ming Liu

Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional

2017-06-06 Thread Davis, Michael
Pyro. Guessing something with all the new wic additions killed it. -Original Message- From: Jonathan Liu [mailto:net...@gmail.com] Sent: Monday, June 05, 2017 7:17 PM To: Davis, Michael Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no

[OE-core] [PATCH 2/3] kmod: upgrade to 24

2017-06-06 Thread Chen Qi
Drop kcmdline_quotes.patch as it has been integrated. Signed-off-by: Chen Qi --- meta/recipes-kernel/kmod/kmod.inc | 5 +-- .../recipes-kernel/kmod/kmod/kcmdline_quotes.patch | 44 -- 2 files changed, 2 insertions(+), 47 deletions(-)

[OE-core] [PATCH 3/3] util-linux: upgrade to 2.29.2

2017-06-06 Thread Chen Qi
Signed-off-by: Chen Qi --- .../util-linux/{util-linux_2.29.1.bb => util-linux_2.29.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/util-linux/{util-linux_2.29.1.bb => util-linux_2.29.2.bb} (86%) diff --git

[OE-core] [PATCH 1/3] sysstat: upgrade to 11.5.5

2017-06-06 Thread Chen Qi
Signed-off-by: Chen Qi --- .../recipes-extended/sysstat/{sysstat_11.5.4.bb => sysstat_11.5.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_11.5.4.bb => sysstat_11.5.5.bb} (53%) diff --git

[OE-core] [PATCH 0/3] Package Upgrade -- sysstat, kmod, util-linux

2017-06-06 Thread Chen Qi
The following changes since commit 02417b149623c3042c257d1c1074f915dc02b7c7: oeqa/selftest: lock down Meson git revision for reliability (2017-06-05 17:59:38 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/PU-20170606 http://git.pokylinux.org

[OE-core] Fun with npm shrinkwrap

2017-06-06 Thread Jan Kiszka
Hi all, devtool add / recipetool create do not work properly /wrt shrinkwrap when it comes to node-red-node-serialport. npm shrinkwrap finds a number of extraneous packages and refuses to generate an output. There are various workarounds discussed in [1]. For me this seems to work: diff --git

Re: [OE-core] [PATCH] tcf-agent: Fix daemon termination

2017-06-06 Thread Jan Kiszka
On 2017-06-01 02:17, Martin Kelly wrote: > On 05/02/2017 01:41 AM, Martin Kelly wrote: >> On 04/30/2017 08:28 AM, Jan Kiszka wrote: >>> From: Jan Kiszka >>> >>> The upstream init script uses SIGUSR2 to terminate that daemon because >>> SIGTERM is ignored. As the killproc

[OE-core] [PATCH v2] cairo: Fix CVE-2017-7475

2017-06-06 Thread Fan Xin
CVE: CVE-2017-7475 Bug 100763 - Denial-of-Service Attack due to Logical Problem in Program https://bugs.freedesktop.org/show_bug.cgi?id=100763 Signed-off-by: Fan Xin --- ...et_bitmap_surface-bsc1036789-CVE-2017-7475.diff | 22 ++