diff options
-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 3f10efabc7..59fd1b70ae 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1362,6 +1362,13 @@ system and gives an overview of their function and contents. | |||
1362 | speed since the build system skips parsing recipes not compatible | 1362 | speed since the build system skips parsing recipes not compatible |
1363 | with the current machine. | 1363 | with the current machine. |
1364 | 1364 | ||
1365 | .. note:: | ||
1366 | |||
1367 | When :term:`COMPATIBLE_MACHINE` is set in a recipe inherits from | ||
1368 | native, the recipe is always skipped. All native recipes must be | ||
1369 | entirely target independent and should not rely on :term:`MACHINE`. | ||
1370 | |||
1371 | |||
1365 | :term:`COMPLEMENTARY_GLOB` | 1372 | :term:`COMPLEMENTARY_GLOB` |
1366 | Defines wildcards to match when installing a list of complementary | 1373 | Defines wildcards to match when installing a list of complementary |
1367 | packages for all the packages explicitly (or implicitly) installed in | 1374 | packages for all the packages explicitly (or implicitly) installed in |