[OE-core] [hardknott][PATCH] Revert "sdk: fix relocate symlink failed"

2021-09-06 Thread hongxu
The commit [7e71acd265 sdk: fix relocate symlink failed] is used to fix regression issue caused by commit [bc4ee54535 sdk: Decouple default install path from built in path], but hardknott does not contain commit bc4ee54535, so commit 7e71acd265 should not be in hardknott neither, otherwise it cause

[OE-core] [v2][dunfell][PATCH] grub2: Several cve fixes

2021-09-06 Thread Armin Kuster
From: Armin Kuster Source: Debian.org MR: 109156, 109169, 109336, 109349, 109362, 109375, 109388 Type: Security Fix https://sources.debian.org/patches/grub2/2.04-20/ Disposition: Backport from ChangeID: f87f309a172004f21ac28870b85477cb90438d50 Description: Affects < 2.06 Fixes these CVE's: CVE

Re: [OE-core] [dunfell][PATCH 2/2] grub2: Several cve fixes

2021-09-06 Thread Armin Kuster
On 9/6/21 10:28 AM, Steve Sakoman wrote: > On Sun, Sep 5, 2021 at 12:58 PM Armin Kuster wrote: >> From: Armin Kuster >> >> Source: Debian.org >> MR: 109156, 109169, 109336, 109349, 109362, 109375, 109388 >> Type: Security Fix https://sources.debian.org/patches/grub2/2.04-20/ >> Disposition: Ba

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

2021-09-06 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: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

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

2021-09-06 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (9/7) 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] [poky][master][PATCH] assimp: Fix path for _IMPORT_CHECK_FILES_FOR_assimp

2021-09-06 Thread Khem Raj
On Mon, Sep 6, 2021 at 5:51 AM Purushottam Choudhary wrote: > > Fix path for _IMPORT_CHECK_FILES_FOR_assimp > As it is giving configuration error during validation of path > when used by 3rd party component to configure itself > using assimp::assimp target. > Compute the installation prefix relati

Re: [OE-core] [dunfell][PATCH 2/2] grub2: Several cve fixes

2021-09-06 Thread Steve Sakoman
On Sun, Sep 5, 2021 at 12:58 PM Armin Kuster wrote: > > From: Armin Kuster > > Source: Debian.org > MR: 109156, 109169, 109336, 109349, 109362, 109375, 109388 > Type: Security Fix https://sources.debian.org/patches/grub2/2.04-20/ > Disposition: Backport from > ChangeID: f87f309a172004f21ac28870b

[OE-Core][PATCH v2] iproute2: update to 5.14.0

2021-09-06 Thread Changhyeok Bae
Signed-off-by: Changhyeok --- .../iproute2/{iproute2_5.13.0.bb => iproute2_5.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/iproute2/{iproute2_5.13.0.bb => iproute2_5.14.0.bb} (75%) diff --git a/meta/recipes-connectivity/iproute2/iproute

Re: [OE-core] [pseudo][PATCH v2] fcntl: Add support for fcntl F_GETPIPE_SZ and F_SETPIPE_SZ

2021-09-06 Thread Mike Crowe via lists.openembedded.org
On Friday 13 August 2021 at 12:05:09 +0100, Mike Crowe via lists.openembedded.org wrote: > When running the test suite on my Debian 11 box I see many occurrences > of: > > unknown fcntl argument 1032, assuming long argument. > > (for example from test-execl.sh.) > > It appears that this is F_G

Re: [OE-core] [pseudo][PATCH] test-openat: Consider device as well as inode number

2021-09-06 Thread Mike Crowe via lists.openembedded.org
On Wednesday 11 August 2021 at 18:13:54 +0100, Mike Crowe via lists.openembedded.org wrote: > It just so happens that my /home/mac and /home directories have the same > inode number but on different filesystems. > > This means that test-openat fails with "Recursion failed!" even when run > withou

[OE-core] [PATCH] create-spdx: handle CLOSED license

2021-09-06 Thread Ross Burton
The special CLOSED license means that this is closed source code with no other licensing assertions. It's not a generic license in oe-core, and not a SPDX license, so transform it to NONE explicitly. Signed-off-by: Ross Burton --- meta/classes/create-spdx.bbclass | 3 +++ 1 file changed, 3 inse

[OE-core] [PATCH] go: Exclude CVE-2021-29923 from report list

2021-09-06 Thread Richard Purdie
Upstream don't believe it is a signifiant real world issue and will only fix in 1.17 onwards. Therefore exclude it from our reports. https://github.com/golang/go/issues/30999#issuecomment-910470358 Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-1.16.7.inc | 5 + 1 file change

[OE-core] [PATCH] flex: Add CVE-2019-6293 to exclusions for checks

2021-09-06 Thread Richard Purdie
CVE is effectively disputed - yes there is stack exhaustion but no bug and it is building the parser, not running it, effectively similar to a compiler ICE. Upstream no plans to address and there is no security issue. https://github.com/westes/flex/issues/414 Signed-off-by: Richard Purdie --- m

[OE-core] [poky][master][PATCH] assimp: Fix path for _IMPORT_CHECK_FILES_FOR_assimp

2021-09-06 Thread Purushottam Choudhary
Fix path for _IMPORT_CHECK_FILES_FOR_assimp As it is giving configuration error during validation of path when used by 3rd party component to configure itself using assimp::assimp target. Compute the installation prefix relative to file. Signed-off-by: Purushottam Choudhary --- ...h-for-_IMPORT_

[OE-core] [PATCH] flex: Add CVE-2019-6293 to exclusions for checks

2021-09-06 Thread Richard Purdie
CVE is effectively disputed - yes there is stack exhaustion but no bug and it is building the parser, not running it, effectively similar to a compiler ICE. Upstream no plans to address and there is no security issue. https://github.com/westes/flex/issues/414 Signed-off-by: Richard Purdie --- m

Re: [OE-Core][PATCH] iproute2: update to 5.14.0

2021-09-06 Thread Changhyeok Bae
Thank you for commenting. Actually I tested it locally and created another laptop because of network issues. I missed .bb in file name. I will update it soon. Best Regards Changhyeok 2021년 9월 6일 (월) 오후 1:57, Alexandre Belloni 님이 작성: > Hello, > > On 06/09/2021 01:57:07+0200, Changhyeok Bae wrot

Re: [OE-Core][PATCH] iproute2: update to 5.14.0

2021-09-06 Thread Alexandre Belloni
Hello, On 06/09/2021 01:57:07+0200, Changhyeok Bae wrote: > Signed-off-by: Changhyeok > --- > .../iproute2/{iproute2_5.13.0.bb => iproute2_5.14.0}| 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-connectivity/iproute2/{iproute2_5.13.0.bb => > iproute2_5.

[OE-core] [PATCH] cross-canadian: make android pass target sys check

2021-09-06 Thread Hsia-Jun Li
From: "Hsia-Jun(Randy) Li" We could build an Android toolchain but its triple should always contain the string android or clang can't link the right object files for it. Signed-off-by: Hsia-Jun(Randy) Li --- meta/classes/cross-canadian.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --gi

[OE-core] [PATCH 1/2] lttng: update 2.12 -> 2.13.0

2021-09-06 Thread Alexander Kanavin
From: Alexander Kanavin Drop 0001-tests-regression-disable-the-tools-live-tests.patch (mass-disabling of ptests) and replace that with more targeted fixes: - a patch that adds explicit sleeps where races due to too tight timings were observed (not a proper fix; upstream needs to figure out how t

[OE-core] [PATCH 2/2] core-image-ptest-all: bump RAM requirement to 4G

2021-09-06 Thread Alexander Kanavin
From: Alexander Kanavin /tmp is half that, and lttng-ptest writes just under 1G there (and just over 1G on aarch64), so let's have a safe margin. Signed-off-by: Alexander Kanavin --- meta/recipes-core/images/core-image-ptest-all.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) dif

Re: [OE-core] is oe_soinstall() from utils.bbclass actually used?

2021-09-06 Thread Richard Purdie
On Sun, 2021-09-05 at 11:34 -0400, Robert P. J. Day wrote: > just going over the mechanics of how shared libs are installed > properly, and noticed that while utils.bbclass defines the helper > routine oe_soinstall(), no one in my current collection of layers > seems to use it; rather, the popula

[OE-core] [PATCH] utils: Drop obsolete oe_machinstall function

2021-09-06 Thread Richard Purdie
This function does something similar to the bitbake fetcher file search paths and is an old remnant of how this could have once been handled. There are no users in OE-Core and we'd always prefer the fetcher to handle this now as it handles signatures correctly. The direct OVERRIDES reference would

[OE-core] [PATCH] utils: Drop unused variable staging_install from oe_libinstall

2021-09-06 Thread Richard Purdie
Remove unused variable/code. Signed-off-by: Richard Purdie --- meta/classes/utils.bbclass | 5 - 1 file changed, 5 deletions(-) diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index 072ea1f63c7..ab060195601 100644 --- a/meta/classes/utils.bbclass +++ b/meta/classes/util