diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-23 14:42:53 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-30 17:44:21 +0100 |
| commit | f4447244f54e812996d676dd59f515cf4cfdc454 (patch) | |
| tree | 20119f3a621c6317ad80dbda4ee3053f505b6f8b | |
| parent | 75d8886ac26951e7f1446cb905186f9060f57e1b (diff) | |
| download | poky-f4447244f54e812996d676dd59f515cf4cfdc454.tar.gz | |
ref-manual: drop a sentence about a 'legacy way' to specify UNPACKDIR
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).
(From yocto-docs rev: a880d94d70c7ed1da8e40a02dae43ff1699941a6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/tasks.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index d85d1151f0..e379c424d8 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 | |||
| 412 | ------------- | 412 | ------------- |
| 413 | 413 | ||
| 414 | Unpacks the source code into a working directory pointed to by | 414 | Unpacks the source code into a working directory pointed to by |
| 415 | ``${``\ :term:`UNPACKDIR`\ ``}``. A legacy way to specify | 415 | ``${``\ :term:`UNPACKDIR`\ ``}``. |
| 416 | this directory is through the :term:`S` and :term:`WORKDIR` variables. | ||
| 417 | For more information on how source files are unpacked, see the | 416 | For more information on how source files are unpacked, see the |
| 418 | ":ref:`overview-manual/concepts:source fetching`" | 417 | ":ref:`overview-manual/concepts:source fetching`" |
| 419 | section in the Yocto Project Overview and Concepts Manual. | 418 | section in the Yocto Project Overview and Concepts Manual. |
