diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-05 08:27:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-06 09:39:24 +0100 |
commit | 229f7c57ee7edbe9c3d98df4b00a39e103ef37d0 (patch) | |
tree | 93aa19eacab5943bce103fb4fca15a9429ceb7aa /documentation/poky-ref-manual | |
parent | 4239ff0532aff996ae18c212168a5a4d8869d0a3 (diff) | |
download | poky-229f7c57ee7edbe9c3d98df4b00a39e103ef37d0.tar.gz |
documentation/poky-ref-manual/ref-structure.xml: log directory and typo
Updated the build/tmp/log directory description to mention that running
a build does not necessarily mean a log directory is created. Also,
ran a spell check and found a typo.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: c602919a1f188a4dff23f965bcc52b635f9a92ae)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/ref-structure.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index 478e8b5ec6..3e6a6a2b6a 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml | |||
@@ -159,7 +159,7 @@ | |||
159 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink> of your choice. | 159 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink> of your choice. |
160 | For example, the following command creates a build directory named | 160 | For example, the following command creates a build directory named |
161 | <filename>mybuilds</filename> that is outside of the | 161 | <filename>mybuilds</filename> that is outside of the |
162 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>sourc directory</ulink>: | 162 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>: |
163 | <literallayout class='monospaced'> | 163 | <literallayout class='monospaced'> |
164 | $ source oe-init-build-env ~/mybuilds | 164 | $ source oe-init-build-env ~/mybuilds |
165 | </literallayout> | 165 | </literallayout> |
@@ -380,6 +380,7 @@ | |||
380 | package's <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>. | 380 | package's <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>. |
381 | Examples of logs are the output from the <filename>check_pkg</filename> or | 381 | Examples of logs are the output from the <filename>check_pkg</filename> or |
382 | <filename>distro_check</filename> tasks. | 382 | <filename>distro_check</filename> tasks. |
383 | Running a build does not necessarily mean this directory is created. | ||
383 | </para> | 384 | </para> |
384 | </section> | 385 | </section> |
385 | 386 | ||