diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-24 11:57:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:26 +0100 |
commit | 0b87a83412ee70cac46e5cbbbbd0bca6e2becbf2 (patch) | |
tree | 98926cdfe7220a726022e8597e36e4ad7be9051c | |
parent | 09f68889738320359415c35da02cf7ab375f013a (diff) | |
download | poky-0b87a83412ee70cac46e5cbbbbd0bca6e2becbf2.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>
-rw-r--r-- | documentation/overview-manual/overview-manual-development-environment.xml | 8 |
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 |