[OE-core] [PATCH] libpam: add packageconfig for selinux

2024-12-08 Thread Yi Zhao via lists.openembedded.org
Add PACKAGECONFIG[selinux] to support build with selinux. Signed-off-by: Yi Zhao --- meta/recipes-extended/pam/libpam_1.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/pam/libpam_1.7.0.bb b/meta/recipes-extended/pam/libpam_1.7.0.bb index ec1c868d21..53839e8cd3

Re: [OE-core] [PATCH] nfs-utils: add PACKAGECONFIG for gssapi

2025-02-04 Thread Yi Zhao via lists.openembedded.org
Ping ... //Yi On 1/19/25 19:06, Yi Zhao via lists.openembedded.org wrote: Add PACKAGECONFIG[gssapi] to support build with gss and svcgss. Signed-off-by: Yi Zhao --- ...nd-krb5-config-for-cross-compilation.patch | 53 +++ .../nfs-utils/nfs-utils_2.8.2.bb | 4

[OE-core] [PATCH] liburcu: add missing header file in uatomic/generic.h

2025-02-07 Thread Yi Zhao via lists.openembedded.org
We encountered the following error when building multipath-tools on qemuppc64 platform: | In file included from /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic/ppc.h:228, | from /build/tmp/work/ppc64p9le-wrs-linux/multipath-tool

[OE-core] [PATCH] nfs-utils: add PACKAGECONFIG for gssapi

2025-01-19 Thread Yi Zhao via lists.openembedded.org
Add PACKAGECONFIG[gssapi] to support build with gss and svcgss. Signed-off-by: Yi Zhao --- ...nd-krb5-config-for-cross-compilation.patch | 53 +++ .../nfs-utils/nfs-utils_2.8.2.bb | 4 +- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 meta/rec

[OE-core] [PATCH 2/3] util-linux: replace local patch with upstream patch

2025-01-03 Thread Yi Zhao via lists.openembedded.org
There is a better solution upstream to fix the pam_lastlog2 installation issue[1]. Backport this patch to replace the local patch. [1] https://github.com/util-linux/util-linux/pull/3173 Signed-off-by: Yi Zhao --- meta/recipes-core/util-linux/util-linux.inc | 2 +- ...s-make-pam-install-path-

[OE-core] [PATCH 1/3] libpam: set pam module path to ${base_libdir}/security

2025-01-03 Thread Yi Zhao via lists.openembedded.org
After upgrading to 1.7.0, the pam module path is set to ${libdir}/security[1]. But from the pam.conf(5) man page, the default location seems to be "Module location: /lib/security/ or /lib64/security/, depending on the architecture"[2]. Many third-party pam modules still use {base_libdir}/security

[OE-core] [PATCH 3/3] util-linux: add volatile file for lastlog2

2025-01-03 Thread Yi Zhao via lists.openembedded.org
Add volatile file for lastlog2 to fix runtime error with sysvinit: $ lastlog2 lastlog2: Couldn't read entries for all users lastlog2: Cannot open database (/var/lib/lastlog/lastlog2.db): unable to open database file Signed-off-by: Yi Zhao --- meta/recipes-core/util-linux/util-linux_2.40.2.bb |

[OE-core] [PATCH] libsdl2: upgrade 2.30.11 -> 2.30.12

2025-02-13 Thread Yi Zhao via lists.openembedded.org
This is a stable bugfix release, with the following changes: Improved XInput controller detection on Windows Added support for the 8BitDo Ultimate 2C Wireless in Bluetooth mode Fixed Steam Deck controller not being visible to games running on Proton 9 and older Fixed a crash when hot-plug

[OE-core] [PATCH] kea: make kea environment available to lfc

2025-02-13 Thread Yi Zhao via lists.openembedded.org
If using KEA_LOCKFILE_DIR to change the location of the logging lock file, kea-dhcp works properly, but lfc spawned by it does not inherit the value and uses the default path[1]. Backport a patch to fix this issue[2]. [1] https://gitlab.isc.org/isc-projects/kea/-/issues/3450 [2] https://gitlab.is

[OE-core] [PATCH] psplash: update to latest rev

2025-02-16 Thread Yi Zhao via lists.openembedded.org
* 5a32cf6 psplash.c: fix crash from length becoming negative Signed-off-by: Yi Zhao --- meta/recipes-core/psplash/psplash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 30cf61a2

[OE-core] [PATCH 1/2] kea: make kea environment available to lfc process

2025-02-21 Thread Yi Zhao via lists.openembedded.org
If the location of the log lock file is changed using the environment variable KEA_LOCKFILE_DIR, the kea-dhcp process will work properly, but the lfc (lease file cleanup) process spawned by it will not inherit this value and use the default path[1], which will cause the kea server to print the foll

[OE-core] [PATCH 2/2] kea: avoid assertion on empty DHCPDISCOVER packet

2025-02-21 Thread Yi Zhao via lists.openembedded.org
When kea is built with "-D_GLIBCXX_ASSERTIONS " set in SECURITY_CFLAGS, an assertion occurs if the kea server receives an empty DHCPDISCOVER packet: kea-dhcp4[596]: /usr/include/c++/13.3.0/bits/stl_vector.h:1128: std::vector::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = u

[OE-core] [PATCH] nfs-utils: fix rpc.statd path in initscript

2025-02-24 Thread Yi Zhao via lists.openembedded.org
The location of rpc.statd is /usr/sbin instead of /sbin. Signed-off-by: Yi Zhao --- meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon b/meta/recipes-connectivity/nfs

Re: [OE-core] [PATCH] nfs-utils: fix rpc.statd path in initscript

2025-02-25 Thread Yi Zhao via lists.openembedded.org
On 2/26/25 01:19, Khem Raj wrote: On Mon, Feb 24, 2025 at 11:04 PM Yi Zhao via lists.openembedded.org <https://urldefense.com/v3/__http://lists.openembedded.org__;!!AjveYdw8EvQ!YQpIhAuDuk9NODS4b584fgo2EjPOozFOsEHYqDnGZgh-d00DSYJWaXxc7JWZbumpVZQ2D10tDepFo3CAt-Y50g$> wrote:

[OE-core] [PATCH] ltp: upgrade 20240930 -> 20250130

2025-02-27 Thread Yi Zhao via lists.openembedded.org
* Drop 0001-sched_attr-Do-not-define-for-glibc-2.41.patch as it has been merged upstream. * Skip statmount02 case which does not work on musl. Signed-off-by: Yi Zhao --- ...ed_attr-Do-not-define-for-glibc-2.41.patch | 42 --- .../ltp/{ltp_20240930.bb => ltp_20250130.bb} | 8 +