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 @@ Stages (copies) a subset of the files installed by the do_install task into the appropriate sysroot. - For information on how to make these files available to other - recipes, see the - STAGING_DIR_HOST - variable. + For information on how to access these files from other recipes, + see the + STAGING_DIR* + variables. Directories that would typically not be needed by other recipes at build time (e.g. /etc) are not copied by 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" ${localstatedir} \ " + + Programs built by -native recipes + run directly from the sysroot + (STAGING_DIR_NATIVE), which is + why additional directories containing program + executables and supporting files need to be staged. +