diff mbox series

[2/6] ref-manual: drop a sentence about a 'legacy way' to specify UNPACKDIR

Message ID 20250623124257.1544615-2-alex.kanavin@gmail.com
State Under Review
Headers show
Series [1/6] overview-manual: correct value of UNPACKDIR and put S under it | expand

Commit Message

Alexander Kanavin June 23, 2025, 12:42 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

This wasn't specific, and is obsolete: UNPACKDIR should not be
set by recipes at all, except in very special circumstances
(e.g. gcc/clang unpacking into work-shared).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 documentation/ref-manual/tasks.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index d85d1151f0c..e379c424d87 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -412,8 +412,7 @@  them. You can learn more by looking at the
 -------------
 
 Unpacks the source code into a working directory pointed to by
-``${``\ :term:`UNPACKDIR`\ ``}``. A legacy way to specify
-this directory is through the :term:`S` and :term:`WORKDIR` variables.
+``${``\ :term:`UNPACKDIR`\ ``}``.
 For more information on how source files are unpacked, see the
 ":ref:`overview-manual/concepts:source fetching`"
 section in the Yocto Project Overview and Concepts Manual.