diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 87ddb98278..10c67ab529 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -495,10 +495,11 @@ Installs the files into the individual recipe specific sysroots - (i.e. + (i.e. recipe-sysroot and + recipe-sysroot-native under ${WORKDIR} based upon the dependencies specified by - DEPENDS. + DEPENDS). See the "staging" class for more information. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2b5f0e1494..2c6ebca102 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2224,7 +2224,7 @@ The default is "${STAGING_DIR}-components." - (i.e. "${TMPDIR}/sysroots-components". + (i.e. "${TMPDIR}/sysroots-components"). @@ -13612,15 +13612,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Points to the temporary directory under the work directory (default - ${WORKDIR}/sysroot-destidir) + "${WORKDIR}/sysroot-destdir") where the files that will be populated into the sysroot are assembled during the do_populate_sysroot task. - - SYSROOT_DESTDIR ?= "console=ttyS0,115200" -