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

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

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

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

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

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

[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":

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

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

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

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

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

[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] acl: Fix nfs ptest failure

2024-06-19 Thread Yu, Mingli
From: Mingli Yu * The date such as "Jun 13" should take 2 columns, so the expected check item "test/sub2" should the column 9. # ls test/sub2 -dl drwxr-xr-x 2 root root 4096 Jun 13 06:01 test/sub2 Corret the check item to fix the below failure in the test/nfsacl.test. [11] $ find

Re: [OE-core] [PATCH v3] acl: Fix nfs ptest failure

2024-07-01 Thread Yu, Mingli
) On Thu, Jun 27, 2024 at 12:04 AM Yu, Mingli via lists.openembedded.org wrote: From: Mingli Yu * The date such as "Jun 13" should take 2 columns, so the expected check item "test/sub2" should the column 9. # ls test/sub2 -dl drwxr-xr-x 2 root root 4096 Jun 13 06:01 test/s

Re: [OE-core] [PATCH] acl: Fix nfs ptest failure

2024-06-24 Thread Yu, Mingli
On 6/21/24 18:29, Joao Marcos Costa via lists.openembedded.org 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 6/19/24 11:17, Yu, Mingli wrote: From

Re: [OE-core] [PATCH] acl: Fix nfs ptest failure

2024-06-24 Thread Yu, Mingli
On 6/20/24 00:45, 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 19 Jun 2024, at 10:17, Yu, Mingli via lists.openembedded.org wrote: +The nfs tests

[OE-core] [PATCH v2] acl: Fix nfs ptest failure

2024-06-25 Thread Yu, Mingli
From: Mingli Yu * The date such as "Jun 13" should take 2 columns, so the expected check item "test/sub2" should the column 9. # ls test/sub2 -dl drwxr-xr-x 2 root root 4096 Jun 13 06:01 test/sub2 Corret the check item to fix the below failure in the test/nfsacl.test. [11] $ find

Re: [OE-core] [PATCH] acl: Add attr to RDEPENDS:${PN}-ptest

2024-06-27 Thread Yu, Mingli
access control lists(getfacl) which should also works with local root as my understanding. Thanks, Regards, Qi -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Yu, Mingli via lists.openembedded.org Sent: Thursday, June 27, 2024 2:18 PM To: openembedded-core

[OE-core] [PATCH v3] acl: Fix nfs ptest failure

2024-06-27 Thread Yu, Mingli
From: Mingli Yu * The date such as "Jun 13" should take 2 columns, so the expected check item "test/sub2" should the column 9. # ls test/sub2 -dl drwxr-xr-x 2 root root 4096 Jun 13 06:01 test/sub2 Corret the check item to fix the below failure in the test/nfsacl.test. [11] $ find

[OE-core] [PATCH] acl: Add attr to RDEPENDS:${PN}-ptest

2024-06-27 Thread Yu, Mingli
From: Mingli Yu * Add attr which provides getfattr to RDEPENDS:${PN}-ptest to fix below test/nfs/nfsacl failure. [19] $ getfattr -m- test/sub -- failed\n' 'Can\'t exec "getfattr": Nosuch file or directory at ./test/run line ' 369, line 24. != # file: test/sub\n'

Re: [OE-core] [PATCH v2] acl: Fix nfs ptest failure

2024-06-27 Thread Yu, Mingli
On 6/27/24 14:57, 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 27/06/2024 14:15:56+0800, Yu, Mingli wrote: On 6/27/24 07:09, Alexandre Belloni

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

2024-06-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 v2] acl: Fix nfs ptest failure

2024-06-27 Thread Yu, Mingli
/#/builders/82/builds/6574/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6751/steps/12/logs/stdio Noticed the patch already in master-next, will send a follow-up patch to fix the issue monitored by autobuilder. Thanks, On 26/06/2024 13:56:37+0800, Yu

<    1   2   3   4   5