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

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

(From yocto-docs rev: a961cf07cd18d06e0c6399a10dc40c0d4143c23f)

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 203a8393e4
commit 94a80c4d36

View File

@@ -913,7 +913,7 @@
<title><filename>build/tmp/work/<replaceable>tunearch</replaceable>/<replaceable>recipename</replaceable>/<replaceable>version</replaceable>/</filename></title>
<para>
The recipe work directory (<replaceable>recipe_work_directory</replaceable>).
The recipe work directory - <filename>${WORKDIR}</filename>.
</para>
<para>
@@ -936,7 +936,7 @@
work directory:
<itemizedlist>
<listitem><para>
<filename><replaceable>recipe_work_directory</replaceable>/temp</filename>:
<filename>${WORKDIR}/temp</filename>:
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
@@ -944,7 +944,7 @@
order in which tasks were executed.
</para></listitem>
<listitem><para>
<filename><replaceable>recipe_work_directory</replaceable>/image</filename>:
<filename>${WORKDIR}/image</filename>:
Contains the output of the
<link linkend='ref-tasks-install'><filename>do_install</filename></link>
task, which corresponds to the
@@ -952,24 +952,24 @@
variable in that task.
</para></listitem>
<listitem><para>
<filename><replaceable>recipe_work_directory</replaceable>/pseudo</filename>:
<filename>${WORKDIR}/pseudo</filename>:
Contains the pseudo database and log for any tasks executed
under pseudo for the recipe.
</para></listitem>
<listitem><para>
<filename><replaceable>recipe_work_directory</replaceable>/sysroot-destdir</filename>:
<filename>${WORKDIR}/sysroot-destdir</filename>:
Contains the output of the
<link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
task.
</para></listitem>
<listitem><para>
<filename><replaceable>recipe_work_directory</replaceable>/package</filename>:
<filename>${WORKDIR}/package</filename>:
Contains the output of the
<link linkend='ref-tasks-package'><filename>do_package</filename></link>
task before the output is split into individual packages.
</para></listitem>
<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>
task after the output has been split into individual
packages.
@@ -977,7 +977,7 @@
by the recipe.
</para></listitem>
<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
recipe.
This directory looks like the target filesystem and
@@ -985,14 +985,14 @@
against (e.g. the C library).
</para></listitem>
<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
recipe.
This directory contains the tools the recipe needs to build
(e.g. the compiler, Autoconf, libtool, and so forth).
</para></listitem>
<listitem><para>
<filename><replaceable>recipe_work_directory</replaceable>/build</filename>:
<filename>${WORKDIR}/build</filename>:
This subdirectory applies only to recipes that support
builds where the source is separate from the
build artifacts.