[OE-core][PATCH] opkg: use oe.qa.add_message istead of package_qa_add_message

2021-11-01 Thread Chen Qi
Since the following commit, package_qa_add_message is no longer available, use oe.qa.add_message instead. """ commit f0ad152ef4cc15c042bc9eeefb6af096d054b220 Author: Mike Crowe Date: Fri Oct 15 15:39:53 2021 +0100 lib/oe/qa,insane: Move extra error handling functions to library Extrac

Re: [PATCH v3] Re: [OE-core] [PATCH v2 2/3] Rust cross testing file

2021-11-01 Thread Pgowda
Hi Alexandre, >> There are still issues with that series and I replied the following a >> https://lists.openembedded.org/g/openembedded-core/message/156655 I had a detailed investigation on the cryptic errors which was mentioned in the build. Those are the tests that are supposed to FAIL in the r

Re: [OE-core] [PATCH 1/1] sanity.bbclass: Update required gcc version to v7.5

2021-11-01 Thread Douglas via lists.openembedded.org
On 2/11/21 4:18 am, Khem Raj wrote: On Mon, Nov 1, 2021 at 8:05 AM Robert Yang wrote: qemu-native 6.1.0 requires at least gcc v7.5: ERROR: You need at least GCC v7.5 or Clang v6.0 (or XCode Clang v10.0) Which supported distros still ship gcc < 7.5 Ubuntu 18.04 is on gcc 7.4 -=-=-

Re: [OE-core] [PATCH 1/1] sanity.bbclass: Update required gcc version to v7.5

2021-11-01 Thread Robert Yang
HI Khem, On 11/1/21 11:18 PM, Khem Raj wrote: On Mon, Nov 1, 2021 at 8:05 AM Robert Yang > wrote: qemu-native 6.1.0 requires at least gcc v7.5: ERROR: You need at least GCC v7.5 or Clang v6.0 (or XCode Clang v10.0) Which supported distros still shi

[OE-core] [PATCH] python3-docutils: upgrade 0.17.1 -> 0.18

2021-11-01 Thread wangmy
The exceptions to the "Public Domain Dedication" changed. -License-Update: Copyright year updated to 2021. Signed-off-by: Wang Mingyu --- .../{python3-docutils_0.17.1.bb => python3-docutils_0.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/

[OE-core] [PATCH] python3-dbusmock: upgrade 0.24.0 -> 0.24.1

2021-11-01 Thread wangmy
Do not register standard D-Bus service directories (Thanks Benjamin Berg) templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan) Fix importlib module import (Thanks Marco Trevisan) Clean up code for most recent pylint version Signed-off-by: Wang Mingyu --- .../{python3-dbusmock_0.24.0.

[OE-core] [PATCH] glib-2.0: upgrade 2.70.0 -> 2.70.1

2021-11-01 Thread wangmy
Fix network changes not being signalled from NetworkManager (work by Julian Andres Klode) (#2505) Fix build when building with --fatal-meson-warnings (work by Eli Schwartz) (!2304) Bugs fixed: 2245 gdesktopappinfo: Do not call xterm when it does not exist, inform the caller the launch failed

[OE-core] [PATCH] bind: upgrade 9.16.21 -> 9.16.22

2021-11-01 Thread wangmy
--- 9.16.22 released --- 5726.[security] The "lame-ttl" option is now forcibly set to 0. This effectively disables the lame server cache, as it could previously be abused by an attacker to significantly degrade resolver perfor

[OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2021-11-01 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (11/2) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

Re: [OE-core] [PATCH 2/2] WIP: xserver-xorg: update to 21.1.0

2021-11-01 Thread Alexander Kanavin
I have a recipe that builds and runs now: http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates-later There are significant issues with this new release: - upstream forgot to include important files in the tarball; autotools build works but meson build does not.

Re: [OE-core] [PATCH 1/2] meta: Add explict branch to git SRC_URIs

2021-11-01 Thread Richard Purdie
On Mon, 2021-11-01 at 16:35 +, Ross Burton wrote: > On Fri, 29 Oct 2021 at 13:58, Richard Purdie > wrote: > > --- a/meta/conf/bitbake.conf > > +++ b/meta/conf/bitbake.conf > > @@ -657,7 +657,7 @@ APACHE_MIRROR = "https://archive.apache.org/dist"; > > -GNOME_GIT = "git://gitlab.gnome.org/GNOME"

Re: [OE-core] [PATCH 1/2] meta: Add explict branch to git SRC_URIs

2021-11-01 Thread Ross Burton
On Fri, 29 Oct 2021 at 13:58, Richard Purdie wrote: > --- a/meta/conf/bitbake.conf > +++ b/meta/conf/bitbake.conf > @@ -657,7 +657,7 @@ APACHE_MIRROR = "https://archive.apache.org/dist"; > -GNOME_GIT = "git://gitlab.gnome.org/GNOME" > +GNOME_GIT = "git://gitlab.gnome.org/GNOME;branch=master" Late

[OE-core] [hardknott][PATCH 18/18] meta: bump HASHEQUIV_HASH_VERSION after RPM fix

2021-11-01 Thread Anuj Mittal
ef37fca2f4 fixes issues where PLATFORM tag in RPMs generated n aarch and x86 hosts are different for noarch RPMs. But, we'd still need to bump hashequiv version for allarch recipes to avoid issues because of the RPMs that were incorrectly generated so reproducibility tests don't fail. Also bump PR

[OE-core] [hardknott][PATCH 17/18] bootchart2: Don't compile python modules

2021-11-01 Thread Anuj Mittal
From: Richard Purdie "make install" may attempt to compile the python modules but it uses the host python and host paths which means the binaries are not reproducbile. Make things consistent. If anyone needs compiling, it will beed to be fixed to be cross compile compatible. Signed-off-by: Ri

[OE-core] [hardknott][PATCH 16/18] tzdata: upgrade 2021a -> 2021d

2021-11-01 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit f171f4f528090fc108624de6049274aa4d4880eb) Signed-off-by: Anuj Mittal --- meta/recipes-extended/timezone/timezone.inc | 7 --- 1 file changed,

[OE-core] [hardknott][PATCH 15/18] ca-certificates: update 20210119 -> 20211016

2021-11-01 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit c479b8a810d966d7267af1b4dac38a46f55fc547) Signed-off-by: Anuj Mittal --- ...ertdata2pem.py-print-a-warning-for-e.patch | 80 +++

[OE-core] [hardknott][PATCH 14/18] wireless-regdb: upgrade 2021.07.14 -> 2021.08.28

2021-11-01 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 00c590f50d6894089ff7ce8ad6e263431d9cc550) Signed-off-by: Anuj Mittal --- ...ireless-regdb_2021.07.14.bb => wireless-regdb_2021.08.28.bb} | 2 +-

[OE-core] [hardknott][PATCH 13/18] wireless-regdb: upgrade 2021.04.21 -> 2021.07.14

2021-11-01 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 7f4d11e8da6bb79232535c42ad41798a56162ac7) Signed-off-by: Anuj Mittal --- ...ireless-regdb_2021.04.21.bb => wireless-regdb_2021.07.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [hardknott][PATCH 12/18] linux-firmware: upgrade 20210818 -> 20210919

2021-11-01 Thread Anuj Mittal
From: Alexander Kanavin License-Update: additional files Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 8dac57dfed45a0d8a049473f2efc1711b56273a4) Signed-off-by: Anuj Mittal --- ...{linux-firmware_20210818.bb => linux

[OE-core] [hardknott][PATCH 10/18] linux-yocto/5.10: update to v5.10.74

2021-11-01 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 77434fe5a077 Linux 5.10.74 42b49f012b6a hwmon: (pmbus/ibm-cffps) max_power_out swap changes bb893f075431 sched: Always inline is_percpu_thread() bdae2a083436 pe

[OE-core] [hardknott][PATCH 11/18] linux-yocto/5.10: update to v5.10.75

2021-11-01 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 3a9842b42e42 Linux 5.10.75 3e2873652163 net: dsa: mv88e6xxx: don't use PHY_DETECT on internal PHY's 3593fa147c86 ionic: don't remove netdev->dev_addr when syncing u

[OE-core] [hardknott][PATCH 09/18] linux-yocto/5.10: update to v5.10.73

2021-11-01 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 0268aa579b1f Linux 5.10.73 825c00c2ee14 x86/hpet: Use another crystalball to evaluate HPET usability f2447f6587b8 x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_

[OE-core] [hardknott][PATCH 08/18] strace: show test suite log on failure

2021-11-01 Thread Anuj Mittal
From: Ross Burton If the tests fail, dump the log so we can see the failures. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 3154a65039831b1e041217707fdd6ca042f588fb) Signed-off-by: Anuj Mittal --- meta/recipes-devtools/s

[OE-core] [hardknott][PATCH 07/18] waffle: convert to git, website is down

2021-11-01 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 28391c20044058e05a1bfdacc31a3e876828fb72) Signed-off-by: Anuj Mittal --- meta/recipes-graphics/waffle/waffle_1.6.1.bb | 10 -- 1 file cha

[OE-core] [hardknott][PATCH 06/18] sstate: fix touching files inside pseudo

2021-11-01 Thread Anuj Mittal
From: Jose Quaresma running the 'id' command inside the sstate_create_package function shows that this funcion run inside the pseudo: uid=0(root) gid=0(root) groups=0(root) The check for touch files [ ! -w ${SSTATE_PKG} ] will always return true and the touch can fail when the real user don't

[OE-core] [hardknott][PATCH 05/18] oe/utils: log exceptions in ThreadedWorker functions

2021-11-01 Thread Anuj Mittal
From: Ross Burton If the function a ThreadedWorker is executing raises an exception, don't use print() as that mostly disappears. Instead, output it to the logger. This is done using bb.mainlogger.debug directly instead of bb.debug() as this allows us to pass the exception instance directly, wh

[OE-core] [hardknott][PATCH 04/18] testimage: fix unclosed testdata file

2021-11-01 Thread Anuj Mittal
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 0c192a97e3e1c015a48667d6903cc07a8b2620e4) Signed-off-by: Anuj Mittal --- meta/classes/testimage.bbclass | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/classes

[OE-core] [hardknott][PATCH 03/18] openssh: fix CVE-2021-41617

2021-11-01 Thread Anuj Mittal
From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Anuj Mittal --- .../openssh/openssh/CVE-2021-41617.patch | 49 +++ .../openssh/openssh_8.5p1.bb | 1 + 2 files changed, 50 insertions(+) create mode 100644 meta/recipes-connectivity/openssh/o

[OE-core] [hardknott][PATCH 02/18] binutils: Fix CVE-2021-3530

2021-11-01 Thread Anuj Mittal
From: Pgowda Upstream-Status: Backport[https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=25162c795b1a2becf936bb3581d86a307ea491eb] Upstream-Status: Backport[https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=999566402e3] Signed-off-by: Pgowda Signed-off-by: Anuj Mittal --- ..

[OE-core] [hardknott][PATCH 01/18] ghostscript: Fix CVE-2021-3781

2021-11-01 Thread Anuj Mittal
From: Trevor Gamblin Backport a patch file from upstream, since doing an uprev of the recipe to the version with the fix (9.55) would introduce functional changes. CVE: CVE-2021-3781 Signed-off-by: Trevor Gamblin Signed-off-by: Anuj Mittal --- ...de-device-specifier-strings-in-acces.patch |

[OE-core] [hardknott][PATCH 00/18] Review request

2021-11-01 Thread Anuj Mittal
Please review these changes for hardknott. No issues seen while testing on autobuilder. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2858 Thanks, Anuj The following changes since commit 47e638ada946af7d69fb65619858a1e4564613c4: uninative: Upgrade to 3.4 (2021-11-01 10:36

Re: [OE-core] [PATCH 1/1] sanity.bbclass: Update required gcc version to v7.5

2021-11-01 Thread Khem Raj
On Mon, Nov 1, 2021 at 8:05 AM Robert Yang wrote: > qemu-native 6.1.0 requires at least gcc v7.5: > ERROR: You need at least GCC v7.5 or Clang v6.0 (or XCode Clang v10.0) Which supported distros still ship gcc < 7.5 > > > Signed-off-by: Robert Yang > --- > meta/classes/sanity.bbclass | 6 +++

[OE-core] [PATCH 0/1] sanity.bbclass: Update required gcc version to v7.5

2021-11-01 Thread Robert Yang
The following changes since commit f33f3f1d3800fe4a1fe47f2ae1056d1ac2b0c2a5: base-files: Ignore the empty-dirs QA error due to files in /var/volatile (2021-11-01 10:41:15 +) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/gcc http://cgi

[OE-core] [PATCH 1/1] sanity.bbclass: Update required gcc version to v7.5

2021-11-01 Thread Robert Yang
qemu-native 6.1.0 requires at least gcc v7.5: ERROR: You need at least GCC v7.5 or Clang v6.0 (or XCode Clang v10.0) Signed-off-by: Robert Yang --- meta/classes/sanity.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/san

Re: [OE-core] [PATCH] sstate: Consider .lock suffix for when loading sstate file from mirror

2021-11-01 Thread Manuel Leonhardt
On Mon, Nov 1, 2021 at 12:19 PM, Richard Purdie wrote: > > On Mon, 2021-11-01 at 04:09 -0700, Manuel Leonhardt wrote: > >> On Mon, Nov 1, 2021 at 11:52 AM, Richard Purdie wrote: >> >>> On Mon, 2021-11-01 at 03:47 -0700, Manuel Leonhardt wrote: >>> I submitted a patch to fix bb.utils.lockf

Re: [OE-core] [PATCH] sstate: Consider .lock suffix for when loading sstate file from mirror

2021-11-01 Thread Richard Purdie
On Mon, 2021-11-01 at 04:09 -0700, Manuel Leonhardt wrote: > On Mon, Nov 1, 2021 at 11:52 AM, Richard Purdie wrote: > > On Mon, 2021-11-01 at 03:47 -0700, Manuel Leonhardt wrote: > > > I submitted a patch to fix bb.utils.lockfile to at least break the loop > > > and > > > fail > > > when a too long

Re: [OE-core] [PATCH] sstate: Consider .lock suffix for when loading sstate file from mirror

2021-11-01 Thread Manuel Leonhardt
On Mon, Nov 1, 2021 at 11:52 AM, Richard Purdie wrote: > > On Mon, 2021-11-01 at 03:47 -0700, Manuel Leonhardt wrote: > >> I submitted a patch to fix bb.utils.lockfile to at least break the loop >> and >> fail >> when a too long filename is passed with >> https://lists.openembedded.org/g/bitbake

Re: [OE-core] [PATCH] sstate: Consider .lock suffix for when loading sstate file from mirror

2021-11-01 Thread Richard Purdie
On Mon, 2021-11-01 at 03:47 -0700, Manuel Leonhardt wrote: > I submitted a patch to fix bb.utils.lockfile to at least break the loop and > fail > when a too long filename is passed with > https://lists.openembedded.org/g/bitbake-devel/message/12850 > > Nevertheless, you have a good point here: Fix

Re: [OE-core] [PATCH] sstate: Consider .lock suffix for when loading sstate file from mirror

2021-11-01 Thread Manuel Leonhardt
I submitted a patch to fix bb.utils.lockfile to at least break the loop and fail when a too long filename is passed with https://lists.openembedded.org/g/bitbake-devel/message/12850 Nevertheless, you have a good point here: Fixing the code that constructs the filename of the lock files would be