diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-12 11:36:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:13 +0100 |
commit | 5e82a9d95efa58f3ea28f9552c26f7721f9714ab (patch) | |
tree | c148ffe1f11080ad0c242216ef5783a61c5acee8 /documentation/overview-manual | |
parent | 1b877bc9dd3e9048489e6868020876af812cfa5e (diff) | |
download | poky-5e82a9d95efa58f3ea28f9552c26f7721f9714ab.tar.gz |
overview-manual: Review feedback applied
Minor wordings based on Stephano's feedback.
(From yocto-docs rev: 4aa7aa0e9c7d8e554771743ecabdf0e64f3884e0)
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.xml | 2 | ||||
-rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.xml | 15 |
2 files changed, 10 insertions, 7 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.xml b/documentation/overview-manual/overview-manual-development-environment.xml index 7bcf87ffd9..f45dd1b39e 100644 --- a/documentation/overview-manual/overview-manual-development-environment.xml +++ b/documentation/overview-manual/overview-manual-development-environment.xml | |||
@@ -205,7 +205,7 @@ | |||
205 | <para> | 205 | <para> |
206 | The Yocto Project team maintains complete source repositories for all | 206 | The Yocto Project team maintains complete source repositories for all |
207 | Yocto Project files at | 207 | Yocto Project files at |
208 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'></ulink>. | 208 | <ulink url='&YOCTO_GIT_URL;'></ulink>. |
209 | This web-based source code browser is organized into categories by | 209 | This web-based source code browser is organized into categories by |
210 | function such as IDE Plugins, Matchbox, Poky, Yocto Linux Kernel, and | 210 | function such as IDE Plugins, Matchbox, Poky, Yocto Linux Kernel, and |
211 | so forth. | 211 | so forth. |
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml index c38de74fd1..03ba662bc3 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.xml +++ b/documentation/overview-manual/overview-manual-yp-intro.xml | |||
@@ -25,11 +25,11 @@ | |||
25 | Project provides advantages in both systems and applications | 25 | Project provides advantages in both systems and applications |
26 | development, archival and management benefits, and customizations | 26 | development, archival and management benefits, and customizations |
27 | used for speed, footprint, and memory utilization. | 27 | used for speed, footprint, and memory utilization. |
28 | The project is a standard when it comes to delivering hardware | 28 | The project is a standard when it comes to delivering embedded |
29 | support and software stacks, allowing software configuration | 29 | software stacks. |
30 | and build interchange, and build and support customizations for | 30 | The project allows software customizations and build interchange |
31 | multiple hardware platforms and software stacks that can be | 31 | for multiple hardware platforms as well as software stacks that |
32 | maintained and scaled. | 32 | can be maintained and scaled. |
33 | </para> | 33 | </para> |
34 | 34 | ||
35 | <para id='yp-key-dev-elements'> | 35 | <para id='yp-key-dev-elements'> |
@@ -568,7 +568,10 @@ | |||
568 | and quality assurance (QA). | 568 | and quality assurance (QA). |
569 | By using the public AutoBuilder, anyone can determine | 569 | By using the public AutoBuilder, anyone can determine |
570 | the status of the current "master" branch of Poky. | 570 | the status of the current "master" branch of Poky. |
571 | </para> | 571 | <note> |
572 | AutoBuilder is based on | ||
573 | <ulink url='https://buildbot.net/'>buildbot</ulink>. | ||
574 | </note></para> | ||
572 | 575 | ||
573 | <para>A goal of the Yocto Project is to lead the | 576 | <para>A goal of the Yocto Project is to lead the |
574 | open source industry with a project that automates | 577 | open source industry with a project that automates |