diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 3 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index af5a97c780..eab563f3d0 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -547,7 +547,8 @@ | |||
547 | </literallayout></para></listitem> | 547 | </literallayout></para></listitem> |
548 | </itemizedlist> | 548 | </itemizedlist> |
549 | </para></listitem> | 549 | </para></listitem> |
550 | <listitem><para><emphasis>Build System:</emphasis> In the context of the Yocto Project, | 550 | <listitem><para id='build-system-term'><emphasis>Build System:</emphasis> |
551 | In the context of the Yocto Project, | ||
551 | this term refers to the OpenEmbedded build system used by the project. | 552 | this term refers to the OpenEmbedded build system used by the project. |
552 | This build system is based on the project known as "Poky." | 553 | This build system is based on the project known as "Poky." |
553 | For some historical information about Poky, see the | 554 | For some historical information about Poky, see the |
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index e84f4355bd..d506abb70f 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -24,7 +24,9 @@ | |||
24 | <para> | 24 | <para> |
25 | The Yocto Project is an open-source collaboration project focused on embedded Linux development. | 25 | The Yocto Project is an open-source collaboration project focused on embedded Linux development. |
26 | The project currently provides a build system that is | 26 | The project currently provides a build system that is |
27 | referred to as the OpenEmbedded build system in the Yocto Project documentation. | 27 | referred to as the |
28 | <link linkend='build-system-term'>OpenEmbedded build system</link> | ||
29 | in the Yocto Project documentation. | ||
28 | The Yocto Project provides various ancillary tools for the embedded developer | 30 | The Yocto Project provides various ancillary tools for the embedded developer |
29 | and also features the Sato reference User Interface, which is optimized for | 31 | and also features the Sato reference User Interface, which is optimized for |
30 | stylus driven, low-resolution screens. | 32 | stylus driven, low-resolution screens. |