summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-06-23 14:42:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-30 17:44:21 +0100
commit75d8886ac26951e7f1446cb905186f9060f57e1b (patch)
treeb8d851c7730538529c086e512a5eb361f53df9c1 /documentation/overview-manual/concepts.rst
parentd3d8d21fef59e1d2c119df3dee7121c565546240 (diff)
downloadpoky-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.rst2
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
705Each recipe has an area in the :term:`Build Directory` where the unpacked 705Each recipe has an area in the :term:`Build Directory` where the unpacked
706source code resides. The :term:`UNPACKDIR` variable points to this area for a 706source code resides. The :term:`UNPACKDIR` variable points to this area for a
707recipe's unpacked source code, and has the default ``sources-unpack`` name. The 707recipe's unpacked source code, and has the default ``sources`` name. The
708preceding figure and the following list describe the :term:`Build Directory`'s 708preceding figure and the following list describe the :term:`Build Directory`'s
709hierarchy: 709hierarchy:
710 710