Re: [OE-core] [PATCH 0/3][RFT]: kernel-yocto: v5.4 LTS kernel

2020-01-30 Thread Khem Raj
On Tue, Jan 28, 2020 at 2:14 PM wrote: > > From: Bruce Ashfield > > Hi all, > > I just wanted to send these to the list, so everyone could see the > reference kernel that we are planning for the upcoming release. > > I have other patches to drop 4.19, 5.2 and make this the default > kernel for th

[OE-core] [PATCH 23/24] sed: upgrade 4.7 -> 4.8

2020-01-30 Thread Alexander Kanavin
License-update: copyright years Signed-off-by: Alexander Kanavin --- meta/recipes-extended/sed/{sed_4.7.bb => sed_4.8.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-extended/sed/{sed_4.7.bb => sed_4.8.bb} (91%) diff --git a/meta/recipes-extended/sed/sed_4.7

[OE-core] [PATCH 20/24] libarchive: upgrade 3.4.0 -> 3.4.1

2020-01-30 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libarchive/CVE-2019-19221.patch | 101 -- ...ibarchive_3.4.0.bb => libarchive_3.4.1.bb} | 8 +- 2 files changed, 3 insertions(+), 106 deletions(-) delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2019-19221.p

Re: [OE-core] [PATCH 0/3][RFT]: kernel-yocto: v5.4 LTS kernel

2020-01-30 Thread Alexander Kanavin
Can these issues be bisected? That's how the two kernel regressions (both found last year via ptests) were tracked down to specific commits. Alex On Tue, 28 Jan 2020 at 23:14, wrote: > From: Bruce Ashfield > > Hi all, > > I just wanted to send these to the list, so everyone could see the > ref

[OE-core] [PATCH 15/24] python3-gitdb: upgrade 2.0.5 -> 2.0.6

2020-01-30 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-gitdb.inc | 4 ++-- .../python/{python3-gitdb_2.0.5.bb => python3-gitdb_2.0.6.bb} | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-gitdb_2.0.5.bb => pytho

Re: [OE-core] [zeus][PATCH] core: recipes: fix some native tools dependencies

2020-01-30 Thread Alexander Kanavin
I think a separate, somewhat different patch was sent for master? Alex On Wed, 29 Jan 2020 at 17:15, akuster808 wrote: > > > On 1/21/20 12:26 AM, Sumit Garg wrote: > > Some native tools dependency issues were seen while building with > > external GCC tool-set rather than source GCC tool-set. Wh

[OE-core] [PATCH 08/24] socat: upgrade 1.7.3.3 -> 1.7.3.4

2020-01-30 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../socat/{socat_1.7.3.3.bb => socat_1.7.3.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/socat/{socat_1.7.3.3.bb => socat_1.7.3.4.bb} (92%) diff --git a/meta/recipes-connectivity/socat/socat_1.

Re: [OE-core] [PATCH 3/5] texinfo/texinfo-dummy-native: Drop native path prefix

2020-01-30 Thread Khem Raj
it perhaps is the reason for most of failures seen here https://errors.yoctoproject.org/Errors/Build/97736/ perhaps we need to explicitly inherit gettext in these recipes ? On Tue, Jan 28, 2020 at 7:17 AM Richard Purdie wrote: > > Now we have recipe specific sysroots we don't need this native p

[OE-core] [PATCH 16/24] libedit: upgrade 20191025-3.1 -> 20191231-3.1

2020-01-30 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{libedit_20191025-3.1.bb => libedit_20191231-3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/libedit/{libedit_20191025-3.1.bb => libedit_20191231-3.1.bb} (78%) diff --git a/meta/recipes-devtools/libedi

Re: [OE-core] [PATCH 1/2] devtool/standard.py: Allow recipe to disable menuconfig logic

2020-01-30 Thread Schrempf Frieder
On 08.01.20 09:32, Schrempf Frieder wrote: > On 13.12.19 17:14, Tom Hochstein wrote: >> I made a PR as well: >> >> https://github.com/openembedded/openembedded-core/pull/57 >> >> Tom > > I don't think PRs are accepted for oe-core. Your patches should be ok, > if someone reviews and applies them. >