From: Richard Purdie Date: Fri, 26 Feb 2021 11:21:17 +0000 (+0000) Subject: bitbake.conf/image: Move image specific PSEUDO_IGNORE_PATHS to image class X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66a8ca0f206434e0b301a8fdc90f062750d6d118;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf/image: Move image specific PSEUDO_IGNORE_PATHS to image class This path is image specific so we can move to the image class definition of PSEUDO_IGNORE_PATHS. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index b66a60b1af0..41fc3291781 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"