From: Richard Purdie <[email protected]> Some paths used in image construction shouldn't be tracked under pseudo so list these.
Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 9463be2292b942a1072eea88881b9644e55aadb9) Signed-off-by: Steve Sakoman <[email protected]> --- meta/classes/image.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 459d872b4a..244f5bb8ff 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -180,6 +180,8 @@ 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" + PACKAGE_EXCLUDE ??= "" PACKAGE_EXCLUDE[type] = "list" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149038): https://lists.openembedded.org/g/openembedded-core/message/149038 Mute This Topic: https://lists.openembedded.org/mt/81104024/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
