]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf/image: Move image specific PSEUDO_IGNORE_PATHS to image class
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2021 11:21:17 +0000 (11:21 +0000)
committerSteve Sakoman <steve@sakoman.com>
Fri, 5 Mar 2021 14:40:01 +0000 (04:40 -1000)
This path is image specific so we can move to the image class
definition of PSEUDO_IGNORE_PATHS.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 66a8ca0f206434e0b301a8fdc90f062750d6d118)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/image.bbclass

index 244f5bb8ffc973605011c64c03ff20e483ba09e9..42d28865050b1d7998e9cbf349725616e299fec1 100644 (file)
@@ -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"