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 07caed3132..80192a5322 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -34,7 +34,9 @@
34 You can use the Yocto Project, which uses the BitBake build tool, to develop complete Linux 34 You can use the Yocto Project, which uses the BitBake build tool, to develop complete Linux
35 images and associated user-space applications for architectures based on ARM, MIPS, PowerPC, 35 images and associated user-space applications for architectures based on ARM, MIPS, PowerPC,
36 x86 and x86-64. 36 x86 and x86-64.
37 You can perform target-level testing and debugging as well as test in a hardware emulated environment. 37 While the Yocto Project does not provide a strict testing framework,
38 it does provide or generate for you artifacts that let you perform target-level and
39 emulated testing and debugging.
38 And, if you are an Eclipse user, you can install an Eclipse Yocto Plug-in to allow you to 40 And, if you are an Eclipse user, you can install an Eclipse Yocto Plug-in to allow you to
39 develop within that familiar environment. 41 develop within that familiar environment.
40 </para> 42 </para>
@@ -195,8 +197,7 @@
195 197
196 <para>For example, the following transcript shows the steps to clone the 198 <para>For example, the following transcript shows the steps to clone the
197 <filename>meta-intel</filename> 199 <filename>meta-intel</filename>
198 Git repository inside the <filename>poky</filename> 200 Git repository inside the <filename>poky</filename> Git repository.
199 <filename>poky</filename> Git repository.
200 <literallayout class='monospaced'> 201 <literallayout class='monospaced'>
201 $cd poky 202 $cd poky
202 $ git clone git://git.yoctoproject.org/meta-intel.git 203 $ git clone git://git.yoctoproject.org/meta-intel.git