diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index b0c4bfeaa4..42c0fb3b68 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -911,7 +911,7 @@ <filename>build/tmp/work/<replaceable>tunearch</replaceable>/<replaceable>recipename</replaceable>/<replaceable>version</replaceable>/</filename> - The recipe work directory (recipe_work_directory). + The recipe work directory - ${WORKDIR}. @@ -934,7 +934,7 @@ work directory: - recipe_work_directory/temp: + ${WORKDIR}/temp: Contains the log files of each task executed for this recipe, the "run" files for each executed task, which contain the code run, and a @@ -942,7 +942,7 @@ order in which tasks were executed. - recipe_work_directory/image: + ${WORKDIR}/image: Contains the output of the do_install task, which corresponds to the @@ -950,24 +950,24 @@ variable in that task. - recipe_work_directory/pseudo: + ${WORKDIR}/pseudo: Contains the pseudo database and log for any tasks executed under pseudo for the recipe. - recipe_work_directory/sysroot-destdir: + ${WORKDIR}/sysroot-destdir: Contains the output of the do_populate_sysroot task. - recipe_work_directory/package: + ${WORKDIR}/package: Contains the output of the do_package task before the output is split into individual packages. - recipe_work_directory/packages-split: + ${WORKDIR}/packages-split: Contains the output of the do_package task after the output has been split into individual packages. @@ -975,7 +975,7 @@ by the recipe. - recipe_work_directory/recipe-sysroot: + ${WORKDIR}/recipe-sysroot: A directory populated with the target dependencies of the recipe. This directory looks like the target filesystem and @@ -983,14 +983,14 @@ against (e.g. the C library). - recipe_work_directory/recipe-sysroot-native: + ${WORKDIR}/recipe-sysroot-native: A directory populated with the native dependencies of the recipe. This directory contains the tools the recipe needs to build (e.g. the compiler, Autoconf, libtool, and so forth). - recipe_work_directory/build: + ${WORKDIR}/build: This subdirectory applies only to recipes that support builds where the source is separate from the build artifacts.