From 07ca1d57dc893a81da354239239901b987f2c603 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Wed, 23 Aug 2017 15:08:32 -0700 Subject: ref-manual: Added review comments Added review comments to variables COMPONENTS_DIR, and SYSROOT_DESTDIR. Added review comments to task do_prepare_recipe_sysroot. (From yocto-docs rev: 362998c71b44ddf89d32ed5c45e4251e932a9217) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 5 +++-- documentation/ref-manual/ref-variables.xml | 7 ++----- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'documentation') 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" - -- cgit v1.2.3-54-g00ecf