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]> --- 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 e7d46f037db..85f4d6258a1 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -180,7 +180,7 @@ IMAGE_LOCALES_ARCHIVE ?= '1' # 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.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148650): https://lists.openembedded.org/g/openembedded-core/message/148650 Mute This Topic: https://lists.openembedded.org/mt/80926065/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
