summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/common-tasks.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 6281e0e3b4..65db4aed33 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2075,6 +2075,12 @@ recipe:
2075 2075
2076 SYSROOT_DIRS += "/opt" 2076 SYSROOT_DIRS += "/opt"
2077 2077
2078.. note::
2079
2080 The `/sysroot-only` is to be used by recipes that generate artifacts
2081 that are not included in the target filesystem, allowing them to share
2082 these artifacts without needing to use the ``DEPLOY_DIR``.
2083
2078For a more complete description of the 2084For a more complete description of the
2079:ref:`ref-tasks-populate_sysroot` 2085:ref:`ref-tasks-populate_sysroot`
2080task and its associated functions, see the 2086task and its associated functions, see the