summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-22 14:22:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-23 00:03:14 +0100
commit60a26d24964832ce390b4c1f0d134b744dc9201b (patch)
treed6d16b76b6907fb430ab0c06fc185207a2f16bdd
parenta73fde8caf889e52b16fd774652cf9bd08b14204 (diff)
downloadast2050-yocto-poky-60a26d24964832ce390b4c1f0d134b744dc9201b.zip
ast2050-yocto-poky-60a26d24964832ce390b4c1f0d134b744dc9201b.tar.gz
documentation: yocto-project-qs - Final changes before the 1.3 lockdown
Fixed used of "Source Directory" and Build Directory. (From yocto-docs rev: a4d79c5a7e73003fc99c274d876fbea453a80d20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 06a0b1a..3594b6e 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -56,7 +56,7 @@
<listitem><para><emphasis>FAQs:</emphasis> Lists commonly asked Yocto Project questions and answers.
You can find two FAQs: <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>Yocto Project FAQ</ulink> on
a wiki, and the
- <ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink> chapter in
+ "<ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink>" chapter in
the Yocto Project Reference Manual.
</para></listitem>
<listitem><para><emphasis>Developer Screencast:</emphasis> The
@@ -406,23 +406,23 @@
them into a directory named <filename>&YOCTO_POKY;</filename> in the current
directory.</para></listitem>
<listitem><para>The third and fourth commands change the working directory to the
- <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
and run the Yocto Project environment setup script.
Running this script defines OpenEmbedded build environment settings needed to
complete the build.
The script also creates the
- <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>,
+ <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
which is <filename>build</filename> in this case and is located in the
- source directory.
+ Source Directory.
After the script runs, your current working directory is set
- to the build directory.
- Later, when the build completes, the build directory contains all the files
+ to the Build Directory.
+ Later, when the build completes, the Build Directory contains all the files
created during the build.
</para></listitem>
</itemizedlist>
<para>
Take some time to examine your <filename>local.conf</filename> file
- in your project's configuration directory, which is found in the build directory.
+ in your project's configuration directory, which is found in the Build Directory.
The defaults in that file should work fine.
However, there are some variables of interest at which you might look.
</para>
@@ -741,7 +741,7 @@
<title>Getting the Yocto Project</title>
<para>
- Set up your <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>
+ Set up your <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
one of two ways:
<itemizedlist>
<listitem><para><emphasis>Tarball:</emphasis>
@@ -775,9 +775,9 @@
<para>
From the parent directory your
- <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>,
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>,
initialize your environment and provide a meaningful
- <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>
+ <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
name:
<literallayout class='monospaced'>
$ source poky/&OE_INIT_FILE; mybuilds
@@ -785,7 +785,7 @@
At this point, the <filename>mybuilds</filename> directory has been created for you
and it is now your current working directory.
If you don't provide your own directory name it defaults to <filename>build</filename>,
- which is inside the source directory.
+ which is inside the Source Directory.
</para>
</section>
@@ -794,7 +794,7 @@
<para>
Initializing the build environment creates a <filename>conf/local.conf</filename> configuration file
- in the build directory.
+ in the Build Directory.
You need to manually edit this file to specify the machine you are building and to optimize
your build time.
Here are the minimal changes to make:
OpenPOWER on IntegriCloud