nscd is the Name Service Caching Daemon, which is useful when fetching data from the configured Name Service Switch services is slow, for example if NIS or LDAP is used.
This is unusual for typical OpenEmbedded deployments, and if caching is needed there are a number of solutions (including nscd) that should be considered. Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-core/glibc/glibc_2.43.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc_2.43.bb b/meta/recipes-core/glibc/glibc_2.43.bb index a52dcfd364..67f9e63f2c 100644 --- a/meta/recipes-core/glibc/glibc_2.43.bb +++ b/meta/recipes-core/glibc/glibc_2.43.bb @@ -87,7 +87,7 @@ EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" EXTRA_OECONF:append:x86-64 = " --enable-cet" -PACKAGECONFIG ??= "nscd memory-tagging" +PACKAGECONFIG ??= "memory-tagging" PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240503): https://lists.openembedded.org/g/openembedded-core/message/240503 Mute This Topic: https://lists.openembedded.org/mt/120177359/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
