[OE-core] [PATCH] scons: Pass MAXLINELENGTH to scons invocation

2023-01-29 Thread Khem Raj
This helps in overcoming a problem when using scons with ccache enabled. When commands get longer, then it resorts to using response files to do the operations e.g. @/tmp/tmp96j6icra.lnk when this response file is inboked by compiler it works ok, however, this does not when ccache is used to

Re: [OE-Core][master][kirkstone][PATCH] numactl: skip test case when target platform doesn't have 2 CPU node

2023-01-29 Thread Xiangyu Chen
On 1/19/23 13:24, Xiangyu Chen wrote: From: Xiangyu Chen when current test platform doesn't have 2 or more CPU node, the test case would report FAIL, according to numa test script and numademo code, when return code=77 should be skip test, so using SKIP instead of FAIL in test script.

[OE-core] [PATCH] scripts/bitbake-prserv-tool: Fix to work with memres bitbake

2023-01-29 Thread Richard Purdie
Deleting data files whilst bitbake is running isn't a great idea. Make sure memory resident bitbake is stopped if present and make the file deletions a little more specific and safer too while we're here. Note: The cache directory layout is different on older releases (some are split level) so

[OE-core] Current QA failure challenges (perf, QA http-server, asyncio prserv, bitbake runCommand timeout, unfsd test issue)

2023-01-29 Thread Richard Purdie
/pub/repro-fail/oe-reproducible-20230129-8bp_1b_z/packages/diff-html/ The autobuilder failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/2314/steps/13/logs/stdio Part of the issue is this seems to be host contamination, so you do need to build on a different host

[OE-core] OE-core CVE metrics for langdale on Sun 29 Jan 2023 03:30:01 AM HST

2023-01-29 Thread Steve Sakoman
Branch: langdale New this week: 7 CVEs CVE-2022-23521 (CVSS3: 9.8 CRITICAL): git https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23521 * CVE-2022-3515 (CVSS3: 9.8 CRITICAL): gnupg:gnupg-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3515 * CVE-2022-3550 (CVSS3: 8.8

[OE-core] OE-core CVE metrics for kirkstone on Sun 29 Jan 2023 03:00:01 AM HST

2023-01-29 Thread Steve Sakoman
Branch: kirkstone New this week: 7 CVEs CVE-2022-23521 (CVSS3: 9.8 CRITICAL): git https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23521 * CVE-2022-3515 (CVSS3: 9.8 CRITICAL): gnupg:gnupg-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3515 * CVE-2022-3550 (CVSS3: 8.8

[OE-core] OE-core CVE metrics for dunfell on Sun 29 Jan 2023 02:30:01 AM HST

2023-01-29 Thread Steve Sakoman
Branch: dunfell New this week: 5 CVEs CVE-2022-23521 (CVSS3: 9.8 CRITICAL): git https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23521 * CVE-2022-41903 (CVSS3: 9.8 CRITICAL): git https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-41903 * CVE-2022-41953 (CVSS3: 7.8 HIGH): git

[OE-core] OE-core CVE metrics for master on Sun 29 Jan 2023 02:00:01 AM HST

2023-01-29 Thread Steve Sakoman
Branch: master New this week: 3 CVEs CVE-2022-23521 (CVSS3: 9.8 CRITICAL): git https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23521 * CVE-2022-41903 (CVSS3: 9.8 CRITICAL): git https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-41903 * CVE-2022-41953 (CVSS3: 7.8 HIGH): git

[OE-core] [dunfell][PATCH] Fix missing leading whitespace with ':append'

2023-01-29 Thread Niko Mauno via lists.openembedded.org
Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. (From OE-Core rev: fcd340ec53ff8352b8cae0eb351810072b025a08) Signed-off-by: Niko Mauno Signed-off-by: Alexandre Belloni Signed-off-by: Richard

[OE-core] [kirkstone][PATCH] Fix missing leading whitespace with ':append'

2023-01-29 Thread Niko Mauno via lists.openembedded.org
Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. (From OE-Core rev: fcd340ec53ff8352b8cae0eb351810072b025a08) Signed-off-by: Niko Mauno Signed-off-by: Alexandre Belloni Signed-off-by: Richard