Message ID | 20251001134636.27829-1-adam.blank.g@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | ref-manual/variables.rst: fix the description of STAGING_DIR | expand |
On Wed, 01 Oct 2025 15:46:35 +0200, Adam Blank wrote: > There is no single "recipe-sysroots" directory, but rather many > "recipe-sysroot*" directories. > > Applied, thanks! [1/1] ref-manual/variables.rst: fix the description of STAGING_DIR commit: f2d6e228409cb1dd1dbf339c405699ac6d3900be Best regards,
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 18ead7d04..9dfc6f47c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -9273,7 +9273,7 @@ system and gives an overview of their function and contents. directory for the build host. :term:`STAGING_DIR` - Helps construct the ``recipe-sysroots`` directory, which is used + Helps construct the ``recipe-sysroot*`` directories, which are used during packaging. For information on how staging for recipe-specific sysroots occurs,
There is no single "recipe-sysroots" directory, but rather many "recipe-sysroot*" directories. Signed-off-by: Adam Blank <adam.blank.g@gmail.com> --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)