From ce95b0483a22b74f579e5e513a431d38ded0f824 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 8 May 2018 15:49:14 -0700 Subject: ref-manual: Updated the STAGING_DIR variable description. This variable plays a much smaller role since recipe-specific sysroots were implemented. I have rewritten the description to say that STAGING_DIR helps construct the recipe-sysroots directory. (From yocto-docs rev: c1ad18abe67111738efc18725c4f7706b55738cb) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 322ea3c7fd..9fc0a9444b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -13576,27 +13576,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DIR - STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)." + STAGING_DIR[doc] = "Helps construct the recipe-sysroots directory, which is used during packaging." - Specifies the path to the top-level sysroots directory - (i.e. - ${TMPDIR}/sysroots). + Helps construct the recipe-sysroots + directory, which is used during packaging. - STAGING_DIR contains the directories - that are staged into the sysroot by the + For information on how staging for recipe-specific + sysroots occurs, see the do_populate_sysroot - task. - See the - SYSROOT_DIRS - variable and the + task, the "Sharing Files Between Recipes" - section, which is in the Yocto Project Development Tasks - Manual for more information. + section in the Yocto Project Development Tasks Manual, the + "Configuration, Compilation, and Staging" + section in the Yocto Project Overview and Concepts Manual, + and the + SYSROOT_DIRS + variable. Recipes should never write files directly under the STAGING_DIR directory because -- cgit v1.2.3-54-g00ecf