From 83ceb01797ee9f0de5ff3588a56af6bd231ce1e8 Mon Sep 17 00:00:00 2001 From: Adam Blank Date: Fri, 10 Apr 2026 14:17:44 +0200 Subject: [PATCH] ref-manual/variables.rst: update STAGING_DIR's description STAGING_DIR is not in direct relation to recipe-sysroot* directries. Also it does not participate in packaging, but rather in staging and sharing files among recipes. (From yocto-docs rev: 0838936ad05a8d5ed410767f389d4fd1a4e379b3) Signed-off-by: Adam Blank Signed-off-by: Antonin Godard (cherry picked from commit 0ff189fcb82f5e845951c939197835d0a1daf87b) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/variables.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 62417d045c..984a330933 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -8893,8 +8893,7 @@ system and gives an overview of their function and contents. directory for the build host. :term:`STAGING_DIR` - Helps construct the ``recipe-sysroot*`` directories, which are used - during packaging. + Used for constructing directory trees used during staging. For information on how staging for recipe-specific sysroots occurs, see the :ref:`ref-tasks-populate_sysroot`