summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-13 10:10:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-13 21:48:38 +0100
commita45fafcada16756ce05b50641168ab10b12e184f (patch)
treeee5cbfbd9284043f7061dbe1e14e8b2049ba8fea /documentation
parent2f1d30ad6564d4f5848778eeba0bbcd0e89a3fb8 (diff)
downloadast2050-yocto-poky-a45fafcada16756ce05b50641168ab10b12e184f.zip
ast2050-yocto-poky-a45fafcada16756ce05b50641168ab10b12e184f.tar.gz
documentation/dev-manual/dev-manual-start.xml: Suggestions by Robert Berger
Fixed a type and also qualified the ability of YP as a testing environment. (From yocto-docs rev: e158615eba04709e05cccaf29238bde6c9843671) 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/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 07caed3..80192a5 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -34,7 +34,9 @@
You can use the Yocto Project, which uses the BitBake build tool, to develop complete Linux
images and associated user-space applications for architectures based on ARM, MIPS, PowerPC,
x86 and x86-64.
- You can perform target-level testing and debugging as well as test in a hardware emulated environment.
+ While the Yocto Project does not provide a strict testing framework,
+ it does provide or generate for you artifacts that let you perform target-level and
+ emulated testing and debugging.
And, if you are an Eclipse user, you can install an Eclipse Yocto Plug-in to allow you to
develop within that familiar environment.
</para>
@@ -195,8 +197,7 @@
<para>For example, the following transcript shows the steps to clone the
<filename>meta-intel</filename>
- Git repository inside the <filename>poky</filename>
- <filename>poky</filename> Git repository.
+ Git repository inside the <filename>poky</filename> Git repository.
<literallayout class='monospaced'>
$cd poky
$ git clone git://git.yoctoproject.org/meta-intel.git
OpenPOWER on IntegriCloud