diff options
author | Adam Blank <adam.blank.g@gmail.com> | 2025-10-01 15:46:35 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-10-03 10:09:02 -0700 |
commit | 7f12221f49c32ba320ee175a3f47eb8005db574c (patch) | |
tree | 61a90042fdd934d59acf91eeca70bb53037c69e1 | |
parent | 11d8b290dd6a2baec0653d11745123e0fe7b75e7 (diff) | |
download | poky-7f12221f49c32ba320ee175a3f47eb8005db574c.tar.gz |
ref-manual/variables.rst: fix the description of STAGING_DIRkirkstone
There is no single "recipe-sysroots" directory, but rather many
"recipe-sysroot*" directories.
(From yocto-docs rev: eca2cb23eb1fd4186d1f5cadc3280d73e8f52631)
Signed-off-by: Adam Blank <adam.blank.g@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit f2d6e228409cb1dd1dbf339c405699ac6d3900be)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 fae31eef1c..fcac1a67c7 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8173,7 +8173,7 @@ system and gives an overview of their function and contents. | |||
8173 | directory for the build host. | 8173 | directory for the build host. |
8174 | 8174 | ||
8175 | :term:`STAGING_DIR` | 8175 | :term:`STAGING_DIR` |
8176 | Helps construct the ``recipe-sysroots`` directory, which is used | 8176 | Helps construct the ``recipe-sysroot*`` directories, which are used |
8177 | during packaging. | 8177 | during packaging. |
8178 | 8178 | ||
8179 | For information on how staging for recipe-specific sysroots occurs, | 8179 | For information on how staging for recipe-specific sysroots occurs, |