diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-21 09:40:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:15 +0000 |
commit | 936cc69a8997ebaf7ed68ea1283f8f733b5e4745 (patch) | |
tree | 0daa2fca3c0604c2371af9d1944f76be590595f4 /documentation/ref-manual/technical-details.xml | |
parent | ee30c8b452e290f609820f3d09b2a4afbe09f179 (diff) | |
download | poky-936cc69a8997ebaf7ed68ea1283f8f733b5e4745.tar.gz |
ref-manual: Cleaned up some instances of the term "working directory"
This term should always reference a users current working directory
and not be confused with the OpenEmbedded build system's "work
directory (WORKDIR). I found several instances where the term
"working directory" was not used correctly and fixed them.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 300c78c1d54b2a4fbb8ecca03faa7c8c67bdc54f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 6d4c6b712c..51b9148e3e 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -434,11 +434,11 @@ | |||
434 | the checksum. | 434 | the checksum. |
435 | First, there is the actual specific build path of a given task - | 435 | First, there is the actual specific build path of a given task - |
436 | the <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>. | 436 | the <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>. |
437 | It does not matter if the working directory changes because it should not | 437 | It does not matter if the work directory changes because it should not |
438 | affect the output for target packages. | 438 | affect the output for target packages. |
439 | Also, the build process has the objective of making native or cross packages relocatable. | 439 | Also, the build process has the objective of making native or cross packages relocatable. |
440 | The checksum therefore needs to exclude <filename>WORKDIR</filename>. | 440 | The checksum therefore needs to exclude <filename>WORKDIR</filename>. |
441 | The simplistic approach for excluding the working directory is to set | 441 | The simplistic approach for excluding the work directory is to set |
442 | <filename>WORKDIR</filename> to some fixed value and create the checksum | 442 | <filename>WORKDIR</filename> to some fixed value and create the checksum |
443 | for the "run" script. | 443 | for the "run" script. |
444 | </para> | 444 | </para> |