summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml22
1 files changed, 18 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 36a3593c19..db989b7bfa 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -73,7 +73,7 @@
73 </para></listitem> 73 </para></listitem>
74 <listitem><para><emphasis>Packages:</emphasis> The OpenEmbedded build system 74 <listitem><para><emphasis>Packages:</emphasis> The OpenEmbedded build system
75 requires that certain packages exist on your development system (e.g. Python 2.7). 75 requires that certain packages exist on your development system (e.g. Python 2.7).
76 See "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>" 76 See "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>"
77 section in the Yocto Project Quick Start and the 77 section in the Yocto Project Quick Start and the
78 "<ulink url='&YOCTO_DOCS_REF_URL;#required-packages-for-the-host-development-system'>Required Packages for the Host Development System</ulink>" 78 "<ulink url='&YOCTO_DOCS_REF_URL;#required-packages-for-the-host-development-system'>Required Packages for the Host Development System</ulink>"
79 section in the Yocto Project Reference Manual for the exact 79 section in the Yocto Project Reference Manual for the exact
@@ -125,6 +125,20 @@
125 wiki page</ulink>, which describes how to create local 125 wiki page</ulink>, which describes how to create local
126 Git repositories for both 126 Git repositories for both
127 <filename>poky</filename> and <filename>meta-intel</filename>. 127 <filename>poky</filename> and <filename>meta-intel</filename>.
128 </para>
129 <para>
130 You can also get the Yocto Project Files by downloading
131 Yocto Project releases from the
132 <ulink url="&YOCTO_HOME_URL;">Yocto Project website</ulink>.
133 From the website, you just click "Downloads" in the navigation
134 pane to the left to display all Yocto Project downloads.
135 Current and archived releases are available for download.
136 Nightly and developmental builds are also maintained at
137 <ulink url="&YOCTO_AB_NIGHTLY_URL;"></ulink>.
138 One final site you can visit for information on Yocto Project
139 releases is the
140 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
141 wiki.
128 </para></listitem> 142 </para></listitem>
129 <listitem id='local-kernel-files'><para><emphasis>Yocto Project Kernel:</emphasis> 143 <listitem id='local-kernel-files'><para><emphasis>Yocto Project Kernel:</emphasis>
130 If you are going to be making modifications to a supported Yocto Project kernel, you 144 If you are going to be making modifications to a supported Yocto Project kernel, you
@@ -277,7 +291,7 @@
277 <para> 291 <para>
278 The build process creates an entire Linux distribution, including the toolchain, from source. 292 The build process creates an entire Linux distribution, including the toolchain, from source.
279 For more information on this topic, see the 293 For more information on this topic, see the
280 "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" 294 "<ulink url='&YOCTO_DOCS_QS_URL;#qs-building-images'>Building Images</ulink>"
281 section in the Yocto Project Quick Start. 295 section in the Yocto Project Quick Start.
282 </para> 296 </para>
283 297
@@ -349,8 +363,8 @@
349 by sourcing an environment setup script. 363 by sourcing an environment setup script.
350 Finally, you start the QEMU emulator. 364 Finally, you start the QEMU emulator.
351 You can find details on all these steps in the 365 You can find details on all these steps in the
352 "<ulink url='&YOCTO_DOCS_QS_URL;#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" 366 "<ulink url='&YOCTO_DOCS_QS_URL;#using-pre-built'>Example Using Pre-Built Binaries and QEMU</ulink>"
353 section of the Yocto Project Quick Start. 367 section of the Yocto Project Application Developer's Guide.
354 You can learn more about using QEMU with the Yocto Project in the 368 You can learn more about using QEMU with the Yocto Project in the
355 "<link linkend='dev-manual-qemu'>Using the Quick EMUlator (QEMU)</link>" 369 "<link linkend='dev-manual-qemu'>Using the Quick EMUlator (QEMU)</link>"
356 section. 370 section.