From 0f1ea9ff44ad9a467ebd4a73d7b06a0b016e583a Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Fri, 18 Aug 2017 09:36:20 -0700 Subject: [PATCH] ref-manual: Added tmp/sysroots-components task (From yocto-docs rev: b723fc6d05ad4db48dfda2aece797c7cbab06cf3) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-structure.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 42c0fb3b68..0bb0cac7a7 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -797,6 +797,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>