summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-08-16 18:06:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-02 00:52:47 +0100
commitd8b1b09455e4d0c5550e42741ac23d5bf9e49aef (patch)
tree306dfc6037adaaae38ea93734d1d741e061d7e40 /documentation
parent9648d0b9055899b66558c9ae6bc35318cd2976b6 (diff)
downloadpoky-d8b1b09455e4d0c5550e42741ac23d5bf9e49aef.tar.gz
ref-manual: Added new variable
Added SYSROOT_DESTDIR to the variable glossary. (From yocto-docs rev: 37388eccf162811ba7b9fd3ee3c110a8fa0f2556) 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-variables.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index ff8f4e73d0..f2414c5887 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13576,6 +13576,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13576 </glossdef> 13576 </glossdef>
13577 </glossentry> 13577 </glossentry>
13578 13578
13579 <glossentry id='var-SYSROOT_DESTDIR'><glossterm>SYSROOT_DESTDIR</glossterm>
13580 <info>
13581 SYSROOT_DESTDIR[doc] = "Points to the temporary work directory (default ${WORKDIR}/sysroot-destdir) where the files that will be populated into the sysroot are assembled during the do_populate_sysroot task."
13582 </info>
13583 <glossdef>
13584 <para role="glossdeffirst">
13585<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
13586 Points to the temporary directory under the work directory
13587 (default
13588 <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}/sysroot-destidir</filename>)
13589 where the files
13590 that will be populated into the sysroot are assembled
13591 during the
13592 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
13593 task.
13594 <literallayout class='monospaced'>
13595 SYSROOT_DESTDIR ?= "console=ttyS0,115200"
13596 </literallayout>
13597 </para>
13598 </glossdef>
13599 </glossentry>
13600
13579 <glossentry id='var-SYSROOT_DIRS'><glossterm>SYSROOT_DIRS</glossterm> 13601 <glossentry id='var-SYSROOT_DIRS'><glossterm>SYSROOT_DIRS</glossterm>
13580 <info> 13602 <info>
13581 SYSROOT_DIRS[doc] = "Directories that are staged into the sysroot by the do_populate_sysroot task." 13603 SYSROOT_DIRS[doc] = "Directories that are staged into the sysroot by the do_populate_sysroot task."