diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-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 6fa400a574..148eebf56a 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1202,6 +1202,13 @@ system and gives an overview of their function and contents. | |||
1202 | speed since the build system skips parsing recipes not compatible | 1202 | speed since the build system skips parsing recipes not compatible |
1203 | with the current machine. | 1203 | with the current machine. |
1204 | 1204 | ||
1205 | .. note:: | ||
1206 | |||
1207 | When :term:`COMPATIBLE_MACHINE` is set in a recipe inherits from | ||
1208 | native, the recipe is always skipped. All native recipes must be | ||
1209 | entirely target independent and should not rely on :term:`MACHINE`. | ||
1210 | |||
1211 | |||
1205 | :term:`COMPLEMENTARY_GLOB` | 1212 | :term:`COMPLEMENTARY_GLOB` |
1206 | Defines wildcards to match when installing a list of complementary | 1213 | Defines wildcards to match when installing a list of complementary |
1207 | packages for all the packages explicitly (or implicitly) installed in | 1214 | packages for all the packages explicitly (or implicitly) installed in |