diff options
author | Adam Blank <adam.blank.g@gmail.com> | 2025-10-01 15:46:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-03 17:53:57 +0100 |
commit | c059eea32fe90701d12fae6c2a68b76be39e2589 (patch) | |
tree | 7a36fe2f033c1451e84680f579f36effa0497933 /documentation/ref-manual | |
parent | e86a3d2236d7a9fe77483f8db1f07de8be6fab6c (diff) | |
download | poky-c059eea32fe90701d12fae6c2a68b76be39e2589.tar.gz |
ref-manual/variables.rst: fix the description of STAGING_DIR
There is no single "recipe-sysroots" directory, but rather many
"recipe-sysroot*" directories.
(From yocto-docs rev: f2d6e228409cb1dd1dbf339c405699ac6d3900be)
Signed-off-by: Adam Blank <adam.blank.g@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index aefe598a56..1d4ec413ca 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -9311,7 +9311,7 @@ system and gives an overview of their function and contents. | |||
9311 | directory for the build host. | 9311 | directory for the build host. |
9312 | 9312 | ||
9313 | :term:`STAGING_DIR` | 9313 | :term:`STAGING_DIR` |
9314 | Helps construct the ``recipe-sysroots`` directory, which is used | 9314 | Helps construct the ``recipe-sysroot*`` directories, which are used |
9315 | during packaging. | 9315 | during packaging. |
9316 | 9316 | ||
9317 | For information on how staging for recipe-specific sysroots occurs, | 9317 | For information on how staging for recipe-specific sysroots occurs, |