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.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 0d211807bc..3209cb29b7 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -32,7 +32,7 @@
32 32
33 <para> 33 <para>
34 You can use the OpenEmbedded build system, which uses 34 You can use the OpenEmbedded build system, which uses
35 <ulink url='&BITBAKE_DOCS_URL;'>BitBake</ulink>, to develop complete Linux 35 BitBake to develop complete Linux
36 images and associated user-space applications for architectures based on ARM, MIPS, PowerPC, 36 images and associated user-space applications for architectures based on ARM, MIPS, PowerPC,
37 x86 and x86-64. 37 x86 and x86-64.
38 While the Yocto Project does not provide a strict testing framework, 38 While the Yocto Project does not provide a strict testing framework,
@@ -277,8 +277,9 @@
277 a centralized tarball download directory through the 277 a centralized tarball download directory through the
278 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-DL_DIR'>DL_DIR</ulink></filename> variable.</para></listitem> 278 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-DL_DIR'>DL_DIR</ulink></filename> variable.</para></listitem>
279 <listitem><para>Build the image using the <filename>bitbake</filename> command. 279 <listitem><para>Build the image using the <filename>bitbake</filename> command.
280 If you want information on BitBake, see the user manual at 280 If you want information on BitBake, see the user manual inculded in the
281 <ulink url='&OE_DOCS_URL;/bitbake/html'></ulink>.</para></listitem> 281 <filename>bitbake/doc/manual</filename> directory of the
282 <link linkend='source-directory'>Source Directory</link>.</para></listitem>
282 <listitem><para>Run the image either on the actual hardware or using the QEMU 283 <listitem><para>Run the image either on the actual hardware or using the QEMU
283 emulator.</para></listitem> 284 emulator.</para></listitem>
284 </orderedlist> 285 </orderedlist>