summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/yocto-project-qs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-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 06a0b1ad68..3594b6ea50 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -56,7 +56,7 @@
56 <listitem><para><emphasis>FAQs:</emphasis> Lists commonly asked Yocto Project questions and answers. 56 <listitem><para><emphasis>FAQs:</emphasis> Lists commonly asked Yocto Project questions and answers.
57 You can find two FAQs: <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>Yocto Project FAQ</ulink> on 57 You can find two FAQs: <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>Yocto Project FAQ</ulink> on
58 a wiki, and the 58 a wiki, and the
59 <ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink> chapter in 59 "<ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink>" chapter in
60 the Yocto Project Reference Manual. 60 the Yocto Project Reference Manual.
61 </para></listitem> 61 </para></listitem>
62 <listitem><para><emphasis>Developer Screencast:</emphasis> The 62 <listitem><para><emphasis>Developer Screencast:</emphasis> The
@@ -406,23 +406,23 @@
406 them into a directory named <filename>&YOCTO_POKY;</filename> in the current 406 them into a directory named <filename>&YOCTO_POKY;</filename> in the current
407 directory.</para></listitem> 407 directory.</para></listitem>
408 <listitem><para>The third and fourth commands change the working directory to the 408 <listitem><para>The third and fourth commands change the working directory to the
409 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> 409 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
410 and run the Yocto Project environment setup script. 410 and run the Yocto Project environment setup script.
411 Running this script defines OpenEmbedded build environment settings needed to 411 Running this script defines OpenEmbedded build environment settings needed to
412 complete the build. 412 complete the build.
413 The script also creates the 413 The script also creates the
414 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>, 414 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
415 which is <filename>build</filename> in this case and is located in the 415 which is <filename>build</filename> in this case and is located in the
416 source directory. 416 Source Directory.
417 After the script runs, your current working directory is set 417 After the script runs, your current working directory is set
418 to the build directory. 418 to the Build Directory.
419 Later, when the build completes, the build directory contains all the files 419 Later, when the build completes, the Build Directory contains all the files
420 created during the build. 420 created during the build.
421 </para></listitem> 421 </para></listitem>
422 </itemizedlist> 422 </itemizedlist>
423 <para> 423 <para>
424 Take some time to examine your <filename>local.conf</filename> file 424 Take some time to examine your <filename>local.conf</filename> file
425 in your project's configuration directory, which is found in the build directory. 425 in your project's configuration directory, which is found in the Build Directory.
426 The defaults in that file should work fine. 426 The defaults in that file should work fine.
427 However, there are some variables of interest at which you might look. 427 However, there are some variables of interest at which you might look.
428 </para> 428 </para>
@@ -741,7 +741,7 @@
741 <title>Getting the Yocto Project</title> 741 <title>Getting the Yocto Project</title>
742 742
743 <para> 743 <para>
744 Set up your <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> 744 Set up your <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
745 one of two ways: 745 one of two ways:
746 <itemizedlist> 746 <itemizedlist>
747 <listitem><para><emphasis>Tarball:</emphasis> 747 <listitem><para><emphasis>Tarball:</emphasis>
@@ -775,9 +775,9 @@
775 775
776 <para> 776 <para>
777 From the parent directory your 777 From the parent directory your
778 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>, 778 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>,
779 initialize your environment and provide a meaningful 779 initialize your environment and provide a meaningful
780 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink> 780 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
781 name: 781 name:
782 <literallayout class='monospaced'> 782 <literallayout class='monospaced'>
783 $ source poky/&OE_INIT_FILE; mybuilds 783 $ source poky/&OE_INIT_FILE; mybuilds
@@ -785,7 +785,7 @@
785 At this point, the <filename>mybuilds</filename> directory has been created for you 785 At this point, the <filename>mybuilds</filename> directory has been created for you
786 and it is now your current working directory. 786 and it is now your current working directory.
787 If you don't provide your own directory name it defaults to <filename>build</filename>, 787 If you don't provide your own directory name it defaults to <filename>build</filename>,
788 which is inside the source directory. 788 which is inside the Source Directory.
789 </para> 789 </para>
790 </section> 790 </section>
791 791
@@ -794,7 +794,7 @@
794 794
795 <para> 795 <para>
796 Initializing the build environment creates a <filename>conf/local.conf</filename> configuration file 796 Initializing the build environment creates a <filename>conf/local.conf</filename> configuration file
797 in the build directory. 797 in the Build Directory.
798 You need to manually edit this file to specify the machine you are building and to optimize 798 You need to manually edit this file to specify the machine you are building and to optimize
799 your build time. 799 your build time.
800 Here are the minimal changes to make: 800 Here are the minimal changes to make: