summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2013-11-05 10:17:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:50 +0000
commitb107150ed86b49ce529610dbff4bab94c86aa987 (patch)
tree57d1b39ad73efdc3f375cfe1d4ee190284d6c3b7 /documentation/ref-manual/usingpoky.xml
parentd47c4ea18c685d7fafdf6788a311f46a5a836ee1 (diff)
downloadpoky-b107150ed86b49ce529610dbff4bab94c86aa987.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index b00e7bc14e..1edc9ea238 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -40,7 +40,7 @@
40 </para> 40 </para>
41 41
42 <para> 42 <para>
43 The <filename>build_dir</filename> is optional and specifies the directory the 43 The <filename>build_dir</filename> argument is optional and specifies the directory the
44 OpenEmbedded build system uses for the build - 44 OpenEmbedded build system uses for the build -
45 the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 45 the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
46 If you do not specify a Build Directory, it defaults to a directory 46 If you do not specify a Build Directory, it defaults to a directory
@@ -72,7 +72,7 @@
72 72
73 <note> 73 <note>
74 Building an image without GNU General Public License Version 3 (GPLv3) components 74 Building an image without GNU General Public License Version 3 (GPLv3) components
75 is only supported for minimal and base images. 75 is supported for only minimal and base images.
76 See the "<link linkend='ref-images'>Images</link>" chapter for more information. 76 See the "<link linkend='ref-images'>Images</link>" chapter for more information.
77 </note> 77 </note>
78 </section> 78 </section>
@@ -158,7 +158,7 @@
158 <filename>package_write</filename>, and <filename>build</filename>. 158 <filename>package_write</filename>, and <filename>build</filename>.
159 The default task is <filename>build</filename> and any tasks on which it depends 159 The default task is <filename>build</filename> and any tasks on which it depends
160 build first. 160 build first.
161 Some tasks exist, such as <filename>devshell</filename>, that are not part of the 161 Some tasks, such as <filename>devshell</filename>, are not part of the
162 default build chain. 162 default build chain.
163 If you wish to run a task that is not part of the default build chain, you can use the 163 If you wish to run a task that is not part of the default build chain, you can use the
164 <filename>-c</filename> option in BitBake. 164 <filename>-c</filename> option in BitBake.
@@ -479,11 +479,11 @@
479 from your <filename>conf/local.conf</filename> file. 479 from your <filename>conf/local.conf</filename> file.
480 However, you should realize that enabling and disabling 480 However, you should realize that enabling and disabling
481 build history in this manner can change the 481 build history in this manner can change the
482 <filename>do_package</filename> task checksums, which if you 482 <filename>do_package</filename> task checksums which, if you
483 are using the OEBasicHash signature generator (the default 483 are using the OEBasicHash signature generator (the default
484 for many current distro configurations including 484 for many current distro configurations including
485 <filename>DISTRO = "poky"</filename> and 485 <filename>DISTRO = "poky"</filename> and
486 <filename>DISTRO = ""</filename>) and will result in the packaging 486 <filename>DISTRO = ""</filename>) will result in the packaging
487 tasks being re-run during the subsequent build. 487 tasks being re-run during the subsequent build.
488 </para> 488 </para>
489 489