[OE-core] [PATCH 2/2] mdadm: make ptest output format align with common style

2019-07-15 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta/recipes-extended/mdadm/files/run-ptest | 17 + meta/recipes-extended/mdadm/mdadm_4.1.bb| 8 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/meta/recipes-extended/mdadm/files/run-ptest

[OE-core] [PATCH 0/2] make ptest output format align with common style

2019-07-15 Thread changqing.li
From: Changqing Li for pkg opkg and mdadm Changqing Li (2): opkg: make ptest output format align with common style mdadm: make ptest output format align with common style meta/recipes-devtools/opkg/opkg_0.4.1.bb| 5 + meta/recipes-extended/mdadm/files/run-ptest | 17

[OE-core] [PATCH 1/2] opkg: make ptest output format align with common style

2019-07-15 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta/recipes-devtools/opkg/opkg_0.4.1.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/opkg/opkg_0.4.1.bb b/meta/recipes-devtools/opkg/opkg_0.4.1.bb index 8c48d30..663eaec 100644 ---

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

2019-07-15 Thread Joseph Reynolds
On 7/15/19 3:58 PM, Adrian Bunk wrote: On Mon, Jul 15, 2019 at 03:38:57PM -0500, Joseph Reynolds wrote: Enhances dropbear with a new feature "disable-weak-ciphers", on by default. This feature disables all CBC, SHA1, and diffie-hellman group1 ciphers in the dropbear ssh server and client.

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

2019-07-15 Thread Adrian Bunk
On Mon, Jul 15, 2019 at 03:38:57PM -0500, Joseph Reynolds wrote: > Enhances dropbear with a new feature "disable-weak-ciphers", on by default. > This feature disables all CBC, SHA1, and diffie-hellman group1 ciphers in > the dropbear ssh server and client. > > Disable this feature if you need to

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

2019-07-15 Thread Joseph Reynolds
Enhances dropbear with a new feature "disable-weak-ciphers", on by default. This feature disables all CBC, SHA1, and diffie-hellman group1 ciphers in the dropbear ssh server and client. Disable this feature if you need to connect to the ssh server from older clients. Additional customization can

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-07-15 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[OE-core] [PATCH] scripts/buildstats-diff: Add option to filter tasks

2019-07-15 Thread Joshua Watt
Adds a command line option to filter out the buildstats-diff report by one more more tasks. e.g.: buildstats-diff --only-task do_compile A B will only show the differences for do_compile tasks. The --only-task option can be specified multiple times to filter out multiple tasks at once.

[OE-core] [PATCH v2] systemd: Fix interface bring-up on kernels >= 5.2

2019-07-15 Thread Ricardo Ribalda Delgado
With kernels >=5.2 systemd-networkd is unable to bring up the link. eth0: Could not bring up interface: Invalid argument This is already reported upstream and fixed on master: https://github.com/systemd/systemd/issues/12784 They recommend Debian to backport two patches. Signed-off-by:

[OE-core] [PATCH] nfs-mountd: Add missing dependency on systemd service

2019-07-15 Thread Ricardo Ribalda Delgado
As described on: https://www.spinics.net/lists/linux-nfs/msg62022.html mountd requires rpcbind, otherwise it can can fail to start, which can lead to nfsroot not booting. Upstream: http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=907426b00bdcd69d9a56ac1870990e8ae8c6fe9f

Re: [OE-core] ✗ patchtest: failure for systemd: backport patch to fix sysctl warning on boot

2019-07-15 Thread Richard Purdie
On Mon, 2019-07-15 at 11:53 +0200, Matthias Schiffer wrote: > On Wed, 2019-07-10 at 14:40 +0200, Matthias Schiffer wrote: > > On Wed, 2019-07-10 at 12:31 +, Patchwork wrote: > > > * Issue Series cannot be parsed correctly due to > > > malformed diff lines [test_mbox_format] > > >

[OE-core] [PATCH 1/2] rootfs-postcommands: Cope with empty IMAGE_LINK_NAME in write_image_manifest

2019-07-15 Thread Mike Crowe
Ensure that we don't create a symlink named ".manifest" if IMAGE_LINK_NAME is empty. Signed-off-by: Mike Crowe --- meta/classes/rootfs-postcommands.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/rootfs-postcommands.bbclass

[OE-core] [PATCH 2/2] rootfs-postcommands: Cope with empty IMAGE_LINK_NAME in write_image_test_data

2019-07-15 Thread Mike Crowe
From: Mike Crowe Ensure that we don't create an image test data symlink named ".testdata.json" when IMAGE_LINK_NAME is empty. Signed-off-by: Mike Crowe --- meta/classes/rootfs-postcommands.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/2] meson.bbclass: Remove the MESON_*_ARGS variables

2019-07-15 Thread Peter Kjellerstedt
The options in ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS} are already passed via ${CC}/${CXX} and there is no reason to pass them a second time. Thus we can remove MESON_TOOLCHAIN_ARGS. And when it is removed, the other MESON_*_ARGS variables revert to the standard CFLAGS, CXXFLAGS and LDFLAGS, so just

[OE-core] [PATCH 2/2] nativesdk-meson: Remove some unused variables

2019-07-15 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb | 5 - 1 file changed, 5 deletions(-) diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb index 1549357a55..1756f342ce 100644

[OE-core] [PATCH 3/3] tiff: fix CVE-2019-7663

2019-07-15 Thread Ross Burton
Signed-off-by: Ross Burton --- .../libtiff/tiff/CVE-2019-7663.patch | 77 +++ .../recipes-multimedia/libtiff/tiff_4.0.10.bb | 3 +- 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2019-7663.patch diff --git

[OE-core] [PATCH 2/3] tiff: fix CVE-2019-6128

2019-07-15 Thread Ross Burton
Signed-off-by: Ross Burton --- .../libtiff/tiff/CVE-2019-6128.patch | 52 +++ .../recipes-multimedia/libtiff/tiff_4.0.10.bb | 3 +- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2019-6128.patch diff --git

[OE-core] [PATCH 1/3] tiff: remove redundant patch

2019-07-15 Thread Ross Burton
The patching to make the new libtool work (from 2008) is no longer needed. Signed-off-by: Ross Burton --- .../libtiff/files/libtool2.patch | 24 --- .../recipes-multimedia/libtiff/tiff_4.0.10.bb | 5 +--- 2 files changed, 1 insertion(+), 28 deletions(-) delete

[OE-core] [PATCH] webkitgtk: set incomptible with tune mips

2019-07-15 Thread kai.kang
From: Kai Kang It fails to compile webkit when default tune is 'mips': | .../tmp-glibc/work/mips-wrs-linux/webkitgtk/2.24.2-r0/webkitgtk-2.24.2 | /Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h:418:23: | error: static assertion failed: CLZ opcode is not available for this ISA So don't

Re: [OE-core] ✗ patchtest: failure for systemd: backport patch to fix sysctl warning on boot

2019-07-15 Thread Matthias Schiffer
On Wed, 2019-07-10 at 14:40 +0200, Matthias Schiffer wrote: > On Wed, 2019-07-10 at 12:31 +, Patchwork wrote: > > * Issue Series cannot be parsed correctly due to > > malformed diff lines [test_mbox_format] > > Suggested fixCreate the series again using git-format-patch > >

[OE-core] [PATCH v2] mdadm: fix ptest hang

2019-07-15 Thread mingli.yu
From: Mingli Yu Before commit[80d17497b7 mdadm: improve the run-ptest], the mdadm ptest just run some tests without "--keep-going" option. After the option added in commit 80d17497b7, all test cases have chance to be called. But the logic in mdadm upstream commit [e2a8e9d tests: wait for

[OE-core] ✗ patchtest: failure for mdadm: fix ptest hang

2019-07-15 Thread Patchwork
== Series Details == Series: mdadm: fix ptest hang Revision: 1 URL : https://patchwork.openembedded.org/series/18677/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

Re: [OE-core] [PATCH 1/1] msmtp: fix postinstall to avoid do_rootfs failure

2019-07-15 Thread ChenQi
On 07/15/2019 02:44 PM, Adrian Bunk wrote: On Mon, Jul 15, 2019 at 02:40:28PM +0800, ChenQi wrote: On 07/15/2019 02:17 PM, Adrian Bunk wrote: On Mon, Jul 15, 2019 at 01:35:15PM +0800, Chen Qi wrote: When lsb is enabled, that is, 'linuxstdbase' is in OVERRIDES, do_rootfs would fail if both

[OE-core] [PATCH 1/1] msmtp: use alternatives to manage /usr/lib/sendmail

2019-07-15 Thread Chen Qi
There are several packages which all provide /usr/lib/sendmail when lsb is enabled. So use alternative to manage it. Signed-off-by: Chen Qi --- meta/recipes-extended/msmtp/msmtp_1.8.4.bb | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH V2 0/1] msmtp: use alternatives to manage /usr/lib/sendmail

2019-07-15 Thread Chen Qi
Changes in V2: * Use alternatives instead fixing the postinstall. This avoid inconsistent /usr/lib/sendmail link. The following changes since commit 80ab79168ede2786868cbd354f0950c949f73527: gnome-themes-standard: remove (2019-07-11 09:32:50 +0100) are available in the git repository at:

[OE-core] [PATCH] mdadm: fix ptest hang

2019-07-15 Thread mingli.yu
From: Mingli Yu Before commit[80d17497b7 mdadm: improve the run-ptest], the mdadm ptest just run some tests without "--keep-going" option. After the option added in commit 80d17497b7, all test cases have chance to be called. But the logic in mdadm upstream commit [e2a8e9d tests: wait for

Re: [OE-core] [PATCH 1/1] msmtp: fix postinstall to avoid do_rootfs failure

2019-07-15 Thread Adrian Bunk
On Mon, Jul 15, 2019 at 02:40:28PM +0800, ChenQi wrote: > On 07/15/2019 02:17 PM, Adrian Bunk wrote: > > On Mon, Jul 15, 2019 at 01:35:15PM +0800, Chen Qi wrote: > > > When lsb is enabled, that is, 'linuxstdbase' is in OVERRIDES, > > > do_rootfs would fail if both 'msmtp' and 'postfix' are

Re: [OE-core] [PATCH 1/1] msmtp: fix postinstall to avoid do_rootfs failure

2019-07-15 Thread ChenQi
On 07/15/2019 02:17 PM, Adrian Bunk wrote: On Mon, Jul 15, 2019 at 01:35:15PM +0800, Chen Qi wrote: When lsb is enabled, that is, 'linuxstdbase' is in OVERRIDES, do_rootfs would fail if both 'msmtp' and 'postfix' are installed. This is because they both try to create /usr/lib/sendmail link if

[OE-core] [PATCH] xauth:upgrade 1.0.10 -> 1.1

2019-07-15 Thread Zang Ruochen
-Upgrade from xauth_1.0.10.bb to xauth_1.1.bb. Signed-off-by: Zang Ruochen --- meta/recipes-graphics/xorg-app/{xauth_1.0.10.bb => xauth_1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xauth_1.0.10.bb => xauth_1.1.bb} (75%) diff --git

Re: [OE-core] [PATCH 1/1] libunwind: mark as incomatible with powerpc

2019-07-15 Thread Adrian Bunk
On Mon, Jul 15, 2019 at 09:55:32AM +0800, Chen Qi wrote: > The libunwind has a README file listing supported archs, > powerpc is never declared as supported, thus marking > it as incompatible. >... Builds and works on Debian without any major issues reported, not listing it at all in this table

Re: [OE-core] [PATCH 1/1] msmtp: fix postinstall to avoid do_rootfs failure

2019-07-15 Thread Adrian Bunk
On Mon, Jul 15, 2019 at 01:35:15PM +0800, Chen Qi wrote: > When lsb is enabled, that is, 'linuxstdbase' is in OVERRIDES, > do_rootfs would fail if both 'msmtp' and 'postfix' are installed. > This is because they both try to create /usr/lib/sendmail link if > it does not exist. So we need to fix