[OE-core] [PATCH] ncurses: Fix CVE-2023-50495

2024-04-09 Thread Yu, Mingli
From: Mingli Yu Backport a patch [1] to fix CVE-2023-50495. [1] http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=7723dd6799ab10b32047ec73b14df9f107bafe99 Signed-off-by: Mingli Yu --- .../ncurses/files/CVE-2023-50495.patch| 301 ++

[OE-core] [kirkstone][PATCH 1/2] python3-unittest-automake-output: add new recipe for ptest integration

2024-03-27 Thread Yu, Mingli
From: Ross Burton This package contains modules for both unittest and pytest that alter the output to look like automake's 'make check' output, for better integration with ptest. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [kirkstone][PATCH 2/2] python3-unittest-automake-output: upgrade to 0.2

2024-03-27 Thread Yu, Mingli
From: Ross Burton Specifically this fixes the issue where if a pytest test suite fails during collection then the errors are hidden. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit db0e82135ce73d0d6d55b2c2ac17a3fdec8aca99) Signed-off-by: Mingli Yu ---

[OE-core] [PATCH] weston-init: Add --system for useradd

2024-03-15 Thread Yu, Mingli
From: Mingli Yu Add --system parameter for useradd to avoid intruducing .bashrc and .profile under home dir to fix the below error. $ bitbake core-image-weston | DEBUG: Executing python function set_image_size | DEBUG: 352679.60 = 271292 * 1.30 | DEBUG: 455079.60 =

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

[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...]

[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

[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,

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

2024-01-21 Thread Yu, Mingli
. 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-autogen.sh

[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

[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

[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]

[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

[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

[OE-core] [PATCH v4 2/2] ptest-packagelists.inc: Add python3-license-expression

2023-12-18 Thread Yu, Mingli
From: Mingli Yu # ./run-ptest [snip] PASS: tests/test_license_expression.py::LicensingValidateTest::test_validation_bad_syntax PASS: tests/test_license_expression.py::LicensingValidateTest::test_validation_exception_as_regular_key PASS:

[OE-core] [PATCH v4 1/2] python3-license-expression: Fix the ptest failure

2023-12-18 Thread Yu, Mingli
From: Mingli Yu Fix the below ptest failure: self = def test_skeleton_codestyle(self): """ This test shouldn't run in proliferated repositories. """ setup_cfg = configparser.ConfigParser() setup_cfg.read("setup.cfg") > if setup_cfg["metadata"]["name"] != "skeleton":

Re: [OE-core] [PATCH v3] python3-license-expression: Fix the ptest failure

2023-12-18 Thread Yu, Mingli
yes, the python3-license-expression ptest is fast and v4 sent to add python3-license-expression to PTESTS_FAST. Thanks, From: Alexander Kanavin Sent: Monday, December 18, 2023 17:26 To: Yu, Mingli Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE

[OE-core] [PATCH v3] python3-license-expression: Fix the ptest failure

2023-12-18 Thread Yu, Mingli
From: Mingli Yu Fix the below ptest failure: self = def test_skeleton_codestyle(self): """ This test shouldn't run in proliferated repositories. """ setup_cfg = configparser.ConfigParser() setup_cfg.read("setup.cfg") > if setup_cfg["metadata"]["name"] != "skeleton":

Re: [OE-core] [PATCH v2] python3-license-expression: Fix the ptest failure

2023-12-18 Thread Yu, Mingli
Hi Alex, Please check the comments inline. On 12/18/23 16:41, 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. Wait. There were two specific review

Re: [OE-core] [PATCH] python3-license-expression: Fix the ptest failure

2023-12-18 Thread Yu, Mingli
Hi Ross, On 12/14/23 02:05, Ross Burton 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 13 Dec 2023, at 10:21, Yu, Mingli via lists.openembedded.org wrote: -pytest

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

2023-12-17 Thread Yu, Mingli
Ping. Thanks, On 12/6/23 16:56, Yu, Mingli wrote: From: Mingli Yu Add systemd-sshd-socket-mode PACKAGECONFIG option to choose sshd.socket and systemd-sshd-service-mode PACKAGECONFIG option to choose installing sshd.service. The systemd-sshd-socket-mode PACKAGECONFIG option is enabled

[OE-core] [PATCH v2] python3-license-expression: Fix the ptest failure

2023-12-17 Thread Yu, Mingli
From: Mingli Yu Fix the below ptest failure: self = def test_skeleton_codestyle(self): """ This test shouldn't run in proliferated repositories. """ setup_cfg = configparser.ConfigParser() setup_cfg.read("setup.cfg") > if setup_cfg["metadata"]["name"] != "skeleton":

Re: [OE-core] [PATCH] python3-license-expression: Fix the ptest failure

2023-12-13 Thread Yu, Mingli
=== FAIL tests/test_skeleton_codestyle.py::BaseTests::test_skeleton_codestyle 1 failed, 174 passed in 7.08s = Thanks, ________ From: Alexander Kanavin Sent: Thursday, December 14, 2023 00:39 To: Yu, Mingli Cc: opene

[OE-core] [PATCH] python3-license-expression: Fix the ptest failure

2023-12-13 Thread Yu, Mingli
From: Mingli Yu Fix the below ptest failure: self = def test_skeleton_codestyle(self): """ This test shouldn't run in proliferated repositories. """ setup_cfg = configparser.ConfigParser() setup_cfg.read("setup.cfg") > if setup_cfg["metadata"]["name"] != "skeleton":

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

2023-12-12 Thread Yu, Mingli
shd-socket-mode','sshd.socket', '', d)} ${@bb.utils.contains('PACKAGECONFIG','systemd-sshd-service-mode','sshd.service', '', d)}" Thanks, From: Alex Kiernan Sent: Thursday, December 7, 2023 20:11 To: Yu, Mingli Cc: openembedded-core@lists.openembedded.org S

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

2023-12-06 Thread Yu, Mingli
, 2023 18:37 To: Yu, Mingli Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH v4] openssh: Add PACKAGECONFIG option to customize sshd mode CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender

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

2023-12-06 Thread Yu, Mingli
Hi Peter, Thanks very much for your comments! Please use v4([OE-core] [PATCH v4] openssh: Add PACKAGECONFIG option to customize sshd mode) to track the series. Thanks, From: Peter Kjellerstedt Sent: Thursday, December 7, 2023 06:34 To: Yu, Mingli

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

2023-12-06 Thread Yu, Mingli
From: Mingli Yu Add systemd-sshd-socket-mode PACKAGECONFIG option to choose 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 customize the above two

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

2023-12-05 Thread Yu, Mingli
From: Mingli Yu Add systemd-sshd-socket-mode PACKAGECONFIG option to choose 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 customize the above two

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

2023-12-04 Thread Yu, Mingli
From: Mingli Yu Add systemd-sshd-socket-mode PACKAGECONFIG option to choose 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 customize the above two

Re: [OE-core] [PATCH] openssh: Add SSHD_SERVICE_TYPE variable

2023-12-04 Thread Yu, Mingli
Hi Richard, On 12/4/23 19:07, 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-12-04 at 16:54 +0800, Yu, Mingli wrote: From: Mingli Yu

[OE-core] [PATCH] openssh: Add SSHD_SERVICE_TYPE variable

2023-12-04 Thread Yu, Mingli
From: Mingli Yu There are two types of sshd server now, one is based on socket activation(sshd.socket) and another is service activation(sshd.service). And the default sshd service type is based on socket by default as below. # systemctl status

[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] 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

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

2023-10-12 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

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

[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

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

2023-09-07 Thread Yu, Mingli
eptember 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 attachments

[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) | ^

[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) | ^

[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)

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] [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] 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

[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) [

[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]

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] 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 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

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

2023-07-19 Thread Yu, Mingli
lists.openembedded.org wrote: On 19/07/2023 17:10:37+0800, Yu, Mingli wrote: Hi Alex, On 7/17/23 20:46, 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. On 17/07

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

2023-07-19 Thread Yu, Mingli
Hi Alex, On 7/17/23 20:46, 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. On 17/07/2023 15:10:35+0800, Yu, Mingli wrote: Hi Alex, On 7/16/23 19:47

[OE-core] [mickledore][PATCH] acpica: Update SRC_URI

2023-07-18 Thread Yu, Mingli
From: Mingli Yu Update the SRC_URI to fix the do_fetch warning. $ wget https://acpica.org/sites/acpica/files/acpica-unix-20220331.tar.gz --2023-07-19 02:45:33-- https://acpica.org/sites/acpica/files/acpica-unix-20220331.tar.gz Resolving acpica.org... 20.29.206.128 Connecting to

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

2023-07-17 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

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

2023-07-17 Thread Yu, Mingli
+0800, 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 can't do anything except

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 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

[OE-core] [PATCH v2] 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

[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@(); |^~~ |

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

[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

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

2023-06-26 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 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',

[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',

[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

[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

[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] [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

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

[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

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

2023-06-08 Thread Yu, Mingli
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 To: Richard Purd

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

2023-06-08 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

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

2023-06-08 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

[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

[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

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 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

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

[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

[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

[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

[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 +

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

2023-04-18 Thread Yu, Mingli
. 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 +++ meta

[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] =

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

2023-04-17 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

[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] =

[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

[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]

[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 +++

[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] [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] [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 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 +++

[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 +++

[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 +++

[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 +++

[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]

[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

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] glslang: branch rename master -> main

2023-01-31 Thread Yu, Mingli
From: Mingli Yu Branch name is changed from master to main. Signed-off-by: Mingli Yu --- meta/recipes-graphics/glslang/glslang_1.3.236.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/glslang/glslang_1.3.236.0.bb

  1   2   3   4   5   >