Re: [OE-core] [PATCH] libpam: Upgrade 1.3.0 -> 1.3.1

2019-06-02 Thread Adrian Bunk
ping Thanks Adrian On Mon, May 27, 2019 at 02:22:05PM +0300, Adrian Bunk wrote: > ping > > Thanks > Adrian > > On Mon, May 20, 2019 at 07:30:52PM +0300, Adrian Bunk wrote: > > Remove patch applied upstream. > > Upstream tarball location changed. > > > > Signed-off-by: Adrian Bunk > > --- > >

[OE-core] [PATCH v2] lrzsz: Add implicit declaration fixes from Debian

2019-06-02 Thread Adrian Bunk
Signed-off-by: Adrian Bunk -- v2: Add comment in the patch header. --- .../lrzsz/lrzsz-0.12.20/include.patch | 25 +++ meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 meta/recipes-bsp/lrzsz/lrzsz-0.12.20/include.p

[OE-core] [PATCH v2] tcp-wrappers: Add compile warning fixes from Debian

2019-06-02 Thread Adrian Bunk
Signed-off-by: Adrian Bunk -- v2: Add comment in the patch headers. --- .../tcp-wrappers-7.6/fix_warnings.patch | 25 +++ .../tcp-wrappers-7.6/fix_warnings2.patch | 200 ++ .../tcp-wrappers/tcp-wrappers_7.6.bb | 2 + 3 files changed, 227 insertions(+) creat

[OE-core] [PATCH] lrzsz: Add implicit declaration fixes from Debian

2019-06-02 Thread Adrian Bunk
Signed-off-by: Adrian Bunk -- v2: Add comment in the patch header. --- .../lrzsz/lrzsz-0.12.20/include.patch | 25 +++ meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 meta/recipes-bsp/lrzsz/lrzsz-0.12.20/include.p

Re: [OE-core] [PATCH] lrzsz: Add implicit declaration fixes from Debian

2019-06-02 Thread Adrian Bunk
On Sun, Jun 02, 2019 at 11:36:51AM +0100, Richard Purdie wrote: > > Could you put at least something in the patch header to say what the > patch does please? Added in v2. > Cheers, > > Richard cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the dar

[OE-core] [PATCH] tcp-wrappers: Add compile warning fixes from Debian

2019-06-02 Thread Adrian Bunk
Signed-off-by: Adrian Bunk -- v2: Add comment in the patch headers. --- .../tcp-wrappers-7.6/fix_warnings.patch | 25 +++ .../tcp-wrappers-7.6/fix_warnings2.patch | 200 ++ .../tcp-wrappers/tcp-wrappers_7.6.bb | 2 + 3 files changed, 227 insertions(+) creat

Re: [OE-core] [meta-poky][PATCH v6 1/2] poky.conf: make systemd as default init manager

2019-06-02 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of > kai.k...@windriver.com > Sent: den 2 juni 2019 16:55 > To: richard.pur...@linuxfoundation.org > Cc: p...@yoctoproject.org; openembedded-core@lists.openembedded.org > Subject: [OE-core] [meta-po

Re: [OE-core] [PATCH 05/10] ncurses: fix incorrect UPSTREAM_CHECK_GITTAGREGEX

2019-06-02 Thread Hongxu Jia
On 6/1/19 4:27 AM, Alexander Kanavin wrote: On Sun, 12 May 2019 at 10:18, Hongxu Jia > wrote: The upstream git tag has a `upstream/' prefix, such as: >>> import re >>> pattern = "upstream/(?P\d+(\.\d+)+(\+\d+)*)" >>> string = "upstream/6.1+2018101

Re: [OE-core] ptest with BBCLASSEXTEND

2019-06-02 Thread Changqing Li
On 5/22/19 6:31 AM, Richard Purdie wrote: On Thu, 2019-05-16 at 23:28 +0100, richard.pur...@linuxfoundation.org wrote: Just to update from my perspective: quilt and lib*-perl all look like missing perl module dependencies. The place those dependencies are missing may be for the ptest or may be

[OE-core] [PATCH 2/2] resulttool: Prevent multiple results for the same test

2019-06-02 Thread Jon Mason
Currently, if a test occurs multiple times over different series, the code will sum these. This can lead to confusion over the desired results. Change the code to report the redundant tests and skip adding an additional values. Signed-off-by: Jon Mason --- scripts/lib/resulttool/report.py | 14

[OE-core] [PATCH 1/2] resulttool: modify to be multi-machine

2019-06-02 Thread Jon Mason
Currently, the code will sum all of the different machine results into a single report of the tests results. This can lead to confusion as to which machine may be experiencing issues. Modify the code to store the results in a per machine basis and report them accordingly. Signed-off-by: Jon Maso

[OE-core] [meta-poky][PATCH v6 2/2] systemd-conf: configure wired network with dhcp

2019-06-02 Thread kai.kang
From: Kai Kang Add a configure file for systemd.networkd to configure wired network interfaces with dhcp. It works with common network interfaces such eth0 and eno1. And do not install it for qemu bsps. Refer to https://github.com/YoeDistro/meta-yoe/tree/master/recipes-core/systemd [YOCTO #1305

[OE-core] [meta-poky][PATCH v6 1/2] poky.conf: make systemd as default init manager

2019-06-02 Thread kai.kang
From: Kai Kang Introduce a new variable POKY_INIT_MANAGER and create 4 .inc files to configure init manager settings. Var POKY_INIT_MANAGER accepts 4 values: sysvinit, systemd, systemd-compat and mdev-busybox. Set systemd by default for DISTRO poky. And set mdev-busybox for DISTRO poky-tiny whic

[OE-core] [meta-poky][PATCH v6 0/2] Make systemd as default init manager and configure wired network

2019-06-02 Thread kai.kang
From: Kai Kang v6: * create .inc files as Richard suggested, and include them according to POKY_INIT_MANAGER Kai Kang (2): poky.conf: make systemd as default init manager systemd-conf: configure wired network with dhcp .../conf/distro/include/init-template-mdev-busybox.inc | 7 +++

Re: [OE-core] [PATCH] lrzsz: Add implicit declaration fixes from Debian

2019-06-02 Thread Richard Purdie
On Sun, 2019-06-02 at 00:58 +0300, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk > --- > .../lrzsz/lrzsz-0.12.20/include.patch | 23 > +++ > meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 1 + > 2 files changed, 24 insertions(+) > create mode 100644 meta/recipes-bsp/l

[OE-core] [PATCH] perl-rdepends.txt: fix perl-module-data-dumper dependencies

2019-06-02 Thread Tim Orling
Data::Dumper depends on bytes Signed-off-by: Tim Orling --- meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt b/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt index 0