From 658499cacb252f55124a6ac0bf57ed0b145544d8 Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Fri, 15 Jan 2021 16:00:37 +0000 Subject: dev-manual: Add usage of /sysroot-only in SYSROOT_DIRS (From yocto-docs rev: adc59efc4a6c56cc3b4594a411ae618d256d6ba2) Signed-off-by: Diego Sueiro Signed-off-by: Richard Purdie --- documentation/dev-manual/common-tasks.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'documentation') 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: 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 -- cgit v1.2.3-54-g00ecf