diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-06-23 14:42:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-30 17:44:21 +0100 |
commit | 75d8886ac26951e7f1446cb905186f9060f57e1b (patch) | |
tree | b8d851c7730538529c086e512a5eb361f53df9c1 /documentation/overview-manual/concepts.rst | |
parent | d3d8d21fef59e1d2c119df3dee7121c565546240 (diff) | |
download | poky-75d8886ac26951e7f1446cb905186f9060f57e1b.tar.gz |
overview-manual: correct value of UNPACKDIR and put S under it
(From yocto-docs rev: ec38f3c5a51887175a2cf3397c07c13c17ca2e9d)
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>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index c9405cdd33..590055501f 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -704,7 +704,7 @@ the Yocto Project Reference Manual. | |||
704 | 704 | ||
705 | Each recipe has an area in the :term:`Build Directory` where the unpacked | 705 | Each recipe has an area in the :term:`Build Directory` where the unpacked |
706 | source code resides. The :term:`UNPACKDIR` variable points to this area for a | 706 | source code resides. The :term:`UNPACKDIR` variable points to this area for a |
707 | recipe's unpacked source code, and has the default ``sources-unpack`` name. The | 707 | recipe's unpacked source code, and has the default ``sources`` name. The |
708 | preceding figure and the following list describe the :term:`Build Directory`'s | 708 | preceding figure and the following list describe the :term:`Build Directory`'s |
709 | hierarchy: | 709 | hierarchy: |
710 | 710 | ||