diff options
| author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-08-10 15:48:34 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:47 +0100 |
| commit | 94a80c4d36e9c7481c9851e93ccac99c8fff777e (patch) | |
| tree | f5f3feb8bf37f311c6a678682a72e53d4c5a15e1 /documentation/ref-manual | |
| parent | 203a8393e4e14e0cb4b51ed548445c6cfce8153a (diff) | |
| download | poky-94a80c4d36e9c7481c9851e93ccac99c8fff777e.tar.gz | |
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>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | 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 008b95a36a..86a3cd2a58 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
| @@ -913,7 +913,7 @@ | |||
| 913 | <title><filename>build/tmp/work/<replaceable>tunearch</replaceable>/<replaceable>recipename</replaceable>/<replaceable>version</replaceable>/</filename></title> | 913 | <title><filename>build/tmp/work/<replaceable>tunearch</replaceable>/<replaceable>recipename</replaceable>/<replaceable>version</replaceable>/</filename></title> |
| 914 | 914 | ||
| 915 | <para> | 915 | <para> |
| 916 | The recipe work directory (<replaceable>recipe_work_directory</replaceable>). | 916 | The recipe work directory - <filename>${WORKDIR}</filename>. |
| 917 | </para> | 917 | </para> |
| 918 | 918 | ||
| 919 | <para> | 919 | <para> |
| @@ -936,7 +936,7 @@ | |||
| 936 | work directory: | 936 | work directory: |
| 937 | <itemizedlist> | 937 | <itemizedlist> |
| 938 | <listitem><para> | 938 | <listitem><para> |
| 939 | <filename><replaceable>recipe_work_directory</replaceable>/temp</filename>: | 939 | <filename>${WORKDIR}/temp</filename>: |
| 940 | Contains the log files of each task executed for this | 940 | Contains the log files of each task executed for this |
| 941 | recipe, the "run" files for each executed task, which | 941 | recipe, the "run" files for each executed task, which |
| 942 | contain the code run, and a | 942 | contain the code run, and a |
| @@ -944,7 +944,7 @@ | |||
| 944 | order in which tasks were executed. | 944 | order in which tasks were executed. |
| 945 | </para></listitem> | 945 | </para></listitem> |
| 946 | <listitem><para> | 946 | <listitem><para> |
| 947 | <filename><replaceable>recipe_work_directory</replaceable>/image</filename>: | 947 | <filename>${WORKDIR}/image</filename>: |
| 948 | Contains the output of the | 948 | Contains the output of the |
| 949 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> | 949 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> |
| 950 | task, which corresponds to the | 950 | task, which corresponds to the |
| @@ -952,24 +952,24 @@ | |||
| 952 | variable in that task. | 952 | variable in that task. |
| 953 | </para></listitem> | 953 | </para></listitem> |
| 954 | <listitem><para> | 954 | <listitem><para> |
| 955 | <filename><replaceable>recipe_work_directory</replaceable>/pseudo</filename>: | 955 | <filename>${WORKDIR}/pseudo</filename>: |
| 956 | Contains the pseudo database and log for any tasks executed | 956 | Contains the pseudo database and log for any tasks executed |
| 957 | under pseudo for the recipe. | 957 | under pseudo for the recipe. |
| 958 | </para></listitem> | 958 | </para></listitem> |
| 959 | <listitem><para> | 959 | <listitem><para> |
| 960 | <filename><replaceable>recipe_work_directory</replaceable>/sysroot-destdir</filename>: | 960 | <filename>${WORKDIR}/sysroot-destdir</filename>: |
| 961 | Contains the output of the | 961 | Contains the output of the |
| 962 | <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> | 962 | <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> |
| 963 | task. | 963 | task. |
| 964 | </para></listitem> | 964 | </para></listitem> |
| 965 | <listitem><para> | 965 | <listitem><para> |
| 966 | <filename><replaceable>recipe_work_directory</replaceable>/package</filename>: | 966 | <filename>${WORKDIR}/package</filename>: |
| 967 | Contains the output of the | 967 | Contains the output of the |
| 968 | <link linkend='ref-tasks-package'><filename>do_package</filename></link> | 968 | <link linkend='ref-tasks-package'><filename>do_package</filename></link> |
| 969 | task before the output is split into individual packages. | 969 | task before the output is split into individual packages. |
| 970 | </para></listitem> | 970 | </para></listitem> |
| 971 | <listitem><para> | 971 | <listitem><para> |
| 972 | <filename><replaceable>recipe_work_directory</replaceable>/packages-split</filename>: | 972 | <filename>${WORKDIR}/packages-split</filename>: |
| 973 | Contains the output of the <filename>do_package</filename> | 973 | Contains the output of the <filename>do_package</filename> |
| 974 | task after the output has been split into individual | 974 | task after the output has been split into individual |
| 975 | packages. | 975 | packages. |
| @@ -977,7 +977,7 @@ | |||
| 977 | by the recipe. | 977 | by the recipe. |
| 978 | </para></listitem> | 978 | </para></listitem> |
| 979 | <listitem><para> | 979 | <listitem><para> |
| 980 | <filename><replaceable>recipe_work_directory</replaceable>/recipe-sysroot</filename>: | 980 | <filename>${WORKDIR}/recipe-sysroot</filename>: |
| 981 | A directory populated with the target dependencies of the | 981 | A directory populated with the target dependencies of the |
| 982 | recipe. | 982 | recipe. |
| 983 | This directory looks like the target filesystem and | 983 | This directory looks like the target filesystem and |
| @@ -985,14 +985,14 @@ | |||
| 985 | against (e.g. the C library). | 985 | against (e.g. the C library). |
| 986 | </para></listitem> | 986 | </para></listitem> |
| 987 | <listitem><para> | 987 | <listitem><para> |
| 988 | <filename><replaceable>recipe_work_directory</replaceable>/recipe-sysroot-native</filename>: | 988 | <filename>${WORKDIR}/recipe-sysroot-native</filename>: |
| 989 | A directory populated with the native dependencies of the | 989 | A directory populated with the native dependencies of the |
| 990 | recipe. | 990 | recipe. |
| 991 | This directory contains the tools the recipe needs to build | 991 | This directory contains the tools the recipe needs to build |
| 992 | (e.g. the compiler, Autoconf, libtool, and so forth). | 992 | (e.g. the compiler, Autoconf, libtool, and so forth). |
| 993 | </para></listitem> | 993 | </para></listitem> |
| 994 | <listitem><para> | 994 | <listitem><para> |
| 995 | <filename><replaceable>recipe_work_directory</replaceable>/build</filename>: | 995 | <filename>${WORKDIR}/build</filename>: |
| 996 | This subdirectory applies only to recipes that support | 996 | This subdirectory applies only to recipes that support |
| 997 | builds where the source is separate from the | 997 | builds where the source is separate from the |
| 998 | build artifacts. | 998 | build artifacts. |
