summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml26
1 files changed, 19 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 3e903327a2..38d8605bb9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13134,12 +13134,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13134 13134
13135 <glossentry id='var-SYSROOT_DIRS'><glossterm>SYSROOT_DIRS</glossterm> 13135 <glossentry id='var-SYSROOT_DIRS'><glossterm>SYSROOT_DIRS</glossterm>
13136 <info> 13136 <info>
13137 SYSROOT_DIRS[doc] = "Directories that are staged in the sysroot." 13137 SYSROOT_DIRS[doc] = "Directories that are staged into the sysroot by the do_populate_sysroot task."
13138 </info> 13138 </info>
13139 <glossdef> 13139 <glossdef>
13140 <para role="glossdeffirst"> 13140 <para role="glossdeffirst">
13141<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 13141<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
13142 Directories that are staged in the sysroot. 13142 Directories that are staged into the sysroot by the
13143 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
13144 task.
13143 By default, the following directories are staged: 13145 By default, the following directories are staged:
13144 <literallayout class='monospaced'> 13146 <literallayout class='monospaced'>
13145 SYSROOT_DIRS = " \ 13147 SYSROOT_DIRS = " \
@@ -13156,12 +13158,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13156 13158
13157 <glossentry id='var-SYSROOT_DIRS_BLACKLIST'><glossterm>SYSROOT_DIRS_BLACKLIST</glossterm> 13159 <glossentry id='var-SYSROOT_DIRS_BLACKLIST'><glossterm>SYSROOT_DIRS_BLACKLIST</glossterm>
13158 <info> 13160 <info>
13159 SYSROOT_DIRS_BLACKLIST[doc] = "Directories that should not be staged into sysroot." 13161 SYSROOT_DIRS_BLACKLIST[doc] = "Directories that are not staged into the sysroot by the do_populate_sysroot task."
13160 </info> 13162 </info>
13161 <glossdef> 13163 <glossdef>
13162 <para role="glossdeffirst"> 13164 <para role="glossdeffirst">
13163<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 13165<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
13164 Directories that should not be staged into sysroot. 13166 Directories that are not staged into the sysroot by the
13167 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
13168 task.
13169 You can use this variable to exclude certain subdirectories
13170 of directories listed in
13171 <link linkend='var-SYSROOT_DIRS'><filename>SYSROOT_DIRS</filename></link>
13172 from staging.
13165 By default, the following directories are not staged: 13173 By default, the following directories are not staged:
13166 <literallayout class='monospaced'> 13174 <literallayout class='monospaced'>
13167 SYSROOT_DIRS_BLACKLIST = " \ 13175 SYSROOT_DIRS_BLACKLIST = " \
@@ -13180,13 +13188,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13180 13188
13181 <glossentry id='var-SYSROOT_DIRS_NATIVE'><glossterm>SYSROOT_DIRS_NATIVE</glossterm> 13189 <glossentry id='var-SYSROOT_DIRS_NATIVE'><glossterm>SYSROOT_DIRS_NATIVE</glossterm>
13182 <info> 13190 <info>
13183 SYSROOT_DIRS_NATIVE[doc] = "Extra directories staged for native into sysroot." 13191 SYSROOT_DIRS_NATIVE[doc] = "Extra directories staged into the sysroot by the do_populate_sysroot task for -native recipes, in addition to those specified in SYSROOT_DIRS."
13184 </info> 13192 </info>
13185 <glossdef> 13193 <glossdef>
13186 <para role="glossdeffirst"> 13194 <para role="glossdeffirst">
13187<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 13195<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
13188 Extra directories staged for native into sysroot. 13196 Extra directories staged into the sysroot by the
13189 By default, the following directories are staged: 13197 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
13198 task for <filename>-native</filename> recipes, in addition
13199 to those specified in
13200 <link linkend='var-SYSROOT_DIRS'><filename>SYSROOT_DIRS</filename></link>.
13201 By default, the following extra directories are staged:
13190 <literallayout class='monospaced'> 13202 <literallayout class='monospaced'>
13191 SYSROOT_DIRS_NATIVE = " \ 13203 SYSROOT_DIRS_NATIVE = " \
13192 ${bindir} \ 13204 ${bindir} \