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>
This commit is contained in:
Diego Sueiro 2021-01-15 16:00:37 +00:00 committed by Richard Purdie
parent eef552d273
commit 658499cacb

View File

@ -2075,6 +2075,12 @@ recipe:
SYSROOT_DIRS += "/opt"
.. note::
The `/sysroot-only` is to be used by recipes that generate artifacts
that are not included in the target filesystem, allowing them to share
these artifacts without needing to use the ``DEPLOY_DIR``.
For a more complete description of the
:ref:`ref-tasks-populate_sysroot`
task and its associated functions, see the