summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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."