summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-tasks.xml8
-rw-r--r--documentation/ref-manual/ref-variables.xml7
2 files changed, 11 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 66c219372a..e9859c1fa9 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -463,10 +463,10 @@
463 Stages (copies) a subset of the files installed by the 463 Stages (copies) a subset of the files installed by the
464 <link linkend='ref-tasks-install'><filename>do_install</filename></link> 464 <link linkend='ref-tasks-install'><filename>do_install</filename></link>
465 task into the appropriate sysroot. 465 task into the appropriate sysroot.
466 For information on how to make these files available to other 466 For information on how to access these files from other recipes,
467 recipes, see the 467 see the
468 <link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link> 468 <link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR*</filename></link>
469 variable. 469 variables.
470 Directories that would typically not be needed by other recipes at 470 Directories that would typically not be needed by other recipes at
471 build time (e.g. <filename>/etc</filename>) are not copied by 471 build time (e.g. <filename>/etc</filename>) are not copied by
472 default. 472 default.
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 38d8605bb9..8824943acb 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13210,6 +13210,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13210 ${localstatedir} \ 13210 ${localstatedir} \
13211 " 13211 "
13212 </literallayout> 13212 </literallayout>
13213 <note>
13214 Programs built by <filename>-native</filename> recipes
13215 run directly from the sysroot
13216 (<filename>STAGING_DIR_NATIVE</filename>), which is
13217 why additional directories containing program
13218 executables and supporting files need to be staged.
13219 </note>
13213 </para> 13220 </para>
13214 </glossdef> 13221 </glossdef>
13215 </glossentry> 13222 </glossentry>