[OE-core] [PATCH 1/1] logging: use warning instead warn

2018-07-18 Thread Chen Qi
The warn method is deprecated. We should use the documented warning instead. Quoting from the python's official doc: """ Note: There is an obsolete method warn which is functionally identical to warning. As warn is deprecated, please do not use it - use warning instead. """ Signed-off-by:

[OE-core] [PATCH 0/1] logging: use warning instead warn

2018-07-18 Thread Chen Qi
The following changes since commit b0f2f690a3513e4c9fa30fee1b8d7ac2d7140657: systemd-boot: upgrade to 239 (2018-07-18 10:18:42 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/logging-warning

Re: [OE-core] [PATCH 1/6] gstreamer1.0-plugin-base: Update packageconfigs

2018-07-18 Thread Anuj Mittal
On 07/17/2018 05:35 PM, Carlos Rafael Giani wrote: > * There is no libvisual recipe in oe-core or in meta-openembedded, so > the visual packageconfig needs to go What is the benefit of removing it as compared to just letting it be present as a configurable option which isn't enabled by default

[OE-core] [PATCH][RFC] glibc: Avoid multilibbing on wordsize.h

2018-07-18 Thread Daniel Díaz
Once another header #includes , there is a potential recursion going on because the multilib_header_wrapper.h #includes again! This should not happen because an __arm__ (32-bits) or an __aarch64__ (64-bits) environment guarantees that we will be getting the correct definition, but when building

Re: [OE-core] [PATCH v2] systemd: Allow custom coredump config options

2018-07-18 Thread Andre McCurdy
On Wed, Jul 18, 2018 at 3:53 PM, Alistair Francis wrote: > If the user has enabled coredump let's allow them to customise the > config options. > > Signed-off-by: Alistair Francis > --- > meta/recipes-core/systemd/systemd_239.bb | 12 > 1 file changed, 12 insertions(+) > > diff

[OE-core] [PATCH v2] systemd: Allow custom coredump config options

2018-07-18 Thread Alistair Francis
If the user has enabled coredump let's allow them to customise the config options. Signed-off-by: Alistair Francis --- meta/recipes-core/systemd/systemd_239.bb | 12 1 file changed, 12 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_239.bb

[OE-core] [PATCH v2] dbus: Enable user-session package config

2018-07-18 Thread Alistair Francis
If targeting a X11 or Wayland session the user will want user-session enabled. To target both of these just enable user-session all the time. Signed-off-by: Alistair Francis --- meta/recipes-core/dbus/dbus_1.12.8.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH] bind: update to 9.11.4

2018-07-18 Thread Armin Kuster
include: CVE-2018-5738 Signed-off-by: Armin Kuster --- meta/recipes-connectivity/bind/{bind_9.11.3.bb => bind_9.11.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/bind/{bind_9.11.3.bb => bind_9.11.4.bb} (97%) diff --git

Re: [OE-core] [PATCH] systemd: Enable coredump if it is in PACKAGECONFIG

2018-07-18 Thread Alistair Francis
On Mon, Jul 16, 2018 at 6:57 PM, ChenQi wrote: > Hi Alistair, > > I don't think this file needs to be modified. And you are uncommenting the > default values. The behavior is expected to remain the same. > > Also, I just did a quick test with coredump enabled and things were working > correctly.

[OE-core] ✗ patchtest: failure for "gnu-config: remove obsolete ve..." and 1 more

2018-07-18 Thread Patchwork
== Series Details == Series: "gnu-config: remove obsolete ve..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/13086/ 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 1/2] gnu-config: remove obsolete version

2018-07-18 Thread Ross Burton
Signed-off-by: Ross Burton --- .../gnu-config/gnu-config/musl-support.patch | 25 -- .../gnu-config/gnu-config_20120814.bb | 40 -- 2 files changed, 65 deletions(-) delete mode 100644

[OE-core] [PATCH 2/2] gnu-config: update to 2018-07-13

2018-07-18 Thread Ross Burton
License checksum updated as URL changed. Signed-off-by: Ross Burton --- meta/recipes-devtools/gnu-config/gnu-config_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb

[OE-core] [oe-core][PATCH 1/2] tiff: security fix CVE-2018-8905

2018-07-18 Thread Joe Slater
Buffer overflow described at nvd.nits.gov/vuln/detail/CVE-2018-8905. Signed-off-by: Joe Slater --- .../libtiff/files/CVE-2018-8905.patch | 61 ++ meta/recipes-multimedia/libtiff/tiff_4.0.9.bb | 1 + 2 files changed, 62 insertions(+) create mode 100644

[OE-core] [oe-core][PATCH 2/2] tiff: security fix CVE-2018-7456

2018-07-18 Thread Joe Slater
NULL pointer use as described at nvd.nist.gov/vuln/detail/CVE-2018-7456. Signed-off-by: Joe Slater --- .../libtiff/files/CVE-2018-7456.patch | 178 + meta/recipes-multimedia/libtiff/tiff_4.0.9.bb | 1 + 2 files changed, 179 insertions(+) create mode

[OE-core] [PATCH] cmake: put cmake.m4 and toolchain file in PN

2018-07-18 Thread Ross Burton
Previously cmake-dev held some files which should be in cmake. - cmake.m4 should be in installed in cmake so it can be used out of the box - nativesdk-specific OEToolchainConfig.cmake file used to be in cmake, but the change of default packaging rules move it into cmake-dev. This recipe is the

Re: [OE-core] [PATCH] binutils: Upgrade to 2.31 release branch

2018-07-18 Thread Khem Raj
Thanks! Yes I had tried that patch locally here and It is the right one On Wed, Jul 18, 2018 at 5:21 AM Burton, Ross wrote: > Breaks grub-efi: > > DEBUG: Executing shell function do_mkimage > grub-mkimage: error: relocation 0x4 is not implemented yet. > > Looks like >

Re: [OE-core] [bitbake-devel] [RFC 8/9] hashserver: Add initial reference server

2018-07-18 Thread Joshua Watt
On Tue, 2018-07-17 at 13:11 +0100, Richard Purdie wrote: > On Mon, 2018-07-16 at 15:37 -0500, Joshua Watt wrote: > > Adds an initial reference implementation of the hash server. > > > > NOTE: This is my first dive into HTTP & REST technologies. Feedback > > is > > appreciated. Also, I don't think

Re: [OE-core] [oe-commits] [openembedded-core] branch master-next updated: package: Rework PACKAGELOCK based upon sstate for do_packagedata

2018-07-18 Thread richard . purdie
On Wed, 2018-07-18 at 15:20 +0200, Martin Jansa wrote: > I haven't seen this one on oe-core ML, so I'll ask here. I haven't posted it yet as I was going to test it first. > Will this fix the PACKAGELOCK appearing pseudo.log quite often (as > discussed in

Re: [OE-core] [oe-commits] [openembedded-core] branch master-next updated: package: Rework PACKAGELOCK based upon sstate for do_packagedata

2018-07-18 Thread Martin Jansa
I haven't seen this one on oe-core ML, so I'll ask here. Will this fix the PACKAGELOCK appearing pseudo.log quite often (as discussed in https://patchwork.openembedded.org/patch/144312/) or do you have any idea how to fix that one? On Wed, Jul 18, 2018 at 2:56 PM wrote: > This is an

Re: [OE-core] [PATCH 1/6] gstreamer1.0-plugin-base: Update packageconfigs

2018-07-18 Thread Carlos Rafael Giani
On 2018-07-18 14:16, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Carlos Rafael Giani Sent: den 17 juli 2018 11:35 To: openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] sshd: add sshd.service

2018-07-18 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Zheng Ruoqin > Sent: den 16 juli 2018 09:47 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] sshd: add

Re: [OE-core] [PATCH] binutils: Upgrade to 2.31 release branch

2018-07-18 Thread Burton, Ross
Breaks grub-efi: DEBUG: Executing shell function do_mkimage grub-mkimage: error: relocation 0x4 is not implemented yet. Looks like http://git.savannah.gnu.org/cgit/grub.git/commit/util?id=842c390469e2c2e10b5aa36700324cd3bde25875, i'll pick that in. Apart from that though, everything else built

Re: [OE-core] [PATCH 1/6] gstreamer1.0-plugin-base: Update packageconfigs

2018-07-18 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Carlos Rafael Giani > Sent: den 17 juli 2018 11:35 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 1/6]

[OE-core] [pyro][PATCH] gcc: Backport upstream r261799

2018-07-18 Thread Raphael Kubo da Costa
The upstream commit merges several bug fixes into the GCC 6 branch; we are specifically interested in the fix for GCC bug 83623, which was causing Chromium 68+ to fail to build on ARM and aarch64 with In file included from ../../third_party/skia/third_party/skcms/src/Transform.c:176:0:

Re: [OE-core] [oe-core][PATCHv4] image_types.bbclass: add optional size to ubi vols

2018-07-18 Thread richard . purdie
On Tue, 2018-07-17 at 09:57 -0700, Andre McCurdy wrote: > On Mon, Jun 25, 2018 at 1:51 AM, Tobias Olausson wrote: > > Just wanted to bump this, since I still see that v3 of this patch > > and not v4 (this one) is in master-next. > > The buggy version of this patch just got merged to master-next,

Re: [OE-core] Why don't uninative tarfile filenames include a version?

2018-07-18 Thread Richard Purdie
On Tue, 2018-07-17 at 18:37 -0700, Andre McCurdy wrote: > If fetching the correct uninative tar file fails, it looks like the > fallback is to fetch a random version from MIRRORS ? (OK, it's > probably not random, but it's not the one I wanted!). > > | --2018-07-17 16:32:53-- (try: 2) >