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