[OE-core][master][kirkstone][PATCH 1/2] cases/buildepoxy.py: fix typo

2022-04-25 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/lib/oeqa/sdk/cases/buildepoxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/sdk/cases/buildepoxy.py b/meta/lib/oeqa/sdk/cases/buildepoxy.py index 385f8ccca8..f69f720cd6 100644 --- a/meta/lib/oeqa/sdk/cases/buildepoxy.py +++

[OE-core][master][kirkstone][PATCH 2/2] go.bbclass: disable the use of the default configuration file

2022-04-25 Thread Chen Qi
We need to disable the use the default configuration file. This is to ensure that user settings do not mess things up when building go recipes. For example, if I set 'GOBIN=./relative/path' in $HOME/.config/go/env, then go-runtime fails to build with error like below: cannot install, GOBIN

[OE-core] [PATCH v4] musl-locales: Add package

2022-04-25 Thread Khem Raj
This package will provide a limited set of localedata for musl based systems. It will fill in into images when IMAGE_LINGUAS variable is set however the choice is limited to the given 13 locales as of now. e.g. IMAGE_LINGUAS ?= "de-de fr-fr en-gb" would work fine Default locale can be set by

[OE-core] [honister][PATCH 7/7] shadow-native: Simplify and fix syslog disable patch

2022-04-25 Thread Anuj Mittal
From: Richard Purdie Shadow is happily spamming the host syslog with messages and shouldn't be which suggests the patch isn't working. Redo it to work at the configure level which is simpler and hopefully more effective. This is a squashed cherry-pick of commit 8f181686 (shadow-native: Simplify

[OE-core] [honister][PATCH 6/7] linux-firmware: correct license for ar3k firmware

2022-04-25 Thread Anuj Mittal
From: Dmitry Baryshkov According to the WHENCE file, some a3k firmware files are licensed under the special ar3k license, while others are licensed under the more generic Atheros license. Document this by adding extending the LICENSE:${PN}-ar3k and depending on both of them. Signed-off-by:

[OE-core] [honister][PATCH 5/7] wireless-regdb: upgrade 2022.02.18 -> 2022.04.08

2022-04-25 Thread Anuj Mittal
From: zhengruoqin Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie (cherry picked from commit c6ea7450a919f2b571746e7af350c1362e41f8e1) Signed-off-by: Anuj Mittal --- ...ireless-regdb_2022.02.18.bb => wireless-regdb_2022.04.08.bb} | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [honister][PATCH 3/7] u-boot: Inherit pkgconfig

2022-04-25 Thread Anuj Mittal
From: Peter Kjellerstedt pkg-config is used by the Makefiles, and thus pkgconfig needs to be inherited. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie (cherry picked from commit 6148ac9bc5d3e0d0ffdbbd6695acd96ca1836b78) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 4/7] linux-firmware: upgrade 20220310 -> 20220411

2022-04-25 Thread Anuj Mittal
From: wangmy License-Update: Version of driver files updated Added files for some drivers Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 01684df3a51be476081ee21eb54c24fef00acb3f) Signed-off-by: Anuj Mittal --- ...{linux-firmware_20220310.bb =>

[OE-core] [honister][PATCH 1/7] gmp: add missing COPYINGv3

2022-04-25 Thread Anuj Mittal
From: Konrad Weihmann add COPYINGv3 license text to LIC_FILES_CHKSUM Signed-off-by: Konrad Weihmann Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 8e8cf07a58a6bf5412572e76e2a7ab27df8af01f) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 2/7] alsa-tools: Ensure we install correctly

2022-04-25 Thread Anuj Mittal
From: Richard Purdie With the fix for #8621, cleandirs is now applied to autotools_do_install and this results in a lot of the install targets to be removed. Ensure cleandirs isn't set for autotools_do_install. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [honister][PATCH 0/7] Patch review

2022-04-25 Thread Anuj Mittal
Last set of patches for honister before 3.4.4. Please review. No problems seen while testing: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3565 Thanks, Anuj The following changes since commit 4c556b4fd07a3ce9128019b51e5623e8eeeb7400: license_image.bbclass: close

[OE-core] [PATCH] base: Avoid circular references to our own scripts

2022-04-25 Thread Richard Purdie
We'd like to intercept git calls but we don't want circular references and HOSTTOOLS currently sets them up. Tweak to avoid them. Signed-off-by: Richard Purdie --- meta/classes/base.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/base.bbclass

[OE-core] [PATCH v3] musl-locales: Add package

2022-04-25 Thread Khem Raj
This package will provide a limited set of localedata for musl based systems. It will fill in into images when IMAGE_LINGUAS variable is set however the choice is limited to the given 13 locales as of now. e.g. IMAGE_LINGUAS ?= "de-de fr-fr en-gb" would work fine Default locale can be set by

[OE-core] [master][kirkstone][PATCHv2] devshell.bbclass: Allow devshell & pydevshell to use the network

2022-04-25 Thread Peter Kjellerstedt
Otherwise it will fail if using OE_TERMINAL = "xterm" with the not so helpful error: xterm: Xt error: Can't open display: localhost:0.0 Signed-off-by: Peter Kjellerstedt --- PATCHv2: Correct a typo in "do_pydevshell[network]". meta/classes/devshell.bbclass | 2 ++ 1 file changed, 2

[OE-core] [master][kirkstone][PATCH] devshell.bbclass: Allow devshell & pydevshell to use the network

2022-04-25 Thread Peter Kjellerstedt
Otherwise it will fail if using OE_TERMINAL = "xterm" with the not so helpful error: xterm: Xt error: Can't open display: localhost:0.0 Signed-off-by: Peter Kjellerstedt --- meta/classes/devshell.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/devshell.bbclass

[OE-core] [master][kirkstone][PATCH] terminal.py: Restore error output from Terminal

2022-04-25 Thread Peter Kjellerstedt
In bitbake commit 1ecc1d94 (process: Do not mix stderr with stdout), bb.process.Popen() was changed to no longer combine stdout and stderr by default. However, the Terminal class was not updated to reflect this and subsequently only output stdout in case of failures. Signed-off-by: Peter

Re: [OE-core] [hardknott][PATCH] bind: Upgrade to 9.16.28

2022-04-25 Thread Randy MacLeod
On 2022-04-25 04:36, Yu, Mingli wrote: From: Mingli Yu * The 9.16 branch will be limited to bug fixes [1] now and upgrade to the latest 9.16.x release to fix some security fixes. - CVE-2021-25219 - CVE-2021-25220 * License-Update: copyright years

Re: [OE-core] [pseudo][PATCH] do not abort on hard link path mismatch

2022-04-25 Thread Seebs
On Mon, 25 Apr 2022 14:01:58 -0400 "C. Andy Martin" wrote: > I agree this is not the ideal solution. However, I was basing this > compromise on this commit: Yeah. Come to think of it, directory mismatches are already probably blowing up differently because we're more concerned about that.

Re: [OE-core] [pseudo][PATCH] do not abort on hard link path mismatch

2022-04-25 Thread C. Andy Martin
On Mon, Apr 25, 2022, at 11:44 AM, Seebs wrote: > On Mon, 25 Apr 2022 10:49:24 -0400 > "C. Andy Martin" wrote: > >> -msg->result = RESULT_ABORT; >> -goto op_exit; >> +if (msg->nlink == 1) {

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

2022-04-25 Thread Stephen Jolley
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:

Re: [OE-core] [PATCH] scripts: Make git intercept global

2022-04-25 Thread Khem Raj
I see git describe hung during bitbake parse stage in few of meta-oe recipe and also kernel recipe with this patch. On Mon, Apr 25, 2022 at 7:01 AM Richard Purdie wrote: > > The previous minimially invasive git intercept simply isn't enough. For > example, > meson used in the igt-gpu-tools

Re: [OE-core] [PATCH] rust: update 1.59.0 -> 1.60.0

2022-04-25 Thread Khem Raj
On Mon, Apr 25, 2022 at 8:52 AM Alexander Kanavin wrote: > > On Mon, 25 Apr 2022 at 17:33, Khem Raj wrote: > > > --- a/meta/recipes-devtools/rust/rust-snapshot.inc > > > +++ b/meta/recipes-devtools/rust/rust-snapshot.inc > > > @@ -2,21 +2,21 @@ > > > ## snapshot info is taken from

Re: [OE-core] [master][kirkstone][PATCH] gstreamer1.0-plugins-good: Fix libsoup dependency

2022-04-25 Thread Khem Raj
On Mon, Apr 25, 2022 at 9:19 AM Carlos Rafael Giani via lists.openembedded.org wrote: > > According to https://gstreamer.freedesktop.org/releases/1.20/ , libsoup 3 > support isn't stable: > > > Runtime compatibility support for libsoup2 and libsoup3 (libsoup3 support > > experimental) > > So I

Re: [OE-core] [master][kirkstone][PATCH] gstreamer1.0-plugins-good: Fix libsoup dependency

2022-04-25 Thread Carlos Rafael Giani via lists.openembedded.org
According to https://gstreamer.freedesktop.org/releases/1.20/ , libsoup 3 support isn't stable: > Runtime compatibility support for libsoup2 and libsoup3 (libsoup3 support experimental) So I wouldn't add it just yet. On 25.04.22 17:39, Khem Raj wrote: On 4/25/22 8:01 AM, Carlos Rafael

Re: [OE-core] [PATCH] rust: update 1.59.0 -> 1.60.0

2022-04-25 Thread Alexander Kanavin
On Mon, 25 Apr 2022 at 17:33, Khem Raj wrote: > > --- a/meta/recipes-devtools/rust/rust-snapshot.inc > > +++ b/meta/recipes-devtools/rust/rust-snapshot.inc > > @@ -2,21 +2,21 @@ > > ## snapshot info is taken from rust/src/stage0.txt > > ## TODO: find a way to add additional SRC_URIs based on

Re: [OE-core] [pseudo][PATCH] do not abort on hard link path mismatch

2022-04-25 Thread Seebs
On Mon, 25 Apr 2022 10:49:24 -0400 "C. Andy Martin" wrote: > - msg->result = RESULT_ABORT; > - goto op_exit; > + if (msg->nlink == 1) { > +

Re: [OE-core] [master][kirkstone][PATCH] gstreamer1.0-plugins-good: Fix libsoup dependency

2022-04-25 Thread Khem Raj
On 4/25/22 8:01 AM, Carlos Rafael Giani via lists.openembedded.org wrote: Signed-off-by: Carlos Rafael Giani --- .../gstreamer/gstreamer1.0-plugins-good_1.20.1.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git

[OE-core] RFC: build linux with a OE SDK

2022-04-25 Thread Jeroen Hofstee via lists.openembedded.org
Hi, As already tracked at [1], building an arm32 fails with a OE sdk. This is caused by the fact that it is a Canadian build (or at least looks like it). In my case: "--build=x86_64-linux --host=x86_64-ve-linux --target=arm-ve-linux-gnueabi" As a consequence it will skip the check for

Re: [OE-core] [PATCH] rust: update 1.59.0 -> 1.60.0

2022-04-25 Thread Khem Raj
On 4/25/22 3:05 AM, Pgowda wrote: Rust has been upgraded to rust-1.60.0 that uses LLVM 14. Please refer the following link for more detailed features. https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html https://github.com/rust-lang/rust/blob/master/RELEASES.md Signed-off-by: pgowda ---

Re: [OE-core] [master][kirkstone] lua: fix CVE-2022-28805

2022-04-25 Thread Ranjitsinh Rathod via lists.openembedded.org
Hi Steve, Sure, will send it for meta-openembedded. Thanks, Best Regards, Ranjitsinh Rathod Technical Leader | | KPIT Technologies Ltd. Cellphone: +91-84606 92403 __ KPIT | Follow us on LinkedIn

Re: [OE-core] [master][kirkstone] lua: fix CVE-2022-28805

2022-04-25 Thread Steve Sakoman
On Mon, Apr 25, 2022 at 3:57 AM Steve Sakoman via lists.openembedded.org wrote: > > On Sun, Apr 24, 2022 at 8:15 PM Ranjitsinh Rathod > wrote: > > > > Hi Steve, > > > > Can you please cherry-pick this on the dunfell branch as well for this Lua > > CVE? or should I send a patch for this? > >

[OE-core] [master][kirkstone][PATCH] gstreamer1.0: Minor documentation addition

2022-04-25 Thread Carlos Rafael Giani via lists.openembedded.org
This clears up some confusing packageconfigs. Signed-off-by: Carlos Rafael Giani --- .../gstreamer/gstreamer1.0-plugins-bad_1.20.1.bb| 2 ++ .../gstreamer/gstreamer1.0-plugins-base_1.20.1.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git

[OE-core] [master][kirkstone][PATCH] gstreamer1.0-plugins-good: Fix libsoup dependency

2022-04-25 Thread Carlos Rafael Giani via lists.openembedded.org
Signed-off-by: Carlos Rafael Giani --- .../gstreamer/gstreamer1.0-plugins-good_1.20.1.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.1.bb

[OE-core] [pseudo][PATCH] do not abort on hard link path mismatch

2022-04-25 Thread C. Andy Martin
For hard-links there are many potential races where the path may not yet exist in the database but we find an inode match on the linked file. For instance, if one sub-process performs the link and another one soon after opens the link, it is a race as to which operation's message is received first

[OE-core] [PATCH] scripts: Make git intercept global

2022-04-25 Thread Richard Purdie
The previous minimially invasive git intercept simply isn't enough. For example, meson used in the igt-gpu-tools recipe hardcodes the path to git in the configure step so at install time, changing PATH has no effect. There are lots of interesting things we could do to try and avoid problems but

Re: [OE-core] [master][kirkstone] lua: fix CVE-2022-28805

2022-04-25 Thread Steve Sakoman
On Sun, Apr 24, 2022 at 8:15 PM Ranjitsinh Rathod wrote: > > Hi Steve, > > Can you please cherry-pick this on the dunfell branch as well for this Lua > CVE? or should I send a patch for this? Yes, of course! Thanks for the reminder. Steve -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [OE-core] Git and pseudo

2022-04-25 Thread Richard Purdie
On Mon, 2022-04-25 at 09:40 +0200, Mike Looijmans wrote: > Recently GIT got updated with a security fix: > > https://github.blog/2022-04-12-git-security-vulnerability-announced/ > > > The problem is that this causes all "git" tasks that run within pseudo > (most noticably, image recipes) to

[OE-core] [PATCH] python3: ignore CVE-2015-20107

2022-04-25 Thread Ross Burton
CVE-2015-20107 describes an arbitrary command execution in the mailcap module, but this is by design in mailcap and needs to be worked around by the calling application. Upstream Python will be documenting this flaw in the library reference, and it is likely that the mailcap module will be

[OE-core] [PATCH 1/2] e2fsprogs: fix CVE-2022-1304

2022-04-25 Thread Ross Burton
Backport a submitted patch to fix CVE-2022-1304. Signed-off-by: Ross Burton --- .../e2fsprogs/e2fsprogs/extents.patch | 56 +++ .../e2fsprogs/e2fsprogs_1.46.5.bb | 1 + 2 files changed, 57 insertions(+) create mode 100644

[OE-core] [PATCH 2/2] subversion: upgrade to 1.14.2

2022-04-25 Thread Ross Burton
This release is primarily to fix two CVEs: - CVE-2021-28544 - CVE-2022-24070 It also rewrites the macOS autoconf macros to be cross-compile friendly, so we don't need to delete them anymore. Signed-off-by: Ross Burton --- .../subversion/subversion/disable_macos.patch | 71 ---

Re: [OE-core] [PATCH v2] bluez5: Add fix for startup issues under systemd

2022-04-25 Thread Richard Purdie
On Mon, 2022-04-25 at 11:17 +0200, Stefan Herbrechtsmeier wrote: > Hi Richard, > > should I update your patch or only the Upstream-Status or will you > prefer to do it yourself? Patches to update it very welcome! Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-3.3.6.rc1)

2022-04-25 Thread Teoh, Jay Shen
Hello everyone, This is the full report for yocto-3.3.6.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jay > -Original Message- > From:

[OE-core] [PATCH] e2fsprogs: fix CVE-2022-1304

2022-04-25 Thread Ross Burton
Backport a submitted patch to fix CVE-2022-1304. Signed-off-by: Ross Burton --- .../e2fsprogs/e2fsprogs/extents.patch | 56 +++ .../e2fsprogs/e2fsprogs_1.46.5.bb | 1 + 2 files changed, 57 insertions(+) create mode 100644

[OE-core] [PATCH] rust: update 1.59.0 -> 1.60.0

2022-04-25 Thread Pgowda
Rust has been upgraded to rust-1.60.0 that uses LLVM 14. Please refer the following link for more detailed features. https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html https://github.com/rust-lang/rust/blob/master/RELEASES.md Signed-off-by: pgowda --- ...59.0.bb =>

Re: [OE-core] [PATCH v2] bluez5: Add fix for startup issues under systemd

2022-04-25 Thread Stefan Herbrechtsmeier
Hi Richard, should I update your patch or only the Upstream-Status or will you prefer to do it yourself? Regards Stefan Am 14.04.2022 um 22:52 schrieb Richard Purdie via lists.openembedded.org: The systemd bluetooth service failed to start. Add a workaround for this whilst the final fix

[OE-core] [hardknott][PATCH] bluez5: Fix CVE-2022-0204

2022-04-25 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix CVE-2022-0204. [1] https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=591c546c536b42bef696d027f64aa22434f8c3f0 Signed-off-by: Mingli Yu --- .../bluez5/bluez5/CVE-2022-0204.patch | 70 +++ .../bluez5/bluez5_5.56.bb

[OE-core] [hardknott][PATCH] bind: Upgrade to 9.16.28

2022-04-25 Thread Yu, Mingli
From: Mingli Yu * The 9.16 branch will be limited to bug fixes [1] now and upgrade to the latest 9.16.x release to fix some security fixes. - CVE-2021-25219 - CVE-2021-25220 * License-Update: copyright years [1] https://bind9.readthedocs.io/en/v9_16/notes.html#notes-for-bind-9-16-28

[OE-core] Git and pseudo

2022-04-25 Thread Mike Looijmans
Recently GIT got updated with a security fix: https://github.blog/2022-04-12-git-security-vulnerability-announced/ The problem is that this causes all "git" tasks that run within pseudo (most noticably, image recipes) to fail. In many repositories, we use: git rev-parse --verify HEAD >

Re: [OE-core] [master][kirkstone] lua: fix CVE-2022-28805

2022-04-25 Thread Ranjitsinh Rathod
Hi Steve, Can you please cherry-pick this on the dunfell branch as well for this Lua CVE? or should I send a patch for this? Ranjitsinh Rathod -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164809):