Multilib changes RECIPE_SYSROOT which can make the value in PSEUDO_IGNORE_PATHS incorrect. Add the correct value, which fixes races over files in the sysroot.
[YOCTO #14581] Signed-off-by: Richard Purdie <[email protected]> --- meta/conf/multilib.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 8a8db582df4..7f3b9463efa 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -11,6 +11,8 @@ STAGING_DIR_TARGET = "${WORKDIR}/${MLPREFIX}recipe-sysroot" RECIPE_SYSROOT = "${WORKDIR}/${MLPREFIX}recipe-sysroot" RECIPE_SYSROOT:class-native = "${WORKDIR}/recipe-sysroot" +PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/${MLPREFIX}recipe-sysroot" + INHERIT += "multilib_global" BBCLASSEXTEND:append = " ${MULTILIBS}" -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#156727): https://lists.openembedded.org/g/openembedded-core/message/156727 Mute This Topic: https://lists.openembedded.org/mt/86146478/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
