summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-08-23 15:08:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-02 00:52:49 +0100
commit07ca1d57dc893a81da354239239901b987f2c603 (patch)
tree5906ce8f88175e09f220026f04db8cd978d04c34 /documentation
parent47883ade9db35e6d06952975b7a64d34a9aef62c (diff)
downloadpoky-07ca1d57dc893a81da354239239901b987f2c603.tar.gz
ref-manual: Added review comments
Added review comments to variables COMPONENTS_DIR, and SYSROOT_DESTDIR. Added review comments to task do_prepare_recipe_sysroot. (From yocto-docs rev: 362998c71b44ddf89d32ed5c45e4251e932a9217) 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-tasks.xml5
-rw-r--r--documentation/ref-manual/ref-variables.xml7
2 files changed, 5 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 87ddb98278..10c67ab529 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -495,10 +495,11 @@
495 495
496 <para> 496 <para>
497 Installs the files into the individual recipe specific sysroots 497 Installs the files into the individual recipe specific sysroots
498 (i.e. 498 (i.e. <filename>recipe-sysroot</filename> and
499 <filename>recipe-sysroot-native</filename> under
499 <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}</filename> 500 <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}</filename>
500 based upon the dependencies specified by 501 based upon the dependencies specified by
501 <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>. 502 <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>).
502 See the 503 See the
503 "<link linkend='ref-classes-staging'><filename>staging</filename></link>" 504 "<link linkend='ref-classes-staging'><filename>staging</filename></link>"
504 class for more information. 505 class for more information.
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2b5f0e1494..2c6ebca102 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2224,7 +2224,7 @@
2224 <para> 2224 <para>
2225 The default is 2225 The default is
2226 "<filename>${</filename><link linkend='var-STAGING_DIR'><filename>STAGING_DIR</filename></link><filename>}-components</filename>." 2226 "<filename>${</filename><link linkend='var-STAGING_DIR'><filename>STAGING_DIR</filename></link><filename>}-components</filename>."
2227 (i.e. "<filename>${TMPDIR}/sysroots-components</filename>". 2227 (i.e. "<filename>${</filename><link linkend='var-TMPDIR'><filename>TMPDIR</filename></link><filename>}/sysroots-components</filename>").
2228 </para> 2228 </para>
2229 </glossdef> 2229 </glossdef>
2230 </glossentry> 2230 </glossentry>
@@ -13612,15 +13612,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13612<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 13612<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
13613 Points to the temporary directory under the work directory 13613 Points to the temporary directory under the work directory
13614 (default 13614 (default
13615 <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}/sysroot-destidir</filename>) 13615 "<filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}/sysroot-destdir</filename>")
13616 where the files 13616 where the files
13617 that will be populated into the sysroot are assembled 13617 that will be populated into the sysroot are assembled
13618 during the 13618 during the
13619 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> 13619 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
13620 task. 13620 task.
13621 <literallayout class='monospaced'>
13622 SYSROOT_DESTDIR ?= "console=ttyS0,115200"
13623 </literallayout>
13624 </para> 13621 </para>
13625 </glossdef> 13622 </glossdef>
13626 </glossentry> 13623 </glossentry>