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/usingpoky.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/usingpoky.xml')
| -rw-r--r-- | documentation/ref-manual/usingpoky.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index b9df733f3f..94f113590a 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
| @@ -169,14 +169,15 @@ | |||
| 169 | </para> | 169 | </para> |
| 170 | 170 | ||
| 171 | <para> | 171 | <para> |
| 172 | If you wish to rerun a task, use the <filename>-f</filename> force option. | 172 | If you wish to rerun a task, use the <filename>-f</filename> force |
| 173 | For example, the following sequence forces recompilation after changing files in the | 173 | option. |
| 174 | working directory. | 174 | For example, the following sequence forces recompilation after |
| 175 | changing files in the work directory. | ||
| 175 | <literallayout class='monospaced'> | 176 | <literallayout class='monospaced'> |
| 176 | $ bitbake matchbox-desktop | 177 | $ bitbake matchbox-desktop |
| 177 | . | 178 | . |
| 178 | . | 179 | . |
| 179 | [make some changes to the source code in the working directory] | 180 | [make some changes to the source code in the work directory] |
| 180 | . | 181 | . |
| 181 | . | 182 | . |
| 182 | $ bitbake matchbox-desktop -c compile -f | 183 | $ bitbake matchbox-desktop -c compile -f |
