diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-24 00:02:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-07 11:18:38 +0100 |
commit | 84d006b9fb9c131fb626a090d9e4a76cc47eaf84 (patch) | |
tree | 18f4f1542d6c9f37b9829c79dd2c91d49391dc6f /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | b5c5d84b8be27c611c1c21d5c13039a90977bbd4 (diff) | |
download | poky-84d006b9fb9c131fb626a090d9e4a76cc47eaf84.tar.gz |
pseudo: Add support for ignoring paths from the pseudo DB
Add PSEUDO_IGNORE_PATHS, a comma separated list of path prefixes, where
any files underneath are not handled by pseudo. This allows files to
be left out of the pseudo datanase where we know we don't need the
fake root emulation. This is particularly useful if we know these files
can be deleted outside of pseudo context.
(From OE-Core rev: 8defb687a2c0ffac232c4d0d63a590871c453a2e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 7eb72f0eab..57c32d0cfc 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -3,6 +3,7 @@ require pseudo.inc | |||
3 | SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ | 3 | SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ |
4 | file://0001-configure-Prune-PIE-flags.patch \ | 4 | file://0001-configure-Prune-PIE-flags.patch \ |
5 | file://delete_mismatches.patch \ | 5 | file://delete_mismatches.patch \ |
6 | file://add_ignore_paths.patch \ | ||
6 | file://fallback-passwd \ | 7 | file://fallback-passwd \ |
7 | file://fallback-group \ | 8 | file://fallback-group \ |
8 | " | 9 | " |