diff options
-rw-r--r-- | documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml | 11 | ||||
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 2 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 4 | ||||
-rw-r--r-- | documentation/getting-started/getting-started-concepts.xml | 2 | ||||
-rw-r--r-- | documentation/getting-started/getting-started-intro.xml | 4 | ||||
-rw-r--r-- | documentation/getting-started/getting-started.xml | 8 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-concepts-appx.xml | 4 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 3 | ||||
-rw-r--r-- | documentation/ref-manual/faq.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/ref-system-requirements.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/ref-terms.xml | 4 | ||||
-rw-r--r-- | documentation/toaster-manual/toaster-manual-reference.xml | 2 | ||||
-rw-r--r-- | documentation/tools/mega-manual.sed | 2 |
15 files changed, 30 insertions, 28 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml index f7e0d17d4c..f0e9afb7c6 100644 --- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml | |||
@@ -52,8 +52,7 @@ | |||
52 | <para> | 52 | <para> |
53 | If you want more conceptual or background information on the | 53 | If you want more conceptual or background information on the |
54 | Yocto Project, see the | 54 | Yocto Project, see the |
55 | <ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project</ulink> | 55 | <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>. |
56 | manual. | ||
57 | </para> | 56 | </para> |
58 | </section> | 57 | </section> |
59 | 58 | ||
@@ -301,13 +300,15 @@ | |||
301 | the beginner. | 300 | the beginner. |
302 | </para></listitem> | 301 | </para></listitem> |
303 | <listitem><para> | 302 | <listitem><para> |
304 | <emphasis>Getting Started With Yocto Project:</emphasis> | 303 | <emphasis>Yocto Project Overview and Concepts Manual:</emphasis> |
305 | The | 304 | The |
306 | <ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project</ulink> | 305 | <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink> |
307 | manual is a great place to start to learn about the | 306 | is a great place to start to learn about the |
308 | Yocto Project. | 307 | Yocto Project. |
309 | This manual introduces you to the Yocto Project and its | 308 | This manual introduces you to the Yocto Project and its |
310 | development environment. | 309 | development environment. |
310 | The manual also provides conceptual information for | ||
311 | various aspects of the Yocto Project. | ||
311 | </para></listitem> | 312 | </para></listitem> |
312 | <listitem><para> | 313 | <listitem><para> |
313 | <emphasis>Yocto Project Wiki:</emphasis> | 314 | <emphasis>Yocto Project Wiki:</emphasis> |
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 297478d656..6150985769 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -1057,8 +1057,8 @@ | |||
1057 | OpenEmbedded build system knows about. | 1057 | OpenEmbedded build system knows about. |
1058 | For more information on layers, see the | 1058 | For more information on layers, see the |
1059 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 1059 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
1060 | section in the Getting Started With Yocto Project | 1060 | section in the Yocto Project Overview and Concepts |
1061 | manual. | 1061 | Manual. |
1062 | You can also reference the | 1062 | You can also reference the |
1063 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | 1063 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
1064 | section in the Yocto Project Development Tasks | 1064 | section in the Yocto Project Development Tasks |
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index d273eaedd9..fd1734beec 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -25,7 +25,7 @@ | |||
25 | For introductory information on the Yocto Project Layer Model, | 25 | For introductory information on the Yocto Project Layer Model, |
26 | see the | 26 | see the |
27 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 27 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
28 | section in the Getting Started With Yocto Project manual. | 28 | section in the Yocto Project Overview and Concepts Manual. |
29 | </para> | 29 | </para> |
30 | 30 | ||
31 | <section id='creating-your-own-layer'> | 31 | <section id='creating-your-own-layer'> |
@@ -1856,7 +1856,7 @@ | |||
1856 | <para> | 1856 | <para> |
1857 | You can find more information about the build process in | 1857 | You can find more information about the build process in |
1858 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" | 1858 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" |
1859 | chapter of the Getting Started With Yocto Project manual. | 1859 | chapter of the Yocto Project Overview and Concepts Manual. |
1860 | </para> | 1860 | </para> |
1861 | </section> | 1861 | </section> |
1862 | 1862 | ||
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 0965cd5cf6..d6d95d6ee3 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -550,7 +550,7 @@ | |||
550 | You do this by pushing to a contribution repository that is upstream. | 550 | You do this by pushing to a contribution repository that is upstream. |
551 | See the | 551 | See the |
552 | "<ulink url='&YOCTO_DOCS_GS_URL;#workflows'>Workflows</ulink>" | 552 | "<ulink url='&YOCTO_DOCS_GS_URL;#workflows'>Workflows</ulink>" |
553 | section in the Getting Started With Yocto Project manual for additional | 553 | section in the Yocto Project Overview and Concepts Manual for additional |
554 | concepts on working in the Yocto Project development environment. | 554 | concepts on working in the Yocto Project development environment. |
555 | </para> | 555 | </para> |
556 | 556 | ||
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 30fdb6be5c..f7f274bc8d 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -261,12 +261,12 @@ | |||
261 | For concepts and introductory information about Git as it | 261 | For concepts and introductory information about Git as it |
262 | is used in the Yocto Project, see the | 262 | is used in the Yocto Project, see the |
263 | "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" | 263 | "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" |
264 | section in the Getting Started With Yocto Project manual. | 264 | section in the Yocto Project Overview and Concepts Manual. |
265 | </para></listitem> | 265 | </para></listitem> |
266 | <listitem><para> | 266 | <listitem><para> |
267 | For concepts on Yocto Project source repositories, see the | 267 | For concepts on Yocto Project source repositories, see the |
268 | "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" | 268 | "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" |
269 | section in the Getting Started With Yocto Project manual." | 269 | section in the Yocto Project Overview and Concepts Manual." |
270 | </para></listitem> | 270 | </para></listitem> |
271 | </itemizedlist> | 271 | </itemizedlist> |
272 | </note> | 272 | </note> |
diff --git a/documentation/getting-started/getting-started-concepts.xml b/documentation/getting-started/getting-started-concepts.xml index a534deafee..b7b31b33d9 100644 --- a/documentation/getting-started/getting-started-concepts.xml +++ b/documentation/getting-started/getting-started-concepts.xml | |||
@@ -204,7 +204,7 @@ | |||
204 | For more introductory information on the Yocto Project's layer | 204 | For more introductory information on the Yocto Project's layer |
205 | model, see the | 205 | model, see the |
206 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 206 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
207 | section in the Getting Started With Yocto Project manual. | 207 | section in the Yocto Project Overview and Concepts Manual. |
208 | For procedures on how to create layers, see the | 208 | For procedures on how to create layers, see the |
209 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | 209 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
210 | section in the Yocto Project Development Tasks Manual. | 210 | section in the Yocto Project Development Tasks Manual. |
diff --git a/documentation/getting-started/getting-started-intro.xml b/documentation/getting-started/getting-started-intro.xml index 56c4fb92e9..dcda2ab6db 100644 --- a/documentation/getting-started/getting-started-intro.xml +++ b/documentation/getting-started/getting-started-intro.xml | |||
@@ -4,12 +4,12 @@ | |||
4 | 4 | ||
5 | <chapter id='overview-manual-intro'> | 5 | <chapter id='overview-manual-intro'> |
6 | 6 | ||
7 | <title>The Getting Started With Yocto Project Manual</title> | 7 | <title>The Yocto Project Overview and Concepts Manual</title> |
8 | <section id='getting-started-welcome'> | 8 | <section id='getting-started-welcome'> |
9 | <title>Welcome</title> | 9 | <title>Welcome</title> |
10 | 10 | ||
11 | <para> | 11 | <para> |
12 | Welcome to the Getting Started With Yocto Project manual! | 12 | Welcome to the Yocto Project Overview and Concepts Manual! |
13 | This manual introduces the Yocto Project by providing concepts, | 13 | This manual introduces the Yocto Project by providing concepts, |
14 | software overviews, best-known-methods (BKMs), and any other | 14 | software overviews, best-known-methods (BKMs), and any other |
15 | high-level introductory information suitable for a new Yocto | 15 | high-level introductory information suitable for a new Yocto |
diff --git a/documentation/getting-started/getting-started.xml b/documentation/getting-started/getting-started.xml index 19f869eb21..cb5d0f5662 100644 --- a/documentation/getting-started/getting-started.xml +++ b/documentation/getting-started/getting-started.xml | |||
@@ -17,7 +17,7 @@ | |||
17 | </mediaobject> | 17 | </mediaobject> |
18 | 18 | ||
19 | <title> | 19 | <title> |
20 | Getting Started With Yocto Project | 20 | Yocto Project Overview and Concepts Manual |
21 | </title> | 21 | </title> |
22 | 22 | ||
23 | <authorgroup> | 23 | <authorgroup> |
@@ -54,8 +54,8 @@ | |||
54 | <itemizedlist> | 54 | <itemizedlist> |
55 | <listitem><para> | 55 | <listitem><para> |
56 | This version of the | 56 | This version of the |
57 | <emphasis>Getting Started With Yocto Project</emphasis> | 57 | <emphasis>Yocto Project Overview and Concepts Manual</emphasis> |
58 | manual is for the &YOCTO_DOC_VERSION; release of the | 58 | is for the &YOCTO_DOC_VERSION; release of the |
59 | Yocto Project. | 59 | Yocto Project. |
60 | To be sure you have the latest version of the manual | 60 | To be sure you have the latest version of the manual |
61 | for this release, go to the | 61 | for this release, go to the |
@@ -100,6 +100,8 @@ | |||
100 | 100 | ||
101 | <xi:include href="getting-started-development-environment.xml"/> | 101 | <xi:include href="getting-started-development-environment.xml"/> |
102 | 102 | ||
103 | <xi:include href="getting-started-concepts.xml" /> | ||
104 | |||
103 | </book> | 105 | </book> |
104 | <!-- | 106 | <!-- |
105 | vim: expandtab tw=80 ts=4 | 107 | vim: expandtab tw=80 ts=4 |
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.xml b/documentation/kernel-dev/kernel-dev-concepts-appx.xml index 9105f43aef..46b5df0773 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.xml +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.xml | |||
@@ -240,8 +240,8 @@ | |||
240 | You can also get an introduction to Git as it | 240 | You can also get an introduction to Git as it |
241 | applies to the Yocto Project in the | 241 | applies to the Yocto Project in the |
242 | "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" | 242 | "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" |
243 | section in the Getting Started With Yocto Project | 243 | section in the Yocto Project Overview and Concepts |
244 | manual. | 244 | Manual. |
245 | The latter reference provides an overview of | 245 | The latter reference provides an overview of |
246 | Git and presents a minimal set of Git commands | 246 | Git and presents a minimal set of Git commands |
247 | that allows you to be functional using Git. | 247 | that allows you to be functional using Git. |
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index 00763ec7e0..ab087ce529 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml | |||
@@ -112,8 +112,7 @@ | |||
112 | document. | 112 | document. |
113 | </para></listitem> | 113 | </para></listitem> |
114 | <listitem><para> | 114 | <listitem><para> |
115 | <ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project</ulink> | 115 | <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>. |
116 | manual. | ||
117 | </para></listitem> | 116 | </para></listitem> |
118 | <listitem><para> | 117 | <listitem><para> |
119 | <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename> workflow</ulink> | 118 | <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename> workflow</ulink> |
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index 394ae9bc6e..770162c0ef 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml | |||
@@ -418,7 +418,7 @@ | |||
418 | <para> | 418 | <para> |
419 | You can find more information on licensing in the | 419 | You can find more information on licensing in the |
420 | "<ulink url='&YOCTO_DOCS_GS_URL;#licensing'>Licensing</ulink>" | 420 | "<ulink url='&YOCTO_DOCS_GS_URL;#licensing'>Licensing</ulink>" |
421 | section in the Getting Started With Yocto Project manual | 421 | section in the Yocto Project Overview and Concepts Manual |
422 | and also in the | 422 | and also in the |
423 | "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>" | 423 | "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>" |
424 | section in the Yocto Project Development Tasks Manual. | 424 | section in the Yocto Project Development Tasks Manual. |
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index 82324bd9b6..cc6a172bf9 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml | |||
@@ -22,7 +22,7 @@ | |||
22 | For introductory information on the Yocto Project, see the | 22 | For introductory information on the Yocto Project, see the |
23 | <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and the | 23 | <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and the |
24 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>" | 24 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>" |
25 | chapter in the Getting Started With Yocto Project manual. | 25 | chapter in the Yocto Project Overview and Concepts Manual. |
26 | </para> | 26 | </para> |
27 | 27 | ||
28 | <para> | 28 | <para> |
diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml index aebd6e2ba2..31bcbe6e0b 100644 --- a/documentation/ref-manual/ref-terms.xml +++ b/documentation/ref-manual/ref-terms.xml | |||
@@ -246,7 +246,7 @@ | |||
246 | 246 | ||
247 | <para>For introductory information on layers, see the | 247 | <para>For introductory information on layers, see the |
248 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 248 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
249 | section in the Getting Started With Yocto Project manual. | 249 | section in the Yocto Project Overview and Concepts Manual. |
250 | For more detailed information on layers, see the | 250 | For more detailed information on layers, see the |
251 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | 251 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
252 | section in the Yocto Project Development Tasks Manual. | 252 | section in the Yocto Project Development Tasks Manual. |
@@ -471,7 +471,7 @@ | |||
471 | <para>For more information on concepts related to Git | 471 | <para>For more information on concepts related to Git |
472 | repositories, branches, and tags, see the | 472 | repositories, branches, and tags, see the |
473 | "<ulink url='&YOCTO_DOCS_GS_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>" | 473 | "<ulink url='&YOCTO_DOCS_GS_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>" |
474 | section in the Getting Started With Yocto Project manual. | 474 | section in the Yocto Project Overview and Concepts Manual. |
475 | </para></listitem> | 475 | </para></listitem> |
476 | <listitem><para><emphasis>Task:</emphasis> | 476 | <listitem><para><emphasis>Task:</emphasis> |
477 | A unit of execution for BitBake (e.g. | 477 | A unit of execution for BitBake (e.g. |
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml index 865f40904b..ae4e95a472 100644 --- a/documentation/toaster-manual/toaster-manual-reference.xml +++ b/documentation/toaster-manual/toaster-manual-reference.xml | |||
@@ -93,7 +93,7 @@ | |||
93 | <para> | 93 | <para> |
94 | For general information on layers, see the | 94 | For general information on layers, see the |
95 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 95 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
96 | section in the Getting Started With Yocto Project manual. | 96 | section in the Yocto Project Overview and Concepts Manual. |
97 | For information on how to create layers, see the | 97 | For information on how to create layers, see the |
98 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | 98 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
99 | section in the Yocto Project Development Tasks Manual. | 99 | section in the Yocto Project Development Tasks Manual. |
diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index 436c732b57..f93adba725 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed | |||
@@ -27,7 +27,7 @@ s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/toaster-manual\/toaste | |||
27 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/brief-yoctoprojectqs\/brief-yoctoprojectqs.html" target="_top">Yocto Project Quick Build<\/a>/Yocto Project Quick Build/g | 27 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/brief-yoctoprojectqs\/brief-yoctoprojectqs.html" target="_top">Yocto Project Quick Build<\/a>/Yocto Project Quick Build/g |
28 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/yocto-project-qs\/yocto-project-qs.html" target="_top">Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g | 28 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/yocto-project-qs\/yocto-project-qs.html" target="_top">Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g |
29 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/dev-manual\/dev-manual.html" target="_top">Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g | 29 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/dev-manual\/dev-manual.html" target="_top">Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g |
30 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/getting-started\/getting-started.html" target="_top">Getting Started With Yocto Project<\/a>/Getting Started With Yocto Project/g | 30 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/getting-started\/getting-started.html" target="_top">Yocto Project Overview and Concepts Manual<\/a>/Yocto project Overview and Concepts Manual/g |
31 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/sdk-manual\/sdk-manual.html" target="_top">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g | 31 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/sdk-manual\/sdk-manual.html" target="_top">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g |
32 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/bsp-guide\/bsp-guide.html" target="_top">Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g | 32 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/bsp-guide\/bsp-guide.html" target="_top">Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g |
33 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/profile-manual\/profile-manual.html" target="_top">Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g | 33 | s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/profile-manual\/profile-manual.html" target="_top">Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g |