From: Richard Purdie Date: Fri, 26 Feb 2021 11:17:32 +0000 (+0000) Subject: image: Add directories to PSEUDO_IGNORE_PATHS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9463be2292b942a1072eea88881b9644e55aadb9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git image: Add directories to PSEUDO_IGNORE_PATHS Some paths used in image construction shouldn't be tracked under pseudo so list these. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index cda866cc81e..b66a60b1af0 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -180,6 +180,8 @@ 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" + PACKAGE_EXCLUDE ??= "" PACKAGE_EXCLUDE[type] = "list"