[OE-core] [PATCH] mdam: fix mdmonitor start up failure

2019-06-30 Thread changqing.li
From: Changqing Li 1. recently, mdadm has changed to use service file under srcdir, so remove the one not be used. 2. add -y option to fix below problem mdadm: No mail address or alert command - not monitoring Signed-off-by: Changqing Li ---

[OE-core] [PATCH V2 0/1] image.bbclass: fix systemd_preset_all

2019-06-30 Thread Chen Qi
Changes in V2: * Check /lib/systemd/systemd under ${IMAGE_ROOTFS} instead of checking the existence of systemctl tool in native staging directory. The following changes since commit bc5f6725af04417dcf5c65981d8b85abee9c61d8: Revert "pigz: Add debug for autobuilder errors" (2019-06-30 23:33:45

[OE-core] [PATCH V2 1/1] image.bbclass: fix systemd_preset_all

2019-06-30 Thread Chen Qi
Check the existence of systemd before using systemctl to preset units. This is because even if 'systemd' is in DISTRO_FEATURES, it's possible that systemd is not even installed. e.g. container-test-image in meta-selftest layer. As systemd DEPENDS on systemd-systemctl-native, the existence of

[OE-core] [thud][PATCH] uboot-sign.bbclass: Remove tab indentations in python code

2019-06-30 Thread liu . ming50
From: Robert Yang Use 4 spaces to replace a tab. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/classes/uboot-sign.bbclass | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/classes/uboot-sign.bbclass

[OE-core] [PATCH] quilt: update to 0.66

2019-06-30 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../quilt/{quilt-native_0.65.bb => quilt-native_0.66.bb} | 0 meta/recipes-devtools/quilt/quilt.inc | 4 ++-- .../quilt/0001-tests-Allow-different-output-from-mv.patch | 8 .../quilt/{quilt_0.65.bb => quilt_0.66.bb}

[OE-core] [PATCH] ruby: update to 2.5.5

2019-06-30 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/ruby/{ruby_2.5.3.bb => ruby_2.5.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ruby/{ruby_2.5.3.bb => ruby_2.5.5.bb} (94%) diff --git a/meta/recipes-devtools/ruby/ruby_2.5.3.bb

[OE-core] [PATCH v2] bc: dc: fix exit code of q command

2019-06-30 Thread Li Zhou
The exit code for "echo q | dc" is 1 for dc-1.4.1; while the exit code for "echo q | dc" is 0 for dc-1.4. Here is the answer from k...@gnu.org: dc-1.4 was right. There was a rewrite of a chunk of code for 1.4.1 to fix a corner case in the Q command, and somehow the placement of the clean-up

Re: [OE-core] [PATCH] go-dep: disable PTEST_ENABLED

2019-06-30 Thread Yu, Mingli
On 2019年06月28日 19:02, Richard Purdie wrote: On Fri, 2019-06-28 at 00:57 -0700, mingli...@windriver.com wrote: From: Mingli Yu The run-ptest logic for go-dep actually runs the /usr/lib64/go-dep/ptest/github.com/golang/dep/cmd/dep/dep.test whose source file is

Re: [OE-core] [PATCH v1] postinst-intercepts: check tool presence in intercept hooks

2019-06-30 Thread Sinan Kaya
On 6/30/2019 5:54 PM, richard.pur...@linuxfoundation.org wrote: >> /update_pixbuf_cache: cannot create >> /home//riscv-yocto/build/tmp-glibc/work/qemuriscv64-oe-linux/core- >> image-full-cmdline/1.0-r0/rootfs/usr/lib/gdk-pixbuf- >> 2.0/2.10.0/loaders/../loaders.cache: >> Directory nonexistent" >

[OE-core] [PATCH] bison: update to 3.4.1

2019-06-30 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../recipes-devtools/bison/{bison_3.3.2.bb => bison_3.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/bison/{bison_3.3.2.bb => bison_3.4.1.bb} (90%) diff --git a/meta/recipes-devtools/bison/bison_3.3.2.bb

[OE-core] [PATCH] bzip2: update to 1.0.7

2019-06-30 Thread Oleksandr Kravchuk
Removed patches were upstreamed. Signed-off-by: Oleksandr Kravchuk --- .../bzip2/bzip2-1.0.6/CVE-2016-3189.patch | 18 -- ...p2-qt-returns-0-for-corrupt-archives.patch | 55 --- .../bzip2/{bzip2-1.0.6 => bzip2}/Makefile.am | 0 .../bzip2/{bzip2-1.0.6 =>

Re: [OE-core] [PATCH] bitbake.conf: Stop exporting TARGET_ flags variables

2019-06-30 Thread Richard Purdie
On Tue, 2019-06-25 at 14:16 +0100, Mike Crowe wrote: > Way back in > http://lists.openembedded.org/pipermail/openembedded-core/2014-April/210138.html > a few of us discussed not exporting TARGET_LDFLAGS. There seemed to be > support for this idea, and I modified our tree to not do so. I then seem

Re: [OE-core] [PATCH v2] dropbear: new feature: disable-weak-ciphers

2019-06-30 Thread Richard Purdie
On Fri, 2019-06-28 at 18:03 -0500, Joseph Reynolds wrote: > From 587a9e5c637ad3e70b8e35a3ca66013693ce7ac7 Mon Sep 17 00:00:00 > 2001 > From: Joseph Reynolds > Date: Wed, 19 Jun 2019 20:16:40 -0500 > Subject: [PATCH v2] dropbear: new feature: disable-weak-ciphers > > Enhances dropbear with a new

Re: [OE-core] [PATCH v1] postinst-intercepts: check tool presence in intercept hooks

2019-06-30 Thread richard . purdie
On Sun, 2019-06-30 at 12:56 -0400, Sinan Kaya wrote: > On 6/27/2019 4:46 AM, Alexander Kanavin wrote: > > This issue showed up in thud using core-image-minimal. It was > > not there > > on sumo. > > > > > > If you can provide steps to reproduce, it could help. Please start > > with > > a

Re: [OE-core] [PATCH 1/1] devtool: warn user about multiple layer having the same base name

2019-06-30 Thread Paul Eggleton
Hi Peter, On Friday, 28 June 2019 10:09:22 PM NZST Peter Kjellerstedt wrote: > I had not realized the layer name in the devtool finish command supports > abbreviations/patterns (whichever it is). My expectation from running > `devtool finish foo meta` would be to update the foo recipe in the meta

Re: [OE-core] [PATCH v1] postinst-intercepts: check tool presence in intercept hooks

2019-06-30 Thread Sinan Kaya
On 6/27/2019 4:46 AM, Alexander Kanavin wrote: > This issue showed up in thud using core-image-minimal. It was not there > on sumo. > > > If you can provide steps to reproduce, it could help. Please start with > a git checkout of poky thud branch. > Issue in only happening on the build

Re: [OE-core] [PATCH 3/6] meson: update 0.50.1 -> 0.51.0

2019-06-30 Thread Richard Purdie
On Fri, 2019-06-28 at 15:24 +0200, Alexander Kanavin wrote: > Drop backports. > > Rebase other patches. > > Signed-off-by: Alexander Kanavin Something in one of the meson changes is resulting in: https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/766 (mingw failure in

Re: [OE-core] [PATCH] glib-2.0: Update to 2.60.4

2019-06-30 Thread Richard Purdie
On Sun, 2019-06-30 at 12:37 +0100, Richard Purdie wrote: > On Thu, 2019-06-27 at 07:00 +0200, Peter Kjellerstedt wrote: > > * For changes, see: > > https://gitlab.gnome.org/GNOME/glib/blob/glib-2-60/NEWS > > * Remove backported CVE-2019-12450.patch. > > > > Signed-off-by: Peter Kjellerstedt >

Re: [OE-core] [PATCH 1/3] runqemu: Allow to store more than one lock for network interfaces

2019-06-30 Thread richard . purdie
On Thu, 2019-06-27 at 22:38 -0500, Aníbal Limón wrote: > In order to support multiple tap devices in the same qemu virtual > machine. > > Signed-off-by: Aníbal Limón > --- With this change included tests failed on the autobuilder. I think it breaks usage of tap devices after the first one.

Re: [OE-core] [PATCH] glib-2.0: Update to 2.60.4

2019-06-30 Thread Richard Purdie
On Thu, 2019-06-27 at 07:00 +0200, Peter Kjellerstedt wrote: > * For changes, see: > https://gitlab.gnome.org/GNOME/glib/blob/glib-2-60/NEWS > * Remove backported CVE-2019-12450.patch. > > Signed-off-by: Peter Kjellerstedt > --- > .../glib-2.0/glib-2.0/CVE-2019-12450.patch| 62

[OE-core] [PATCH 2/2] package: Build pkgdata specific to the current recipe

2019-06-30 Thread Richard Purdie
This switches the code to build pkgdata specific to the current recipe which means that its filtered to the recipes dependencies and can perform better as we can drop the lockfile. It uses a similar method to the staging code to do this, using BB_TASKDEPDATA to construct a list of packagedata

[OE-core] [PATCH 1/2] staging: Code cleanup

2019-06-30 Thread Richard Purdie
multiconfig dependencies no longer appear in BB_TASKDEPDATA so we can drop this code. Signed-off-by: Richard Purdie --- meta/classes/staging.bbclass | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index

Re: [OE-core] [PATCH 1/1] devupstream.bbclass: Disable devupstream when multilib is enabled

2019-06-30 Thread Richard Purdie
On Fri, 2019-06-28 at 20:15 +0800, Robert Yang wrote: > Fixed: > MACHINE = "qemux86-64" > require conf/multilib.conf > MULTILIBS = "multilib:lib32" > DEFAULTTUNE_virtclass-multilib-lib32 = "x86" > > PREFERRED_VERSION_lttng-modules = "2.10.10+git%" > > $ bitbake world > > NOTE: preferred version