[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7524/8267] ref-manual: Updated build/tmp/work/tunearch/recipename/version



commit 94a80c4d36e9c7481c9851e93ccac99c8fff777e
Author: Kristi Rifenbark <kristi rifenbark gmail com>
Date:   Thu Aug 10 15:48:34 2017 -0700

    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>

 documentation/ref-manual/ref-structure.xml |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 008b95a..86a3cd2 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]