mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
image: Add directories to PSEUDO_IGNORE_PATHS
Some paths used in image construction shouldn't be tracked under pseudo so list these. (From OE-Core rev: 4b39137ebca9e2207df00ba104a563e844c6cc84) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9463be2292b942a1072eea88881b9644e55aadb9) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user