From 16d3f5b3b0ad6cda28963bf83d8fee621c4ead70 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 29 Jul 2025 11:56:39 +0200 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation/ref-manual') 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. reduce pseudo's overhead. A path is ignored if it matches any prefix in the list and can include partial directory (or file) names. + :term:`PSEUDO_INCLUDE_PATHS` + A comma-separated (without spaces) list of path prefixes that should be included + by pseudo when monitoring and recording file operations, in order to avoid + problems with files being written to outside of the pseudo context and + reduce :ref:`pseudo `'s overhead. + A path is included if it matches any prefix in the list and can include + partial directory (or file) names. :term:`PTEST_ENABLED` Specifies whether or not :ref:`Package -- cgit v1.2.3-54-g00ecf