ref-manual: Pedonic tweaks to ref manual usingpoky.xml

Patch from Robert P. J. Day.  Good catches for some minor
wordings and such.

(From yocto-docs rev: bb5befebdfc642958ec3544cba752aab0d933936)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2013-11-05 10:17:31 -08:00 committed by Richard Purdie
parent d47c4ea18c
commit b107150ed8
1 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@
</para> </para>
<para> <para>
The <filename>build_dir</filename> is optional and specifies the directory the The <filename>build_dir</filename> argument is optional and specifies the directory the
OpenEmbedded build system uses for the build - OpenEmbedded build system uses for the build -
the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
If you do not specify a Build Directory, it defaults to a directory If you do not specify a Build Directory, it defaults to a directory
@ -72,7 +72,7 @@
<note> <note>
Building an image without GNU General Public License Version 3 (GPLv3) components Building an image without GNU General Public License Version 3 (GPLv3) components
is only supported for minimal and base images. is supported for only minimal and base images.
See the "<link linkend='ref-images'>Images</link>" chapter for more information. See the "<link linkend='ref-images'>Images</link>" chapter for more information.
</note> </note>
</section> </section>
@ -158,7 +158,7 @@
<filename>package_write</filename>, and <filename>build</filename>. <filename>package_write</filename>, and <filename>build</filename>.
The default task is <filename>build</filename> and any tasks on which it depends The default task is <filename>build</filename> and any tasks on which it depends
build first. build first.
Some tasks exist, such as <filename>devshell</filename>, that are not part of the Some tasks, such as <filename>devshell</filename>, are not part of the
default build chain. default build chain.
If you wish to run a task that is not part of the default build chain, you can use the If you wish to run a task that is not part of the default build chain, you can use the
<filename>-c</filename> option in BitBake. <filename>-c</filename> option in BitBake.
@ -479,11 +479,11 @@
from your <filename>conf/local.conf</filename> file. from your <filename>conf/local.conf</filename> file.
However, you should realize that enabling and disabling However, you should realize that enabling and disabling
build history in this manner can change the build history in this manner can change the
<filename>do_package</filename> task checksums, which if you <filename>do_package</filename> task checksums which, if you
are using the OEBasicHash signature generator (the default are using the OEBasicHash signature generator (the default
for many current distro configurations including for many current distro configurations including
<filename>DISTRO = "poky"</filename> and <filename>DISTRO = "poky"</filename> and
<filename>DISTRO = ""</filename>) and will result in the packaging <filename>DISTRO = ""</filename>) will result in the packaging
tasks being re-run during the subsequent build. tasks being re-run during the subsequent build.
</para> </para>