1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Scott Rifenbark
2012-07-05 08:27:11 -07:00
committed by Richard Purdie
parent 4239ff0532
commit 229f7c57ee
@@ -159,7 +159,7 @@
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink> of your choice. <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink> of your choice.
For example, the following command creates a build directory named For example, the following command creates a build directory named
<filename>mybuilds</filename> that is outside of the <filename>mybuilds</filename> that is outside of the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>sourc directory</ulink>: <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ source oe-init-build-env ~/mybuilds $ source oe-init-build-env ~/mybuilds
</literallayout> </literallayout>
@@ -380,6 +380,7 @@
package's <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>. package's <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>.
Examples of logs are the output from the <filename>check_pkg</filename> or Examples of logs are the output from the <filename>check_pkg</filename> or
<filename>distro_check</filename> tasks. <filename>distro_check</filename> tasks.
Running a build does not necessarily mean this directory is created.
</para> </para>
</section> </section>