summaryrefslogtreecommitdiffstats
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:51:01 -1000
commiteb793e050611fcdcde2940afe51046952bd555df (patch)
tree2982c66704a5f2d046533299d79dbd3ba73174b7
parente0cfa4c6a1e347b0a63816587e37fcc3b76e8fb4 (diff)
downloadpoky-eb793e050611fcdcde2940afe51046952bd555df.tar.gz
ref-manual: Warn about COMPATIBLE_MACHINE skipping native recipes
(From yocto-docs rev: 33cf8166a543a3fd76bb0e6cab03589c6d45f48c) 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>
-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 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