ref-manual: Updated build/tmp/work/tunearch/recipename/version

Replaced "recipe_work_directory" with "${WORKDIR}"
throughout the section.

(From yocto-docs rev: 79911f48d469f95ec026fe60585d1b4983e9c1c6)

Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kristi Rifenbark 2017-08-10 15:48:34 -07:00 committed by Richard Purdie
parent a2712c3752
commit 7bc2ff7018
1 changed files with 10 additions and 10 deletions

View File

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