summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorDiego Sueiro <diego.sueiro@arm.com>2021-01-15 16:00:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-20 00:53:53 +0000
commit658499cacb252f55124a6ac0bf57ed0b145544d8 (patch)
treeaf5a79f76c174eb272dbc6b1cc8d3957debc124d /documentation
parenteef552d273385d5beecfb47e78a0ff7660b58e23 (diff)
downloadpoky-658499cacb252f55124a6ac0bf57ed0b145544d8.tar.gz
dev-manual: Add usage of /sysroot-only in SYSROOT_DIRS
(From yocto-docs rev: adc59efc4a6c56cc3b4594a411ae618d256d6ba2) Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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