diff options
-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 |