summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorArne Schwerdt <arne.schwerdt@elbbits.com>2023-10-11 10:48:04 +0200
committerSteve Sakoman <steve@sakoman.com>2023-10-25 04:45:51 -1000
commit811cf0320c251f3667109ab99695d6694a30ecd3 (patch)
tree4cc73ae91ab7f599d420a5c32405f77bcea3ae27 /documentation/ref-manual/variables.rst
parenta6f551f5162c9764f5a3f4e2258eb386a03f0484 (diff)
downloadpoky-811cf0320c251f3667109ab99695d6694a30ecd3.tar.gz
ref-manual: Warn about COMPATIBLE_MACHINE skipping native recipes
(From yocto-docs rev: 48e5fb383570dc6a067b14cc621e4cb347db900c) Signed-off-by: Arne Schwerdt <arne.schwerdt@elbbits.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst7
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