Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-19 Thread Yu, Mingli
Hi Richard, On 7/19/23 18:08, Richard Purdie wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, 2023-07-19 at 17:39 +0800, Yu, Mingli wrote: On 7/19/23 17:24

[OE-core] [mickledore][PATCH] cups: Fix CVE-2023-34241

2023-07-26 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix CVE-2023-34241. [1] https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2 Signed-off-by: Mingli Yu --- meta/recipes-extended/cups/cups.inc | 1 + .../cups/cups/CVE-2023-34241.patch| 70 +++

Re: [OE-core] [PATCH v4] qemu: Add qemu-common package

2023-07-26 Thread Yu, Mingli
Ping. Thanks, On 7/17/23 15:11, Yu, Mingli wrote: From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm

[OE-core] [mickledore][PATCH] ruby: Fix CVE-2023-36617

2023-07-27 Thread Yu, Mingli
From: Mingli Yu Backport two patches [1] [2] to fix CVE-2023-36617 [3]. [1] https://github.com/ruby/uri/commit/9010ee2536adda10a0555ae1ed6fe2f5808e6bf1 [2] https://github.com/ruby/uri/commit/9d7bcef1e6ad23c9c6e4932f297fb737888144c8 [3] https://www.ruby-lang.org/en/news/2023/06/29/redos-in-uri-CV

[OE-core] [PATCH] qemuppc64: Set the default memory to 512M

2023-08-01 Thread Yu, Mingli
From: Mingli Yu When use 256M memory, it issues below OOM, so update the default memory to 512M to make the runqemu "runqemu slirp nographic qemuppc64" works well. [ 26.878923] Call Trace: [ 26.878994] [c34835d0] [c106e058] dump_stack_lvl+0x6c/0x9c (unreliable) [ 26.880196

Re: [OE-core] [PATCH] qemuppc64: Set the default memory to 512M

2023-08-02 Thread Yu, Mingli
On 8/2/23 16:32, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, 2 Aug 2023 at 10:30, Yu, Mingli wrote: Did a simple check against core-image

Re: [OE-core] [PATCH v4] qemu: Add qemu-common package

2023-08-14 Thread Yu, Mingli
Ping. Thanks, On 7/17/23 15:11, Yu, Mingli wrote: From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm

Re: [OE-core] [PATCH v4] qemu: Add qemu-common package

2023-08-14 Thread Yu, Mingli
Hi Richard, On 8/14/23 17:25, Richard Purdie wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Mon, 2023-08-14 at 17:19 +0800, Yu, Mingli wrote: Ping. https

Re: [OE-core] ✗ patchtest: failure for Open file with O_CLOEXEC to avoid fd leak (rev3)

2020-01-18 Thread Yu, Mingli
On 01/19/20 13:32, Patchwork wrote: == Series Details == Series: Open file with O_CLOEXEC to avoid fd leak (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/22123/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an a

Re: [OE-core] ✗ patchtest: failure for Open file with O_CLOEXEC to avoid fd leak (rev3)

2020-01-19 Thread Yu, Mingli
On 01/20/20 09:29, Paul Eggleton wrote: Hi Mingli On Sunday, 19 January 2020 6:41:49 PM NZDT Yu, Mingli wrote: On 01/19/20 13:32, Patchwork wrote: == Series Details == Series: Open file with O_CLOEXEC to avoid fd leak (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series

Re: [OE-core] ✗ patchtest: failure for Open file with O_CLOEXEC to avoid fd leak (rev3)

2020-01-19 Thread Yu, Mingli
On 01/20/20 10:28, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Yu, Mingli Sent: den 20 januari 2020 02:34 To: Paul Eggleton Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] ✗ patchtest: failure

Re: [OE-core] ✗ patchtest: failure for Open file with O_CLOEXEC to avoid fd leak (rev3)

2020-01-19 Thread Yu, Mingli
On 01/20/20 11:15, Peter Kjellerstedt wrote: -Original Message- From: Yu, Mingli Sent: den 20 januari 2020 04:04 To: Peter Kjellerstedt ; Paul Eggleton Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] ✗ patchtest: failure for Open file with O_CLOEXEC to avoid fd

Re: [OE-core] [PATCH] gstreamer1.0-plugins-common.inc: disable orc on mips

2020-01-21 Thread Yu, Mingli
On 01/22/20 02:36, Khem Raj wrote: On Mon, Jan 20, 2020 at 11:19 PM wrote: From: Mingli Yu After transiton to meson build for gstreamer series, for gstreamer1.0-plugins-base, with below two commits introduced: 238080ed89 gstreamer: Remove unused common files and patches 20614408dc gstream

[OE-core] [PATCH] qemu: Split the qemu package

2023-05-30 Thread Yu, Mingli
From: Mingli Yu Currently all files packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by QEMU_TARGETS. Split t

[OE-core] [PATCH v2] qemu: Split the qemu package

2023-06-01 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by QEMU_TA

Re: [OE-core] [PATCH] qemu: Split the qemu package

2023-06-01 Thread Yu, Mingli
On 5/30/23 23:09, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Tue, May 30, 2023 at 10:54 AM Richard Purdie wrote: On Tue, 2023-05-30 at 16:33 +02

[OE-core] [PATCH v3] qemu: Split the qemu package

2023-06-01 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by QEMU_TA

Re: [OE-core] [PATCH v3] qemu: Split the qemu package

2023-06-06 Thread Yu, Mingli
, Jun 1, 2023 at 10:37 PM Yu, Mingli wrote: From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all

[OE-core] [PATCH v4] qemu: Split the qemu package

2023-06-07 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by QEMU_TA

[OE-core] [PATCH v5] qemu: Split the qemu package

2023-06-07 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by QEMU_TA

[OE-core] [mickledore][PATCH 2/2] curl: Update from 8.1.0 to 8.1.1

2023-06-07 Thread Yu, Mingli
From: Robert Joslyn This is a bugfix only release. Release notes: https://curl.se/changes.html#8_1_1 Signed-off-by: Robert Joslyn Signed-off-by: Richard Purdie Signed-off-by: Mingli Yu --- meta/recipes-support/curl/{curl_8.1.0.bb => curl_8.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 de

[OE-core] [mickledore][PATCH 1/2] curl: Update from 8.0.1 to 8.1.0

2023-06-07 Thread Yu, Mingli
From: Robert Joslyn This is a feature and bugfix release. Release notes are available at: https://curl.se/changes.html#8_1_0 Signed-off-by: Robert Joslyn Signed-off-by: Alexandre Belloni Signed-off-by: Mingli Yu --- meta/recipes-support/curl/{curl_8.0.1.bb => curl_8.1.0.bb} | 2 +- 1 file ch

Re: [OE-core] [PATCH v5] qemu: Split the qemu package

2023-06-08 Thread Yu, Mingli
arch rpms you need or qemu-all(if you want all qemu binary) after the qemu split change? <https://git.yoctoproject.org/meta-virtualization/tree/recipes-devtools/qemu/qemu-package-split.inc> Thanks, From: Bruce Ashfield Sent: Friday, June 9, 2023 00:16 T

[OE-core] [PATCH v6] qemu: Split the qemu package

2023-06-08 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by QEMU_TA

Re: [OE-core] [PATCH v5] qemu: Split the qemu package

2023-06-08 Thread Yu, Mingli
Okay, let us use v6 to track the patch. Thanks, From: Bruce Ashfield Sent: Friday, June 9, 2023 11:25 To: Yu, Mingli Cc: Richard Purdie ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH v5] qemu: Split the qemu package CAUTION: This

[OE-core] [mickledore]][PATCH] curl: Fix CVEs

2023-06-12 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix the below CVEs: CVE-2023-28319 CVE-2023-28320 CVE-2023-28321 CVE-2023-28322 Signed-off-by: Mingli Yu --- .../curl/curl/CVE-2023-28319.patch| 38 ++ .../curl/curl/CVE-2023-28320.patch| 88 .../curl/curl/CVE-2023-2832

[OE-core] [PATCH] qemu: Install the default qemu emulation rpm

2023-06-15 Thread Yu, Mingli
From: Mingli Yu The qemu rpm can be split or not via customize PACKAGESPLITFUNCS and there is no specific qemu emulation rpm installed when we choose split the qemu rpms now. To gurantee the basic usage, install the qemu emulation rpm which corresponding to the target arch by default when split

[OE-core] [PATCH] u-boot-tools: u-boot-tools: Use PATH_MAX for path length

2023-06-19 Thread Yu, Mingli
From: Mingli Yu Fixes: | uboot-mkimage -D "-I dts -O dtb -p 2000" -F -k "/buildarea1/test/wr_build/wrtestLTS_secureboot/test1-what/test2-what/test3-what/test4-what/test5-what/test6-what/test7-what/test8-what/test9-what/test10-what/test11-what/test12-what/layers/xilinx-zynqmp/zynqmp_keys/fitIm

[OE-core] [PATCH v2] u-boot-tools: Use PATH_MAX for path length

2023-06-19 Thread Yu, Mingli
From: Mingli Yu Fixes: | uboot-mkimage -D "-I dts -O dtb -p 2000" -F -k "/buildarea1/test/wr_build/wrtestLTS_secureboot/test1-what/test2-what/test3-what/test4-what/test5-what/test6-what/test7-what/test8-what/test9-what/test10-what/test11-what/test12-what/layers/xilinx-zynqmp/zynqmp_keys/fitIm

[OE-core] [PATCH] qemu: Add qemu-user-* and qemu-system-* to PACKAGES_DYNAMIC

2023-06-25 Thread Yu, Mingli
From: Mingli Yu Fixes: Add below line to conf/local.conf IMAGE_INSTALL:append = " qemu-system-aarch64 $ bitbake core-image-base ERROR: Required build target 'core-image-base' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-base', 'qemu-system-aarch

[OE-core] [PATCH v2] qemu: Add qemu-user-* and qemu-system-* to PACKAGES_DYNAMIC

2023-06-25 Thread Yu, Mingli
From: Mingli Yu Fixes: Add below line to conf/local.conf IMAGE_INSTALL:append = " qemu-system-aarch64" $ bitbake core-image-base ERROR: Required build target 'core-image-base' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-base', 'qemu-system-aarc

Re: [OE-core] [PATCH] qemu: Install the default qemu emulation rpm

2023-06-25 Thread Yu, Mingli
Ping. Thanks, On 6/15/23 16:17, Yu, Mingli wrote: From: Mingli Yu The qemu rpm can be split or not via customize PACKAGESPLITFUNCS and there is no specific qemu emulation rpm installed when we choose split the qemu rpms now. To gurantee the basic usage, install the qemu emulation rpm which

[OE-core] [PATCH] qemu: Add qemu-common package

2023-06-27 Thread Yu, Mingli
From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except they install the qemu emulation rp

Re: [OE-core] [PATCH] qemu: Install the default qemu emulation rpm

2023-06-28 Thread Yu, Mingli
om/. Thanks, On 6/15/23 16:17, Yu, Mingli wrote: From: Mingli Yu The qemu rpm can be split or not via customize PACKAGESPLITFUNCS and there is no specific qemu emulation rpm installed when we choose split the qemu rpms now. To gurantee the basic usage, install the qemu emulation rpm which

[OE-core] [mickledore][PATCH] python3-numpy: remove NPY_INLINE, use inline instead

2023-06-28 Thread Yu, Mingli
From: Mingli Yu The build fails when DEBUG_BUILD is enabled with GCC-13 as [1] and [2]. Fixes: | numpy/core/src/umath/simd.inc.src:977:20: note: called from here | 977 | @vtype@ zeros = _mm512_setzero_@vsuffix@(); |^~~ | numpy/core/src/umath

[OE-core] [PATCH v2] qemu: Add qemu-common package

2023-07-09 Thread Yu, Mingli
From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except they install the qemu emulation rp

[OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-10 Thread Yu, Mingli
From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except they install the qemu emulation rp

Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-11 Thread Yu, Mingli
On 7/11/23 04:47, Alexandre Belloni wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hello, On 10/07/2023 18:32:18+0800, Yu, Mingli wrote: From: Mingli Yu We split

[OE-core] [PATCH] report-error: catch Nothing PROVIDES error

2023-04-03 Thread Yu, Mingli
From: Mingli Yu Make the report-error catch Nothing PROVIDES error and then we can check it directly via error report web. Signed-off-by: Mingli Yu --- meta/classes/report-error.bbclass | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/meta/classes

[OE-core] [PATCH] report-error: make it catch ParseError error

2023-04-13 Thread Yu, Mingli
From: Mingli Yu Make the report-error catch ParseError error as below and then we can check it directly via error report web. ParseError at /build/layers/oe-core/meta/recipes-support/curl/curl_7.88.1.bb:32: unparsed line: 'PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-

[OE-core] [kirkstone][PATCH] curl: Fix CVE-2023-27536

2023-04-16 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix CVE-2023-27536. [1] https://github.com/curl/curl/commit/cb49e67303dba Signed-off-by: Mingli Yu --- .../curl/curl/CVE-2023-27536.patch| 57 +++ meta/recipes-support/curl/curl_7.82.0.bb | 1 + 2 files changed, 58 insert

[OE-core] [PATCH v2] report-error: make it catch ParseError error

2023-04-18 Thread Yu, Mingli
From: Mingli Yu Make the report-error catch ParseError error as below and then we can check it directly via error report web. ParseError at /build/layers/oe-core/meta/recipes-support/curl/curl_7.88.1.bb:32: unparsed line: 'PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-

Re: [OE-core] [kirkstone][PATCH] curl: Fix CVE-2023-27536

2023-04-18 Thread Yu, Mingli
sible. Thanks! Steve On Sun, Apr 16, 2023 at 8:22 PM Yu, Mingli wrote: From: Mingli Yu Backport patch [1] to fix CVE-2023-27536. [1] https://github.com/curl/curl/commit/cb49e67303dba Signed-off-by: Mingli Yu --- .../curl/curl/CVE-2023-27536.patch| 57 +++

[OE-core] [kirkstone][PATCH] ruby: Fix CVE-2023-28755

2023-04-24 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix CVE-2023-28755. [1] https://github.com/ruby/ruby/commit/8ce4ab146498879b65e22f1be951b25eebb79300 Signed-off-by: Mingli Yu --- .../ruby/ruby/CVE-2023-28755.patch| 68 +++ meta/recipes-devtools/ruby/ruby_3.1.3.bb | 1 +

[OE-core] [PATCH] qemu: Restrict the built qemu targets

2023-05-26 Thread Yu, Mingli
From: Mingli Yu Now the QEMU_TARGETS used to set the supported built qemu targets both for "bitbake qemu-native" and "bitbake qemu". After the qemu package installed on the target, it will take up 464M which includes not only the one matches the arch of the target but aslo all available built qe

Re: [OE-core] [PATCH] libportal: add opengl to REQUIRED_DISTRO_FEATURES

2023-02-20 Thread Yu, Mingli
Ping. Thanks, On 1/9/23 17:10, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Mon, 9 Jan 2023 at 10:02, Yu, Mingli wrote: Sorry for noise

[OE-core] [PATCH] mc: set ac_cv_path_PERL_FOR_BUILD

2023-02-22 Thread Yu, Mingli
From: Mingli Yu After mc upgrade to 4.8.29, it introduces PERL_FOR_BUILD [1] and will result in the below build failure on some system when we build under a project with long path. | make[4]: Entering directory '/buildarea2/WTEST_Regression/Rerun/build_dir/02161802-multilib_pkgs_conflict/qemux8

[OE-core] [kirkstone][PATCH v2] curl: Add fix for CVE-2023-23914, CVE-2023-23915

2023-03-14 Thread Yu, Mingli
From: Pawan Badganchi Add below patches to fix CVE-2023-23914 [1], CVE-2023-23915 [2] CVE-2023-23914_5-1.patch CVE-2023-23914_5-2.patch CVE-2023-23914_5-3.patch CVE-2023-23914_5-4.patch CVE-2023-23914_5-5.patch [1] https://curl.se/docs/CVE-2023-23914.html [2] https://curl.se/docs/CVE-2023-23915

[OE-core] [PATCH 3/3] mdadm: Fix raid0 tests

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu --- ...-Run-udevadm-settle-before-setting-r.patch | 39 +++ ...metadata-avoid-passing-chunk-size-to.patch | 41 +

[OE-core] [PATCH 1/3] mdadm: Fix testcase 06wrmostly

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix the failure of the 06wrmostly test. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=41edf6f45895193f4a523cb0a08d639c9ff9ccc9 Signed-off-by: Mingli Yu --- ...-Fix-optional-write-behind-parameter.patch | 45 +++ meta

[OE-core] [PATCH 2/3] mdadm: fix tests/02lineargrow

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix tests/02lineargrow. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617 Signed-off-by: Mingli Yu --- ...ow-clear-the-superblock-at-every-ite.patch | 33 +++ meta/recipes-extende

[OE-core] [kirkstone][PATCH 1/3] mdadm: Fix testcase 06wrmostly

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix the failure of the 06wrmostly test. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=41edf6f45895193f4a523cb0a08d639c9ff9ccc9 Signed-off-by: Mingli Yu --- ...-Fix-optional-write-behind-parameter.patch | 45 +++ meta

[OE-core] [kirkstone][PATCH 2/3] mdadm: fix tests/02lineargrow

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix tests/02lineargrow. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617 Signed-off-by: Mingli Yu --- ...ow-clear-the-superblock-at-every-ite.patch | 33 +++ meta/recipes-extende

[OE-core] [kirkstone][PATCH 3/3] mdadm: Fix raid0 tests

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu --- ...-Run-udevadm-settle-before-setting-r.patch | 39 +++ ...metadata-avoid-passing-chunk-size-to.patch | 41 +

[OE-core] [kirkstone][PATCH v2] mdadm: Fix raid0 tests

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu --- ...d-a-test-that-validates-raid0-with-l.patch | 41 +++ ...-Run-udevadm-settle-before-setting-r.patch | 39 +

[OE-core] [PATCH v2 3/3] mdadm: Fix raid0 tests

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu --- ...d-a-test-that-validates-raid0-with-l.patch | 41 +++ ...-Run-udevadm-settle-before-setting-r.patch | 39 +

[OE-core] [PATCH] mdadm: fix tests/00raid0

2023-03-17 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix tests/00raid0. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=7539254342bc591717b0051734cc6c09c1b88640 Signed-off-by: Mingli Yu --- ...d-a-test-that-validates-raid0-with-l.patch | 41 +++ meta/recipes-extended/mda

[OE-core] [kirkstone][PATCH v3] curl: Add fix for CVE-2023-23914, CVE-2023-23915

2023-03-21 Thread Yu, Mingli
From: Pawan Badganchi Add below patches to fix CVE-2023-23914 [1], CVE-2023-23915 [2] CVE-2023-23914_5-1.patch CVE-2023-23914_5-2.patch CVE-2023-23914_5-3.patch CVE-2023-23914_5-4.patch CVE-2023-23914_5-5.patch [1] https://curl.se/docs/CVE-2023-23914.html [2] https://curl.se/docs/CVE-2023-23915

[OE-core] [PATCH] webkitgtk: Add opengl to REQUIRED_DISTRO_FEATURES

2023-08-28 Thread Yu, Mingli
From: Mingli Yu webkitgtk depends on gtk4 which has the below logic, so add the same logic for webkitgtk. REQUIRED_DISTRO_FEATURES = "opengl" Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/oe-core/meta/recipes-sato/webkit/webkitgtk_2.40.5.bb DEPENDS on or otherwise requires it) g

[OE-core] [mickledore][PATCH] fixup! python3-numpy: remove NPY_INLINE, use inline instead

2023-09-07 Thread Yu, Mingli
From: Mingli Yu Fixes: /usr/lib/gcc/x86_64-redhat-linux/13/include/avx512fintrin.h:314:1: error: inlining failed in call to 'always_inline' '_mm512_setzero_ps': target specific option mismatch 314 | _mm512_setzero_ps (void) | ^ numpy/core/src/umath/simd.inc.src:

[OE-core] [mickledore][PATCH v2] fixup! python3-numpy: remove NPY_INLINE, use inline instead

2023-09-07 Thread Yu, Mingli
From: Mingli Yu Fixes: /usr/lib/gcc/x86_64-redhat-linux/13/include/avx512fintrin.h:314:1: error: inlining failed in call to 'always_inline' '_mm512_setzero_ps': target specific option mismatch 314 | _mm512_setzero_ps (void) | ^ numpy/core/src/umath/simd.inc.src:

Re: [OE-core] [mickledore][PATCH v2] fixup! python3-numpy: remove NPY_INLINE, use inline instead

2023-09-07 Thread Yu, Mingli
day, September 8, 2023 12:46 To: Yu, Mingli Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [mickledore][PATCH v2] fixup! python3-numpy: remove NPY_INLINE, use inline instead CAUTION: This email comes from a non Wind River email account! Do not click links or open attachme

[OE-core] [PATCH] multilib.conf: Remove the incorrect PKG_CONFIG_PATH setting

2023-09-20 Thread Yu, Mingli
From: Mingli Yu The PKG_CONFIG_PATH is set as ${WORKDIR}/recipe-sysroot/${datadir}/pkgconfig in multilib.conf. But there is no ${WORKDIR}/recipe-sysroot when multilib enabled such as below: $ bitbake lib32-php There is no ${WORKDIR}/recipe-sysroot and only ${WORKDIR}/lib32-recipe-sysroot exis

Re: [OE-core] [PATCH] multilib.conf: Remove the incorrect PKG_CONFIG_PATH setting

2023-09-24 Thread Yu, Mingli
Hi Richard, On 9/20/23 18:41, Richard Purdie wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, 2023-09-20 at 17:06 +0800, Yu, Mingli wrote: From: Mingli Yu The

[OE-core] [PATCH] openssh: Add sshd.service

2023-10-11 Thread Yu, Mingli
From: Mingli Yu For systems with a large amount of SSH traffic, it shoule be better to run a single SSH server for all incoming connections. And both sshd.socket and sshd.service are deployed on other distros like ubuntu, fedora and etc. So add sshd.service to make it possible to run a standalo

[OE-core] [PATCH] openssh: Don't hardcode the dir in sshd.service

2023-10-26 Thread Yu, Mingli
From: Mingli Yu Don't hardcode the directory of the binary in sshd.service. Signed-off-by: Mingli Yu --- meta/recipes-connectivity/openssh/openssh/sshd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssh/openssh/sshd.service b/meta/rec

[OE-core] [mickledore][PATCH] curl: Fix CVE-2023-38039

2023-11-02 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix CVE-2023-38039 and reference [2] and [3] to fix the build error. [1] https://github.com/curl/curl/commit/3ee79c1674fd6f9 [2] https://github.com/curl/curl/commit/2cb0d346aaa [3] https://github.com/curl/curl/commit/83319e027179 Signed-off-by: Mingli Yu -

[OE-core] [PATCH v5] openssh: Add PACKAGECONFIG option to customize sshd mode

2024-01-01 Thread Yu, Mingli
From: Mingli Yu Add systemd-sshd-socket-mode PACKAGECONFIG option to choose installing sshd.socket and systemd-sshd-service-mode PACKAGECONFIG option to choose installing sshd.service. The systemd-sshd-socket-mode PACKAGECONFIG option is enabled by default and user can choose the above two PACKA

[OE-core] [PATCH] gptfdisk: Make the version consistent

2024-01-08 Thread Yu, Mingli
From: Mingli Yu The previous change [262aa17e0e popt: update 1.18 -> 1.19] backports a patch [1] for gptfdisk and make the version bump from 1.0.9 to 1.0.9.1 and make the package version inconsistent as below: root@qemux86-64:~# rpm -qa | grep gptfdisk gptfdisk-1.0.9-r0.core2_64 root@qemux86-64:~

[OE-core] [PATCH 2/3] gnupg: Make the version consistent

2024-01-19 Thread Yu, Mingli
From: Mingli Yu The commit [b67e4e523 Improve the beta number generation.] [1] extends the version to make it work well for no release version, but it introduces the version inconsistency. Considering we mainly use a release version in oe, so remove the added suffix to keep consistent. Before t

[OE-core] [PATCH 3/3] libgcrypt: Make the version consistent

2024-01-19 Thread Yu, Mingli
From: Mingli Yu The change [1] extends a -unknown suffix to version and introduces the version inconsistency. Before the patch: # rpm -qa | grep libgcrypt libgcrypt-1.10.3-r0.core2_64 libgcrypt-ptest-1.10.3-r0.core2_64 # rpm -ql libgcrypt /usr /usr/bin /usr/bin/mpicalc /u

[OE-core] [PATCH 1/3] xmlto: Remove the explicit PV setting

2024-01-19 Thread Yu, Mingli
From: Mingli Yu The latest release for xmlto is 0.0.28 [1], but the PV is set individually [2] in terms of backport several patches to fix builds with newer compilers after 0.0.28 was releases in 2015. [1] https://releases.pagure.org/xmlto/ [2] https://git.openembedded.org/openembedded-core/com

Re: [OE-core] [PATCH 2/3] gnupg: Make the version consistent

2024-01-21 Thread Yu, Mingli
safe. On 19 Jan 2024, at 11:33, Yu, Mingli via lists.openembedded.org wrote: file://0004-autogen.sh-fix-find-version-for-beta-checking.patch \ file://0001-Woverride-init-is-not-needed-with-gcc-9.patch \ file://fix-ldap.patch \ + file://0001-autog

[OE-core] [PATCH 1/3] pkgconfig: Correct the PV

2024-01-25 Thread Yu, Mingli
From: Mingli Yu Correct the PV to make the version consistent. Before the patch: # rpm -qa | grep pkgconfig pkgconfig-0.29.2+git0+d97db4fae4-r0.core2_64 # rpm -ql pkgconfig /usr /usr/bin /usr/bin/pkg-config /usr/bin/x86_64-wrs-linux-gnu-pkg-config /usr/share /usr/share/aclocal /usr/sha

[OE-core] [PATCH 2/3] icu: Make the version consistent

2024-01-25 Thread Yu, Mingli
From: Mingli Yu Update the version in the bb name to make the version consistent. Before the patch: # rpm -qa | grep icu icu-74+1-r0.core2_64 # rpm -ql icu /usr /usr/bin /usr/bin/derb [snip] # derb --version derb version 1.1 (ICU version 74.1). Copyright (C) 2016 and later: Unicode, In

[OE-core] [PATCH 3/3] blktool: Make the version consistent

2024-01-25 Thread Yu, Mingli
From: Mingli Yu Update the version to make package version consistent and there is indeed the source as blktool_4.orig.tar.gz [1]. Before the patch: # rpm -qa | grep blktool blktool-4+7.1-r0.core2_64 # blktool blktool version 4 usage: blktool [options] DEVICE COMMAND [args...] command

Re: [OE-core] [PATCH 1/3] pkgconfig: Correct the PV

2024-01-26 Thread Yu, Mingli
On 1/25/24 17:29, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, 25 Jan 2024 at 10:25, Yu, Mingli wrote: From: Mingli Yu Correct the PV

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-26 Thread Yu, Mingli
On 2019年06月26日 22:00, Matt Madison wrote: On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote: On 2019年06月25日 20:23, Matt Madison wrote: On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli wrote: Hi Matt, I noticed your commit is the latest update for go-dep ptest. But the go-dep ptest doesn&#

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-28 Thread Yu, Mingli
On 2019年06月27日 19:34, Matt Madison wrote: On Wed, Jun 26, 2019 at 11:40 PM Yu, Mingli wrote: On 2019年06月26日 22:00, Matt Madison wrote: On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote: On 2019年06月25日 20:23, Matt Madison wrote: On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli wrote: Hi

Re: [OE-core] [PATCH] go-dep: disable PTEST_ENABLED

2019-06-30 Thread Yu, Mingli
On 2019年06月28日 19:02, Richard Purdie wrote: On Fri, 2019-06-28 at 00:57 -0700, mingli...@windriver.com wrote: From: Mingli Yu The run-ptest logic for go-dep actually runs the /usr/lib64/go-dep/ptest/github.com/golang/dep/cmd/dep/dep.test whose source file is https://github.com/golang/dep/blo

Re: [OE-core] [PATCH] go-dep: disable PTEST_ENABLED

2019-07-02 Thread Yu, Mingli
On 2019年07月01日 19:59, Matt Madison wrote: On Sun, Jun 30, 2019 at 6:59 PM Yu, Mingli wrote: On 2019年06月28日 19:02, Richard Purdie wrote: On Fri, 2019-06-28 at 00:57 -0700, mingli...@windriver.com wrote: From: Mingli Yu The run-ptest logic for go-dep actually runs the /usr/lib64/go-dep

Re: [OE-core] [PATCH] asciidoc: disable xmllint check

2019-04-04 Thread Yu, Mingli
On 2019年04月04日 16:02, Burton, Ross wrote: Some further context (note to self: don't reply to mails during breakfast): the problem which lead to xmllint failing also leads to the XSL stylesheets in the sysroot not being used, so xsltproc downloads them. On my machine, asciidoc should execute do

Re: [OE-core] [PATCH] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-04 Thread Yu, Mingli
Ping. Any comments here? Thanks, On 2019年03月19日 16:44, mingli...@windriver.com wrote: From: Mingli Yu When DEBUG_BUILD = "1" added in local.conf, there comes below build error when "bitbake gcc-sanitizers": | ./../../../../../../../../work-shared/gcc-8.3.0-r0/gcc-8.3.0/libsanitizer/libbackt

Re: [OE-core] [PATCH] nettle: fix ptest failure

2019-04-14 Thread Yu, Mingli
On 2019年04月13日 05:57, Richard Purdie wrote: On Fri, 2019-04-12 at 11:27 +0800, mingli...@windriver.com wrote: From: Mingli Yu Remove dlopen-test.patch which originally used to fix the test dlopen-test, but autually the patch didn't resolve the issue as dlopen-test.patch supposes the file /us

Re: [OE-core] [v2][PATCH] nettle: update to 3.4.1

2019-04-15 Thread Yu, Mingli
On 2019年01月06日 06:05, Armin Kuster wrote: Bug fix only release Include: CVE-2018-16868 gnutls: Bleichenbacher-like side channel leakage in PKCS#1 1.5 verification and padding oracle verification CVE-2018-16869 nettle: Leaky data conversion exposing a manager oracle For full details

Re: [OE-core] [PATCH v2] nettle: fix ptest failure

2019-04-15 Thread Yu, Mingli
On 2019年04月15日 15:59, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-15 at 15:40 +0800, mingli...@windriver.com wrote: a/testsuite/dlopen-test.c 2016-10-01 00:28:38.0 -0700 -+++ b/testsuite/dlopen-test.c 2017-10-13 11:08:57.227572860 -0700 -@@ -9,7 +9,7 @@ +diff --git

Re: [OE-core] [PATCH v2] nettle: fix ptest failure

2019-04-15 Thread Yu, Mingli
On 2019年04月15日 16:06, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-15 at 16:09 +0800, Yu, Mingli wrote: On 2019年04月15日 15:59, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-15 at 15:40 +0800, mingli...@windriver.com wrote: a/testsuite/dlopen-test.c 2016-10-01

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-15 Thread Yu, Mingli
On 2019年04月09日 11:53, Khem Raj wrote: On Mon, Apr 8, 2019 at 7:32 PM wrote: From: Mingli Yu When DEBUG_BUILD = "1" added in local.conf, there comes below build error when "bitbake gcc-sanitizers": | ./../../../../../../../../work-shared/gcc-8.3.0-r0/gcc-8.3.0/libsanitizer/libbacktrace/../

Re: [OE-core] [PATCH v3] nettle: fix ptest failure

2019-04-15 Thread Yu, Mingli
On 2019年04月15日 19:08, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-15 at 17:05 +0800, mingli...@windriver.com wrote: @@ -33,6 +29,8 @@ EXTRA_OECONF = "--disable-openssl" CFLAGS_append = " -std=c99" do_compile_ptest() { +# fix dlopen-test failure as cannot locate libne

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-16 Thread Yu, Mingli
On 2019年04月16日 00:21, Adrian Bunk wrote: On Mon, Apr 15, 2019 at 07:19:13AM -0700, Khem Raj wrote: What are you trying to convey ? That’s what I mentioned before I began my reply however to reiterate my point was if a package is not usually built and tested with this combination which is evid

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-17 Thread Yu, Mingli
On 2019年04月17日 02:00, Khem Raj wrote: On Tue, Apr 16, 2019 at 1:40 AM Yu, Mingli wrote: On 2019年04月16日 00:21, Adrian Bunk wrote: On Mon, Apr 15, 2019 at 07:19:13AM -0700, Khem Raj wrote: What are you trying to convey ? That’s what I mentioned before I began my reply however to

Re: [OE-core] [PATCH v3] nettle: fix ptest failure

2019-04-17 Thread Yu, Mingli
Hi RP, Any comments here? Thanks, On 2019年04月16日 11:14, Yu, Mingli wrote: On 2019年04月15日 19:08, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-15 at 17:05 +0800, mingli...@windriver.com wrote: @@ -33,6 +29,8 @@ EXTRA_OECONF = "--disable-openssl" CFLAGS_append =

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-21 Thread Yu, Mingli
On 2019年04月18日 01:14, Khem Raj wrote: On Wed, Apr 17, 2019 at 12:45 AM Yu, Mingli wrote: On 2019年04月17日 02:00, Khem Raj wrote: On Tue, Apr 16, 2019 at 1:40 AM Yu, Mingli wrote: On 2019年04月16日 00:21, Adrian Bunk wrote: On Mon, Apr 15, 2019 at 07:19:13AM -0700, Khem Raj wrote: What

Re: [OE-core] [PATCH] glib-2.0: fix ptest failures

2019-04-23 Thread Yu, Mingli
On 2019年04月23日 23:52, Burton, Ross wrote: On Fri, 19 Apr 2019 at 09:54, wrote: From: Mingli Yu * Set G_TEST_BUILDDIR to mark we run the tests out of builddir to make it can skip the test_non_utf8_printf to fix below test error as test_non_utf8_printf needed to run under builddir pe

Re: [OE-core] [PATCH] glib-2.0: fix ptest failures

2019-04-24 Thread Yu, Mingli
On 2019年04月24日 20:07, Burton, Ross wrote: On Wed, 24 Apr 2019 at 02:51, Yu, Mingli wrote: Per the comments at https://gitlab.gnome.org/GNOME/glib/issues/1357, we need to run test_non_utf8_printf under builddir to guarantee the test passed. Re-read the comments. Setting that variable skips

Re: [OE-core] [PATCH v2] bjam-native: do not search all PATHs variable

2019-04-28 Thread Yu, Mingli
On 2019年04月28日 18:55, Richard Purdie wrote: On Sun, 2019-04-28 at 11:38 +0200, Alexander Kanavin wrote: Wait, why is this a problem for specifically bjam, but not the other tools that also look into PATH? Shouldn’t you fix the nfs instead? I have to agree that you really don't want invalids

Re: [OE-core] [PATCH v4 1/2] nettle: fix the Segmentation fault

2019-04-28 Thread Yu, Mingli
Ping. Thanks, On 2019年04月24日 16:41, mingli...@windriver.com wrote: From: Mingli Yu The commit[8ac8fa8ee1 nettle: update to 3.4.1] add CFLAGS_append = " -std=c99" to silence the below error for native build: | ../nettle-3.4.1/rsa-sign-tr.c: In function 'sec_equal': | ../nettle-3.4.1/rsa-sign-t

Re: [OE-core] [PATCH v2] glib-2.0: fix ptest failures

2019-05-04 Thread Yu, Mingli
On 2019年04月30日 21:16, Burton, Ross wrote: On Tue, 30 Apr 2019 at 08:45, wrote: From: Mingli Yu * Install 7 translation packages to fix 7 ptest failures such as: | GLib:ERROR:../glib-2.58.3/glib/tests/gdatetime.c:1477:test_non_utf8_printf: assertion failed (__p == ("10\346\234\210")):

Re: [OE-core] [PATCH v2] glib-2.0: fix ptest failures

2019-05-07 Thread Yu, Mingli
On 2019年05月06日 17:50, Adrian Bunk wrote: On Sun, May 05, 2019 at 02:09:49PM +0800, Yu, Mingli wrote: On 2019年04月30日 21:16, Burton, Ross wrote: On Tue, 30 Apr 2019 at 08:45, wrote: ... * Increase the timeout to 15 minutes as the default timeout which is 5 minutes is not enough to fix

Re: [OE-core] [PATCH v3] glib-2.0: fix ptest failures

2019-05-13 Thread Yu, Mingli
On 2019年05月08日 20:25, richard.pur...@linuxfoundation.org wrote: On Wed, 2019-05-08 at 12:54 +0100, Burton, Ross wrote: On Wed, 8 May 2019 at 04:06, wrote: * Increase the timeout to 15 minutes as the default timeout which is 5 minutes is not enough to fix below error: | Executing: glib/

<    1   2   3   4   5   >