From c200de2c6c255ab5d69bb00601afba8e86dad465 Mon Sep 17 00:00:00 2001 From: Adam Blank Date: Fri, 10 Apr 2026 14:17:45 +0200 Subject: [PATCH] ref-manual/variables.rst: update COMPONENTS_DIR's description Make it more evident, that it is first populated by files from some recipes, and later used as source of those files for the others (staging and sharing files). (From yocto-docs rev: 156c7c685b97943bcfa5309f9656a4b9e05e44a3) Signed-off-by: Adam Blank Signed-off-by: Antonin Godard (cherry picked from commit cad256411e2bc380e27e2fc4ea3140476596c823) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 984a330933..6b040a6d49 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -1638,7 +1638,7 @@ system and gives an overview of their function and contents. (set via :term:`RRECOMMENDS`) are always ignored. :term:`COMPONENTS_DIR` - Stores sysroot components for each recipe. The OpenEmbedded build + Stores sysroot components provided by each recipe. The OpenEmbedded build system uses :term:`COMPONENTS_DIR` when constructing recipe-specific sysroots for other recipes.