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:56 +0100
commit543337e8492059291a22472db86593606922bf11 (patch)
treea50193450e25ea9a80732f5a9293ca12fd59cf5a /documentation
parent5af18d3753374ae5de917df0b364953b0b413ec0 (diff)
downloadpoky-543337e8492059291a22472db86593606922bf11.tar.gz
ref-manual: Added new variable
Added SYSROOT_DESTDIR to the variable glossary. (From yocto-docs rev: abb83993ade1200fb99b2c9ee65ea835773c950b) 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 0f3842be18..1d9e8788f3 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13568,6 +13568,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13568 </glossdef> 13568 </glossdef>
13569 </glossentry> 13569 </glossentry>
13570 13570
13571 <glossentry id='var-SYSROOT_DESTDIR'><glossterm>SYSROOT_DESTDIR</glossterm>
13572 <info>
13573 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."
13574 </info>
13575 <glossdef>
13576 <para role="glossdeffirst">
13577<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
13578 Points to the temporary directory under the work directory
13579 (default
13580 <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}/sysroot-destidir</filename>)
13581 where the files
13582 that will be populated into the sysroot are assembled
13583 during the
13584 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
13585 task.
13586 <literallayout class='monospaced'>
13587 SYSROOT_DESTDIR ?= "console=ttyS0,115200"
13588 </literallayout>
13589 </para>
13590 </glossdef>
13591 </glossentry>
13592
13571 <glossentry id='var-SYSROOT_DIRS'><glossterm>SYSROOT_DIRS</glossterm> 13593 <glossentry id='var-SYSROOT_DIRS'><glossterm>SYSROOT_DIRS</glossterm>
13572 <info> 13594 <info>
13573 SYSROOT_DIRS[doc] = "Directories that are staged into the sysroot by the do_populate_sysroot task." 13595 SYSROOT_DIRS[doc] = "Directories that are staged into the sysroot by the do_populate_sysroot task."