]> code.ossystems Code Review - openembedded-core.git/commitdiff
image: Add directories to PSEUDO_IGNORE_PATHS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2021 11:17:32 +0000 (11:17 +0000)
committerSteve Sakoman <steve@sakoman.com>
Fri, 5 Mar 2021 14:40:00 +0000 (04:40 -1000)
Some paths used in image construction shouldn't be tracked under pseudo
so list these.

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

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