瀏覽代碼

ref-manual/variables.rst: add note about PSEUDO ignore/include precedence

This commit[1] in pseudo introduced the PSEUDO_INCLUDE_PATHS variable, however
the previous PSEUDO_IGNORE_PATHS variable is still present also. Add a clarifying
note about the order of precedence of the two.

[1]: https://git.yoctoproject.org/pseudo/commit/?id=2c43381180f9cfef4c0a8bb0c1658a86c3fcc876

(From yocto-docs rev: 8b85245490ae0b19a9c3880ec31e55b42e19d094)

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Gyorgy Sarvari 1 周之前
父節點
當前提交
557a3150a1
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      documentation/ref-manual/variables.rst

+ 7 - 2
documentation/ref-manual/variables.rst

@@ -7567,7 +7567,9 @@ system and gives an overview of their function and contents.
       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 pseudo's overhead. A path is ignored if it matches any prefix in the list
-      and can include partial directory (or file) names.
+      and can include partial directory (or file) names. In case a path prefix is
+      present in both :term:`PSEUDO_IGNORE_PATHS` and in :term:`PSEUDO_INCLUDE_PATHS`,
+      :term:`PSEUDO_INCLUDE_PATHS` takes precedence.
 
    :term:`PSEUDO_INCLUDE_PATHS`
       A comma-separated (without spaces) list of path prefixes that should be included
@@ -7575,7 +7577,10 @@ system and gives an overview of their function and contents.
       problems with files being written to outside of the pseudo context and
       reduce :ref:`pseudo <overview-manual/concepts:Fakeroot and Pseudo>`'s overhead.
       A path is included if it matches any prefix in the list and can include
-      partial directory (or file) names.
+      partial directory (or file) names. In case a path prefix is present in both
+      :term:`PSEUDO_IGNORE_PATHS` and in :term:`PSEUDO_INCLUDE_PATHS`,
+      :term:`PSEUDO_INCLUDE_PATHS` takes precedence.
+
 
    :term:`PTEST_ENABLED`
       Specifies whether or not :ref:`Package