[OE-core] [oe] [meta-oe][PATCH] bc: Add ptest.

2022-09-18 Thread Yanxinkuan.FNST
Provide a patch to enable the ptest function of the OSS 'bc' by reusing the original test of the OSS itself with small adjustment in the 'timetest' script. This ptest was placed in the PTEST_SLOW queue since it takes upto 48s to execute on the qemuarm. Signed-off-by: Yan Xinkuan --- .../distro/i

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-4.1_M3.rc2)

2022-09-18 Thread Teoh, Jay Shen
Hi All, QA for yocto-4.1_M3.rc2 is completed. You can find the full report of this release in the link below: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found, but the fo

[OE-core] [PATCH v2] binutils: handle symlink files for gprofng

2022-09-18 Thread kai
From: Kai Kang It provides gprofng by binutils 2.39 for x86, x86_64 and aarch64 according to configure.ac: https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=configure.ac;h=aa9c91b42214afc46a0ab8b629e4c6fedcc0;hb=HEAD#l401 Add them to USE_ALTERNATIVES_FOR the same as others to handle s

[OE-core] [PATCH] busybox: add devmem 128-bit support

2022-09-18 Thread Yu, Mingli
From: Mingli Yu Add devmem 128-bit support [1]. [1] https://git.busybox.net/busybox/commit/?id=d432049f288c9acdc4a7caa729c68ceba3c5dca1 Signed-off-by: Mingli Yu --- .../0001-devmem-add-128-bit-width.patch | 128 ++ meta/recipes-core/busybox/busybox_1.35.0.bb | 1 +

Re: [OE-core] [PATCH][dunfell 2/2] qemu: fix and ignore several CVEs

2022-09-18 Thread Anuj Mittal
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Steve Sakoman > Sent: Thursday, September 15, 2022 10:14 PM > To: Lee, Chee Yang > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH][dunfell 2/2] q

[OE-core] [PATCH] tzdata: Update from 2022b to 2022c

2022-09-18 Thread Robert Joslyn
Signed-off-by: Robert Joslyn --- meta/recipes-extended/timezone/timezone.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index 2b956cf7c0..d032fed356 100644 --- a/meta/recipes-

[OE-core] [PATCH] flac: Update 1.3.4 to 1.4.0

2022-09-18 Thread Robert Joslyn
This is a major update with some breaking library changes. Full release notes are available at: https://xiph.org/flac/changelog.html As part of this update, make some changes to the recipe: * Development has moved from sourceforge to github, update BUGTRACKER link. * Move ogg support to a PACKAG

[OE-core] OE-core CVE metrics for kirkstone on Sun 18 Sep 2022 05:00:01 AM HST

2022-09-18 Thread Steve Sakoman
Branch: kirkstone New this week: 1 CVEs CVE-2022-40674 (CVSS3: 9.8 CRITICAL): expat:expat-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-40674 * Removed this week: 9 CVEs CVE-2022-2946 (CVSS3: 7.8 HIGH): vim https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-2946 * CVE-

[OE-core] OE-core CVE metrics for dunfell on Sun 18 Sep 2022 04:30:01 AM HST

2022-09-18 Thread Steve Sakoman
Branch: dunfell New this week: 2 CVEs CVE-2018-25032 (CVSS3: 7.5 HIGH): python3:python3-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-25032 * CVE-2022-40674 (CVSS3: 9.8 CRITICAL): expat:expat-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-40674 * Removed thi

[OE-core] OE-core CVE metrics for master on Sun 18 Sep 2022 04:00:01 AM HST

2022-09-18 Thread Steve Sakoman
Branch: master New this week: 1 CVEs CVE-2022-40674 (CVSS3: 9.8 CRITICAL): expat:expat-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-40674 * Removed this week: 6 CVEs CVE-2021-3521 (CVSS3: 4.7 MEDIUM): rpm:rpm-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3

Re: [OE-core] [RFC][PATCH 0/1] mesa: clover | Microsoft/Intel CLC: fix building OpenCL programs

2022-09-18 Thread Andrey Konovalov
On 9/17/22 19:38, Khem Raj wrote: On Sat, Sep 17, 2022 at 4:56 AM Andrey Konovalov wrote: This fixes the errors like: -8<- dragonboard-845c:~$ clinfo Max work group size 1024 === CL_PROGRAM_BUILD_LOG === :1:10: fatal error: 'opencl-c.h' file not found

Re: [OE-core] [RFC][PATCH 1/1] mesa: fix building OpenCL programs

2022-09-18 Thread Andrey Konovalov
On 9/17/22 16:57, Richard Purdie wrote: On Sat, 2022-09-17 at 14:56 +0300, Andrey Konovalov wrote: When building an OpenCL program clover needs to locate opencl-c.h include file. This include file location is passed via cpp args using CLANG_RESOURCE_DIR macro. To set CLANG_RESOURCE_DIR value mes

Re: [OE-core] [RFC][PATCH 1/1] mesa: fix building OpenCL programs

2022-09-18 Thread Andrey Konovalov
On 9/17/22 15:26, Alexander Kanavin wrote: Please send this upstream first. Oops... For some reason I was under impression that this is OE build specific. Good point! Thanks, Andrey Alex On Sat 17. Sep 2022 at 12.56, Andrey Konovalov mailto:andrey.konova...@linaro.org>> wrote: When bui

Re: [OE-core] [PATCH 4/4] rpm: Upgrade 4.17.1 -> 4.18rc1

2022-09-18 Thread Richard Purdie
On Sat, 2022-09-17 at 14:49 +0100, Richard Purdie via lists.openembedded.org wrote: > rpm is close to release and give our release timings, update to the > rc1 of 4.18. > > Includes fixes for CVE-2021-35937, CVE-2021-35938 and CVE-2021-35939 > which can't be easily backported. > > Refresh patches

[OE-core] [PATCH] python3-idna: migrate to flit-core

2022-09-18 Thread Konrad Weihmann
setup.py in latest release is broken after move to flit-core was released by the project. This broke the version detection in consuming libs like requests. Remove the not needed egg.info removal as well Signed-off-by: Konrad Weihmann --- meta/recipes-devtools/python/python3-idna_3.4.bb | 7 +