diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | 16d3f5b3b0ad6cda28963bf83d8fee621c4ead70 (patch) | |
tree | 932797548f176b93656f5b1a169659fe6c74902e /documentation/ref-manual | |
parent | a0fc4c939e742757d78c1b3a4c387f8a4ad36752 (diff) | |
download | poky-16d3f5b3b0ad6cda28963bf83d8fee621c4ead70.tar.gz |
ref-manual/variables.rst: document PSEUDO_INCLUDE_PATHS
Added by commit 2502da81709f ("bitbake.conf/pseudo: Switch from
exclusion list to inclusion list") in OE-Core.
(From yocto-docs rev: 5fc49ee007d22c7dc28c11ea579c804881b9cb8f)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index a5d43966cd..a6962bb9d4 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7585,6 +7585,13 @@ system and gives an overview of their function and contents. | |||
7585 | reduce pseudo's overhead. A path is ignored if it matches any prefix in the list | 7585 | reduce pseudo's overhead. A path is ignored if it matches any prefix in the list |
7586 | and can include partial directory (or file) names. | 7586 | and can include partial directory (or file) names. |
7587 | 7587 | ||
7588 | :term:`PSEUDO_INCLUDE_PATHS` | ||
7589 | A comma-separated (without spaces) list of path prefixes that should be included | ||
7590 | by pseudo when monitoring and recording file operations, in order to avoid | ||
7591 | problems with files being written to outside of the pseudo context and | ||
7592 | reduce :ref:`pseudo <overview-manual/concepts:Fakeroot and Pseudo>`'s overhead. | ||
7593 | A path is included if it matches any prefix in the list and can include | ||
7594 | partial directory (or file) names. | ||
7588 | 7595 | ||
7589 | :term:`PTEST_ENABLED` | 7596 | :term:`PTEST_ENABLED` |
7590 | Specifies whether or not :ref:`Package | 7597 | Specifies whether or not :ref:`Package |