diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 86a3cd2a58..70dbea5995 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -799,6 +799,25 @@ +
+ <filename>build/tmp/sysroots-components/</filename> + + + This directory is the location of the sysroot contents that the + task + do_prepare_recipe_sysroot + links or copies into the recipe-specific sysroot for each + recipe listed in + DEPENDS. + Population of this directory is handled through shared state, while + the path is specified by the COMPONENTS_DIR + variable. Apart from a few unusual circumstances, handling of the + sysroots-components directory should be + automatic, and recipes should not directly reference + build/tmp/sysroots-components. + +
+
<filename>build/tmp/sysroots/</filename>