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:56 +0100 |
| commit | 7bc2ff70180a0dc1291b3e3c126c6a4074a4c90a (patch) | |
| tree | 37e60788d520f39f5da2c2c54f18639a474202c1 /documentation | |
| parent | a2712c3752498b9b85724d61c63c7d9e7f397934 (diff) | |
| download | poky-7bc2ff70180a0dc1291b3e3c126c6a4074a4c90a.tar.gz | |
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>
Diffstat (limited to 'documentation')
| -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 b0c4bfeaa4..42c0fb3b68 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
| @@ -911,7 +911,7 @@ | |||
| 911 | <title><filename>build/tmp/work/<replaceable>tunearch</replaceable>/<replaceable>recipename</replaceable>/<replaceable>version</replaceable>/</filename></title> | 911 | <title><filename>build/tmp/work/<replaceable>tunearch</replaceable>/<replaceable>recipename</replaceable>/<replaceable>version</replaceable>/</filename></title> |
| 912 | 912 | ||
| 913 | <para> | 913 | <para> |
| 914 | The recipe work directory (<replaceable>recipe_work_directory</replaceable>). | 914 | The recipe work directory - <filename>${WORKDIR}</filename>. |
| 915 | </para> | 915 | </para> |
| 916 | 916 | ||
| 917 | <para> | 917 | <para> |
| @@ -934,7 +934,7 @@ | |||
| 934 | work directory: | 934 | work directory: |
| 935 | <itemizedlist> | 935 | <itemizedlist> |
| 936 | <listitem><para> | 936 | <listitem><para> |
| 937 | <filename><replaceable>recipe_work_directory</replaceable>/temp</filename>: | 937 | <filename>${WORKDIR}/temp</filename>: |
| 938 | Contains the log files of each task executed for this | 938 | Contains the log files of each task executed for this |
| 939 | recipe, the "run" files for each executed task, which | 939 | recipe, the "run" files for each executed task, which |
| 940 | contain the code run, and a | 940 | contain the code run, and a |
| @@ -942,7 +942,7 @@ | |||
| 942 | order in which tasks were executed. | 942 | order in which tasks were executed. |
| 943 | </para></listitem> | 943 | </para></listitem> |
| 944 | <listitem><para> | 944 | <listitem><para> |
| 945 | <filename><replaceable>recipe_work_directory</replaceable>/image</filename>: | 945 | <filename>${WORKDIR}/image</filename>: |
| 946 | Contains the output of the | 946 | Contains the output of the |
| 947 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> | 947 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> |
| 948 | task, which corresponds to the | 948 | task, which corresponds to the |
| @@ -950,24 +950,24 @@ | |||
| 950 | variable in that task. | 950 | variable in that task. |
| 951 | </para></listitem> | 951 | </para></listitem> |
| 952 | <listitem><para> | 952 | <listitem><para> |
| 953 | <filename><replaceable>recipe_work_directory</replaceable>/pseudo</filename>: | 953 | <filename>${WORKDIR}/pseudo</filename>: |
| 954 | Contains the pseudo database and log for any tasks executed | 954 | Contains the pseudo database and log for any tasks executed |
| 955 | under pseudo for the recipe. | 955 | under pseudo for the recipe. |
| 956 | </para></listitem> | 956 | </para></listitem> |
| 957 | <listitem><para> | 957 | <listitem><para> |
| 958 | <filename><replaceable>recipe_work_directory</replaceable>/sysroot-destdir</filename>: | 958 | <filename>${WORKDIR}/sysroot-destdir</filename>: |
| 959 | Contains the output of the | 959 | Contains the output of the |
| 960 | <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> | 960 | <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> |
| 961 | task. | 961 | task. |
| 962 | </para></listitem> | 962 | </para></listitem> |
| 963 | <listitem><para> | 963 | <listitem><para> |
| 964 | <filename><replaceable>recipe_work_directory</replaceable>/package</filename>: | 964 | <filename>${WORKDIR}/package</filename>: |
| 965 | Contains the output of the | 965 | Contains the output of the |
| 966 | <link linkend='ref-tasks-package'><filename>do_package</filename></link> | 966 | <link linkend='ref-tasks-package'><filename>do_package</filename></link> |
| 967 | task before the output is split into individual packages. | 967 | task before the output is split into individual packages. |
| 968 | </para></listitem> | 968 | </para></listitem> |
| 969 | <listitem><para> | 969 | <listitem><para> |
| 970 | <filename><replaceable>recipe_work_directory</replaceable>/packages-split</filename>: | 970 | <filename>${WORKDIR}/packages-split</filename>: |
| 971 | Contains the output of the <filename>do_package</filename> | 971 | Contains the output of the <filename>do_package</filename> |
| 972 | task after the output has been split into individual | 972 | task after the output has been split into individual |
| 973 | packages. | 973 | packages. |
| @@ -975,7 +975,7 @@ | |||
| 975 | by the recipe. | 975 | by the recipe. |
| 976 | </para></listitem> | 976 | </para></listitem> |
| 977 | <listitem><para> | 977 | <listitem><para> |
| 978 | <filename><replaceable>recipe_work_directory</replaceable>/recipe-sysroot</filename>: | 978 | <filename>${WORKDIR}/recipe-sysroot</filename>: |
| 979 | A directory populated with the target dependencies of the | 979 | A directory populated with the target dependencies of the |
| 980 | recipe. | 980 | recipe. |
| 981 | This directory looks like the target filesystem and | 981 | This directory looks like the target filesystem and |
| @@ -983,14 +983,14 @@ | |||
| 983 | against (e.g. the C library). | 983 | against (e.g. the C library). |
| 984 | </para></listitem> | 984 | </para></listitem> |
| 985 | <listitem><para> | 985 | <listitem><para> |
| 986 | <filename><replaceable>recipe_work_directory</replaceable>/recipe-sysroot-native</filename>: | 986 | <filename>${WORKDIR}/recipe-sysroot-native</filename>: |
| 987 | A directory populated with the native dependencies of the | 987 | A directory populated with the native dependencies of the |
| 988 | recipe. | 988 | recipe. |
| 989 | This directory contains the tools the recipe needs to build | 989 | This directory contains the tools the recipe needs to build |
| 990 | (e.g. the compiler, Autoconf, libtool, and so forth). | 990 | (e.g. the compiler, Autoconf, libtool, and so forth). |
| 991 | </para></listitem> | 991 | </para></listitem> |
| 992 | <listitem><para> | 992 | <listitem><para> |
| 993 | <filename><replaceable>recipe_work_directory</replaceable>/build</filename>: | 993 | <filename>${WORKDIR}/build</filename>: |
| 994 | This subdirectory applies only to recipes that support | 994 | This subdirectory applies only to recipes that support |
| 995 | builds where the source is separate from the | 995 | builds where the source is separate from the |
| 996 | build artifacts. | 996 | build artifacts. |
