summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 18:02:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:37 +0100
commitd9e4c1bbf0ea6ef50f24b62df3fe08a4dac6470f (patch)
tree65ede965d96dae58ebcce15c1d24c3079418ef2e /documentation
parentda1833692867abdd4f25db8a97fb123a0e8a1e8f (diff)
downloadpoky-d9e4c1bbf0ea6ef50f24b62df3fe08a4dac6470f.tar.gz
yocto-project-qs: Final edits for QS manual.
1. Fixed broken links to the website downloads page. 2. Added a better link to the oe-init-build-env script. 3. Added a note about the image directory because I discovered that the QEMU ones have the string "lib32" in prepended to them. (From yocto-docs rev: 38074bc97b94a23b115c44aa9f353205914f7cce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml26
1 files changed, 16 insertions, 10 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 6825e2cfe9..352f89e04f 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -307,11 +307,11 @@
307 307
308 <para> 308 <para>
309 You can download the latest Yocto Project release by going to the 309 You can download the latest Yocto Project release by going to the
310 <ulink url="&YOCTO_HOME_URL;/download">Yocto Project Download page</ulink>. 310 <ulink url="&YOCTO_HOME_URL;">Yocto Project website</ulink>
311 Just go to the page and click the "Yocto Downloads" link found in the "Download" 311 clicking "Downloads" in the navigation pane to the left to view all
312 navigation pane to the right to view all available Yocto Project releases. 312 available Yocto Project releases.
313 Then, click the "Yocto Release" link for the release you want from the list to 313 Be sure to scroll down and look for "Yocto Project" under the
314 begin the download. 314 "Type" heading in the list.
315 Nightly and developmental builds are also maintained at 315 Nightly and developmental builds are also maintained at
316 <ulink url="&YOCTO_AB_NIGHTLY_URL;"></ulink>. 316 <ulink url="&YOCTO_AB_NIGHTLY_URL;"></ulink>.
317 However, for this document a released version of Yocto Project is used. 317 However, for this document a released version of Yocto Project is used.
@@ -408,15 +408,16 @@
408 release tarball from the source repositories using the 408 release tarball from the source repositories using the
409 <filename>wget</filename> command. 409 <filename>wget</filename> command.
410 Alternatively, you can go to the 410 Alternatively, you can go to the
411 <ulink url='&YOCTO_HOME_URL;/download'>Yocto Project website's Downloads page</ulink> 411 <ulink url='&YOCTO_HOME_URL;'>Yocto Project website's</ulink>
412 to retrieve the tarball.</para></listitem> 412 "Downloads" page to retrieve the tarball.</para></listitem>
413 <listitem><para>The second command extracts the files from the tarball and places 413 <listitem><para>The second command extracts the files from the tarball and places
414 them into a directory named <filename>&YOCTO_POKY;</filename> in the current 414 them into a directory named <filename>&YOCTO_POKY;</filename> in the current
415 directory.</para></listitem> 415 directory.</para></listitem>
416 <listitem><para>The third and fourth commands change the working directory to the 416 <listitem><para>The third and fourth commands change the working directory to the
417 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> 417 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
418 and run the Yocto Project 418 and run the Yocto Project
419 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'>environment setup script</ulink>. 419 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
420 environment setup script.
420 Running this script defines OpenEmbedded build environment settings needed to 421 Running this script defines OpenEmbedded build environment settings needed to
421 complete the build. 422 complete the build.
422 The script also creates the 423 The script also creates the
@@ -461,9 +462,9 @@
461 By default, the OpenEmbedded build system uses the RPM package manager. 462 By default, the OpenEmbedded build system uses the RPM package manager.
462 You can control this configuration by using the 463 You can control this configuration by using the
463 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></ulink></filename> variable. 464 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></ulink></filename> variable.
464 For additional package manager selection information, see 465 For additional package manager selection information, see the
465 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink>" 466 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink>"
466 in the Yocto Project Reference Manual. 467 section in the Yocto Project Reference Manual.
467 </para> 468 </para>
468 469
469 <para> 470 <para>
@@ -661,6 +662,11 @@
661 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture: 662 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
662 x86, x86-64, ppc, mips, or arm. 663 x86, x86-64, ppc, mips, or arm.
663 </literallayout> 664 </literallayout>
665 <note>
666 For the <filename>qemu</filename> architecture,
667 <filename>ext3</filename> and <filename>tar</filename>
668 files start with the "lib32" string.
669 </note>
664 </para> 670 </para>
665 </section> 671 </section>
666 672