From: Richard Purdie <[email protected]> This path is image specific so we can move to the image class definition of PSEUDO_IGNORE_PATHS.
Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 66a8ca0f206434e0b301a8fdc90f062750d6d118) Signed-off-by: Steve Sakoman <[email protected]> --- meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 244f5bb8ff..42d2886505 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -180,7 +180,7 @@ LINGUAS_INSTALL ?= "${@" ".join(map(lambda s: "locale-base-%s" % s, d.getVar('IM # aren't yet available. PSEUDO_PASSWD = "${IMAGE_ROOTFS}:${STAGING_DIR_NATIVE}" -PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/intercept_scripts,${WORKDIR}/oe-rootfs-repo" +PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/intercept_scripts,${WORKDIR}/oe-rootfs-repo,${WORKDIR}/sstate-build-image_complete" PACKAGE_EXCLUDE ??= "" PACKAGE_EXCLUDE[type] = "list" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149040): https://lists.openembedded.org/g/openembedded-core/message/149040 Mute This Topic: https://lists.openembedded.org/mt/81104030/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
