Re: [yocto] [meta-security][PATCH] python3-pyinotify: do not rely on smtpd module

2024-03-18 Thread Yu, Mingli
Sent the patch https://patchwork.yoctoproject.org/project/yocto/patch/20240318064035.1053444-1-mingli...@windriver.com/ to fix the issue. Thanks, On 3/18/24 10:24, Yu, Mingli wrote: Below error issues once the RDEPENDS removed. # python3 Python 3.12.1 (main, DecĀ  7 2023, 20:45:44) [GCC

[yocto] [meta-security][PATCH] python3-pyinotify: Make asyncore support optional for Python 3

2024-03-18 Thread Yu, Mingli
From: Mingli Yu Simple fix for Python 3.12 since it dropped asyncore. Catches the import error instead of using a version check so that the user can install the compatibility package for any uses that can't be upgraded to asyncio or similar immediately. Fixes: # python3 Python 3.12.1 (main,

Re: [yocto] [meta-security][PATCH] python3-pyinotify: do not rely on smtpd module

2024-03-17 Thread Yu, Mingli
Below error issues once the RDEPENDS removed. # python3 Python 3.12.1 (main, Dec 7 2023, 20:45:44) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pyinotify Traceback (most recent call last): File "", line 1, in File

Re: [yocto] [meta-security][PATCH] samhain: remove the buildpath

2023-11-08 Thread Yu, Mingli
Ping. Thanks, On 10/8/23 14:36, Yu, Mingli wrote: From: Mingli Yu Fixes: WARNING: samhain-server-4.4.10-r0 do_package_qa: QA Issue: File /var/lib/samhain/samhain-install.sh in package samhain-server contains reference to TMPDIR [buildpaths] WARNING: samhain-server-4.4.10-r0

[yocto] [meta-security][PATCH] samhain: remove the buildpath

2023-10-08 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: samhain-server-4.4.10-r0 do_package_qa: QA Issue: File /var/lib/samhain/samhain-install.sh in package samhain-server contains reference to TMPDIR [buildpaths] WARNING: samhain-server-4.4.10-r0 do_package_qa: QA Issue: File

[yocto] [meta-freescale][kirkstone][PATCH] piglit: Remove portions which are now in main recipe

2023-07-18 Thread Yu, Mingli
From: Khem Raj Some pieces have been moved to core in [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=53c90930fca17cdaec2a5492320a286b6db6bdda Signed-off-by: Khem Raj (cherry picked from commit f8dbb3a7722c9037d10a4d4372992b78aceb51aa) Signed-off-by: Mingli Yu ---

Re: [yocto] [meta-xilinx][PATCH] Use new variable LICENSE_FLAGS_ACCEPTED

2023-04-22 Thread Yu, Mingli
Ping. Thanks, On 4/24/22 11:20, Yu, Mingli wrote: From: Mingli Yu Signed-off-by: Mingli Yu --- meta-xilinx-bsp/README.md | 4 ++-- meta-xilinx-core/README.md | 4 ++-- meta-xilinx-core/README.qemu.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [yocto] [meta-gplv2][PATCH] readline: add config file for pkgconfig

2023-01-30 Thread Yu, Mingli
On 1/18/23 22:50, 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-01-18 at 16:43 +0800, Yu, Mingli wrote: Ping. Thanks, It is no longer

Re: [yocto] [meta-gplv2][PATCH] readline: add config file for pkgconfig

2023-01-18 Thread Yu, Mingli
Ping. Thanks, On 4/12/22 08:38, Yu, Mingli wrote: From: Mingli Yu After bind upgrade to 9.18.x, the below change introduced [1], all supported libraries have accompanying .pc files now. ba2376b9e0 Update and cleanup the readline library support Otherwise, there comes below error during

[yocto] [meta-selinux][PATCH 4/5] cronie: move PACKAGECONFIG to oe-core

2022-11-27 Thread Yu, Mingli
From: Mingli Yu Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance. [1] https://git.openembedded.org/openembedded-core/commit/?id=fd036af063ef47d8296be909eb5db9bddc05eb6e Signed-off-by: Mingli Yu --- recipes-extended/cronie/cronie_%.bbappend | 1 - 1 file changed, 1

[yocto] [meta-selinux][PATCH 5/5] psmisc: move PACKAGECONFIG to oe-core

2022-11-27 Thread Yu, Mingli
From: Mingli Yu Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance. [1] https://git.openembedded.org/openembedded-core/commit/?id=d2aa518163a4836eeb5bf8517456790cba382c2e Signed-off-by: Mingli Yu --- recipes-extended/psmisc/psmisc_%.bbappend | 1 - 1 file changed, 1

[yocto] [meta-selinux][PATCH 3/5] util-linux: move PACKAGECONFIG to oe-core

2022-11-27 Thread Yu, Mingli
From: Mingli Yu Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance. [1] https://git.openembedded.org/openembedded-core/commit/?id=c57cc22fad708ac856ac4ebe0a42042031fbf90b Signed-off-by: Mingli Yu --- recipes-core/util-linux/util-linux_%.bbappend | 1 - 1 file changed,

[yocto] [meta-selinux][PATCH 2/5] iproute2: move PACKAGECONFIG to oe-core

2022-11-27 Thread Yu, Mingli
From: Mingli Yu Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance. [1] https://git.openembedded.org/openembedded-core/commit/?id=067ce90494bc370fc7a271c6a036c414358f0f38 Signed-off-by: Mingli Yu --- recipes-connectivity/iproute2/iproute2_%.bbappend | 1 - 1 file

[yocto] [meta-selinux][PATCH 1/5] sudo: move PACKAGECONFIG to oe-core

2022-11-27 Thread Yu, Mingli
From: Mingli Yu Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance. [1] https://git.openembedded.org/openembedded-core/commit/?id=5c8e22895709a0ce7ce855468473d9d6d10a1e65 Signed-off-by: Mingli Yu --- recipes-extended/sudo/sudo_%.bbappend | 3 --- 1 file changed, 3

Re: [yocto] [meta-xilinx][PATCH] Use new variable LICENSE_FLAGS_ACCEPTED

2022-08-29 Thread Yu, Mingli
Ping. Thanks, On 4/24/22 11:20, Yu, Mingli wrote: From: Mingli Yu Signed-off-by: Mingli Yu --- meta-xilinx-bsp/README.md | 4 ++-- meta-xilinx-core/README.md | 4 ++-- meta-xilinx-core/README.qemu.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git

[yocto] [meta-security][PATCH] samhain-standalone: fix buildpaths issue

2022-08-11 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: samhain-standalone-4.4.9-r0 do_package_qa: QA Issue: File /usr/share/doc/samhain-standalone/scripts/samhain.ebuild-light in package samhain-standalone-doc contains reference to TMPDIR File /usr/share/doc/samhain-standalone/scripts/samhain.ebuild in package

[yocto] [meta-xilinx][PATCH] Use new variable LICENSE_FLAGS_ACCEPTED

2022-04-23 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- meta-xilinx-bsp/README.md | 4 ++-- meta-xilinx-core/README.md | 4 ++-- meta-xilinx-core/README.qemu.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-xilinx-bsp/README.md b/meta-xilinx-bsp/README.md index

[yocto] [meta-cgl][PATCH] cgl-init-build-env: Use new variable LICENSE_FLAGS_ACCEPTED

2022-04-23 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- cgl-init-build-env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgl-init-build-env b/cgl-init-build-env index acf459d..1d51219 100755 --- a/cgl-init-build-env +++ b/cgl-init-build-env @@ -200,8 +200,8 @@ else #

[yocto] [meta-gplv2][PATCH] readline: add config file for pkgconfig

2022-04-11 Thread Yu, Mingli
From: Mingli Yu After bind upgrade to 9.18.x, the below change introduced [1], all supported libraries have accompanying .pc files now. ba2376b9e0 Update and cleanup the readline library support Otherwise, there comes below error during do_configure. $ bitbake bind | configure: error: Package

[yocto] [meta-selinux][PATCH 09/11] setools: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- recipes-security/setools/setools_4.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/setools/setools_4.4.0.bb

[yocto] [meta-selinux][PATCH 10/11] selinux-sandbox: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- recipes-security/selinux/selinux-sandbox_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/selinux-sandbox_3.3.bb

[yocto] [meta-selinux][PATCH 04/11] semodule-utils: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- recipes-security/selinux/semodule-utils_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/semodule-utils_3.3.bb

[yocto] [meta-selinux][PATCH 07/11] mcstrans: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- recipes-security/selinux/mcstrans_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/mcstrans_3.3.bb

[yocto] [meta-selinux][PATCH 08/11] policycoreutils: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- recipes-security/selinux/policycoreutils_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/policycoreutils_3.3.bb

[yocto] [meta-selinux][PATCH 02/11] selinux-dbus: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers Signed-off-by: Mingli Yu --- recipes-security/selinux/selinux-dbus_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/selinux-dbus_3.3.bb

[yocto] [meta-selinux][PATCH 05/11] selinux-gui: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- recipes-security/selinux/selinux-gui_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/selinux-gui_3.3.bb

[yocto] [meta-selinux][PATCH 03/11] libsepol: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers Signed-off-by: Mingli Yu --- recipes-security/selinux/libsepol_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/libsepol_3.3.bb

[yocto] [meta-selinux][PATCH 01/11] selinux-python: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers Signed-off-by: Mingli Yu --- recipes-security/selinux/selinux-python_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/selinux-python_3.3.bb

[yocto] [meta-cgl-common][PATCH 8/8] libwww-perl: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-perl/perl/libwww-perl_6.43.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-perl/perl/libwww-perl_6.43.bb

[yocto] [meta-cgl-common][PATCH 7/8] resource-agents: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- .../resource-agents_4.5.0.bb | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[yocto] [meta-cgl-common][PATCH 6/8] libmailtools-perl: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-perl/perl/libmailtools-perl_2.21.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-perl/perl/libmailtools-perl_2.21.bb

[yocto] [meta-cgl-common][PATCH 5/8] pacemaker: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_2.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_2.0.5.bb

[yocto] [meta-cgl-common][PATCH 4/8] libtest-pod-perl: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-perl/perl/libtest-pod-perl_1.52.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-perl/perl/libtest-pod-perl_1.52.bb

[yocto] [meta-cgl-common][PATCH 3/8] cluster-glue: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [meta-cgl-common][PATCH 1/8] crmsh: Update LICENSE variable

2022-04-01 Thread Yu, Mingli
From: Mingli Yu Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-cgl/crmsh/crmsh_4.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.3.1.bb

[yocto] [meta-cgl][PATCH] libsocket6-perl: set precise BSD license

2022-03-07 Thread Yu, Mingli
From: Mingli Yu "BSD" is ambiguous, use the precise license BSD-3-Clause to fix the below warning: WARNING: libsocket6-perl-0.29-r2 do_populate_lic: QA Issue: libsocket6-perl: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Mingli Yu ---

[yocto] [meta-cgl-common][PATCH] pacemaker: use main branch

2021-12-28 Thread Yu, Mingli
From: Mingli Yu Use the main branch to fix do_fetch error. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_2.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_2.0.5.bb

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xorg: remove xshmfence configure option

2021-12-22 Thread Yu, Mingli
On 12/9/21 1:37 PM, Khem Raj wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On Wed, Dec 8, 2021 at 7:03 PM Yu, Mingli <mailto:mingli...@windriver.com>> wrote: From: Mingli Yu mailto:mingli...@windriver.com>> After the commit [1] introduced

[yocto] [meta-raspberrypi][PATCH] xserver-xorg: remove xshmfence configure option

2021-12-08 Thread Yu, Mingli
From: Mingli Yu After the commit [1] introduced in openembedded-core layer, some configure options is't carried over include xshmfence option, so remove the xshmfence configure option to silence the below warning. WARNING: xserver-xorg-2_21.1.1-r0 do_configure: QA Issue: xserver-xorg: invalid

[yocto] [meta-selinux][PATCH] coreutils/findutils/tar: remove pkgconfig from bbappend

2021-09-12 Thread Yu, Mingli
From: Mingli Yu When enable meta-gplv2 layer [1], there comes below error: ERROR: coreutils-6.9-r5 do_configure: QA Issue: coreutils: configure was passed unrecognised options: --without-selinux [unknown-configure-option] ERROR: coreutils-6.9-r5 do_configure: Fatal QA errors found, failing

[yocto] [meta-dpdk][PATCH] dpdk: fix build with GCC 11

2021-05-20 Thread Yu, Mingli
From: Mingli Yu Fixes: | In function 'memset', | inlined from 'test_table_stub' at test_table_tables.c:151:4: | /buildarea/tmp/work/intel_x86_64-wrs-linux/dpdk/19.11.5-r0/recipe-sysroot/usr/include/bits/string_fortified.h:59:10: error: '__builtin_memset' offset [0, 31] is out of the

[yocto] [PATCH v2] cluster-glue: improve reproducibility

2020-09-27 Thread Yu, Mingli
From: Mingli Yu Set ssh path rather than using hosttools to remove the build path in the files such as drac5, kdumpcheck and etc. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[yocto] [PATCH] cluster-glue: improve reproducibility

2020-09-27 Thread Yu, Mingli
From: Mingli Yu Remove the build path info from the files such as drac5, kdumpcheck and etc to improve reproducibility. Signed-off-by: Mingli Yu --- .../recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb| 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [yocto] [meta-cgl][PATCH] pacemaker: Fix build with -fno-common

2020-09-24 Thread Yu, Mingli
Ping. Thanks, On 9/3/20 1:59 PM, Yu, Mingli wrote: From: Mingli Yu Starting with GCC >= 10.x, -fno-common is used as default instead of -fcommon. Make the function definiton extern to fix the build failure. Set the default OCF_ROOT_DIR to $libdir/ocf to make the resource agents compone

[yocto] [meta-cgl][PATCH] pacemaker: improve reproducibility

2020-09-24 Thread Yu, Mingli
From: Mingli Yu Remove the build path info from the files such as crm_master, crm_report and etc to improve reproducibility. Signed-off-by: Mingli Yu --- .../recipes-cgl/pacemaker/pacemaker_2.0.3.bb | 19 +++ 1 file changed, 19 insertions(+) diff --git

[yocto] [meta-cgl][PATCH] pacemaker: Fix build with -fno-common

2020-09-03 Thread Yu, Mingli
From: Mingli Yu Starting with GCC >= 10.x, -fno-common is used as default instead of -fcommon. Make the function definiton extern to fix the build failure. Set the default OCF_ROOT_DIR to $libdir/ocf to make the resource agents components more compatible. Signed-off-by: Mingli Yu ---

Re: [yocto] [meta-cgl][PATCH] ucarp: force to use TLS1.2 during do_fetch

2020-08-09 Thread Yu, Mingli
ping. Thanks, On 7/17/20 3:38 PM, Yu, Mingli wrote: From: Mingli Yu There comes below error when use buildtools [1]: $ bitbake -cfetch ucarp [snip] --2020-07-17 06:39:31-- https://download.pureftpd.org/pub/ucarp/ucarp-1.5.2.tar.gz Resolving download.pureftpd.org... 37.59.238.213 Connecting

[yocto] [meta-cgl][PATCH] ucarp: don't hardcode the path for ifconfig

2020-08-07 Thread Yu, Mingli
From: Mingli Yu Don't hardcode the path for the ifconfig command in case the path for ifconfig on the system may be different from the hardcoded. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-cgl/ucarp/ucarp/vip-down.sh | 2 +- meta-cgl-common/recipes-cgl/ucarp/ucarp/vip-up.sh | 2 +-

[yocto] [meta-cgl][PATCH] ucarp: force to use TLS1.2 during do_fetch

2020-07-17 Thread Yu, Mingli
From: Mingli Yu There comes below error when use buildtools [1]: $ bitbake -cfetch ucarp [snip] --2020-07-17 06:39:31-- https://download.pureftpd.org/pub/ucarp/ucarp-1.5.2.tar.gz Resolving download.pureftpd.org... 37.59.238.213 Connecting to download.pureftpd.org|37.59.238.213|:443...

[yocto] [meta-selinux][PATCH] checkpolicy: remove unused te_assertions

2020-06-18 Thread Yu, Mingli
From: Mingli Yu Backport a patch to remove unused te_assertions to fix the build failure on fedora 32. Fixes: | /build/tmp-glibc/hosttools/ld: policy_define.o:(.bss+0x28): multiple definition of `te_assertions'/build/tmp-glibc/hosttools/ld: policy_define.o:(.bss+0x28): multiple definition of

[yocto] [meta-security][PATCH] linux-yocto: update the bbappend to 5.x

2020-02-26 Thread Yu, Mingli
From: Mingli Yu As linux-yocto upgraded to 5.x in oe-core, update the bbappend to 5.x to remove the warning: WARNING: No recipes available for: /buildarea/layers/meta-security/recipes-kernel/linux/linux-yocto_4.%.bbappend Signed-off-by: Mingli Yu ---

[yocto] [meta-selinux][PATCH] audit: add clock_settime64 syscall

2020-02-19 Thread Yu, Mingli
From: Mingli Yu On 32bit system, After upgrade glibc to 2.31 # strace -o /tmp/test.log date -s 09:16:45 # tail -f /tmp/test.log close(3)= 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0 clock_settime64(CLOCK_REALTIME,