summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-24 11:57:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:58 +0100
commitf62a1b5e3ed4c9ff7dab3a4bfb45669623962052 (patch)
tree938a4c2072da8b8370d80e560afb6b4f4f7cb806 /documentation/overview-manual
parent5b267a7c3cd5935bf80eef90344ffd1252406a8a (diff)
downloadpoky-f62a1b5e3ed4c9ff7dab3a4bfb45669623962052.tar.gz
overview-manual: Grammar fix and link to build system added.
(From yocto-docs rev: 3130b38b638c8487032f3732afdd6954ab6bbfad) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/overview-manual-development-environment.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.xml b/documentation/overview-manual/overview-manual-development-environment.xml
index b990852752..e31c0a2ea7 100644
--- a/documentation/overview-manual/overview-manual-development-environment.xml
+++ b/documentation/overview-manual/overview-manual-development-environment.xml
@@ -119,10 +119,10 @@
119 <itemizedlist> 119 <itemizedlist>
120 <listitem><para> 120 <listitem><para>
121 <emphasis>Command Lines, BitBake, and Shells:</emphasis> 121 <emphasis>Command Lines, BitBake, and Shells:</emphasis>
122 Traditional development in the Yocto Project involves using 122 Traditional development in the Yocto Project involves using the
123 OpenEmbedded build system, which uses BitBake, in a 123 <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>,
124 command-line environment from a shell on your development 124 which uses BitBake, in a command-line environment from a shell
125 host. 125 on your development host.
126 You can accomplish this from a host that is a native Linux 126 You can accomplish this from a host that is a native Linux
127 machine or from a host that has been set up with CROPS. 127 machine or from a host that has been set up with CROPS.
128 Either way, you create, modify, and build images and 128 Either way, you create, modify, and build images and