summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-08-18 09:36:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-02 00:52:56 +0100
commit0f1ea9ff44ad9a467ebd4a73d7b06a0b016e583a (patch)
treee6746ecd03aa0cb1a68c5401617049d3e75d3e69 /documentation
parentfed307f58baec962c1f8d6dd751fa9ad9b90a387 (diff)
downloadpoky-0f1ea9ff44ad9a467ebd4a73d7b06a0b016e583a.tar.gz
ref-manual: Added tmp/sysroots-components task
(From yocto-docs rev: b723fc6d05ad4db48dfda2aece797c7cbab06cf3) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-structure.xml19
1 files changed, 19 insertions, 0 deletions
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
@@ -798,6 +798,25 @@
798 </section> 798 </section>
799 799
800 <section id='structure-build-tmp-sysroots'> 800 <section id='structure-build-tmp-sysroots'>
801 <title><filename>build/tmp/sysroots-components/</filename></title>
802
803 <para>
804 This directory is the location of the sysroot contents that the
805 task
806 <link linkend='ref-tasks-prepare_recipe_sysroot'><filename>do_prepare_recipe_sysroot</filename></link>
807 links or copies into the recipe-specific sysroot for each
808 recipe listed in
809 <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>.
810 Population of this directory is handled through shared state, while
811 the path is specified by the <filename>COMPONENTS_DIR</filename>
812 variable. Apart from a few unusual circumstances, handling of the
813 <filename>sysroots-components</filename> directory should be
814 automatic, and recipes should not directly reference
815 <filename>build/tmp/sysroots-components</filename>.
816 </para>
817 </section>
818
819 <section id='structure-build-tmp-sysroots'>
801 <title><filename>build/tmp/sysroots/</filename></title> 820 <title><filename>build/tmp/sysroots/</filename></title>
802 821
803 <para> 822 <para>