diff options
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 3 | ||||
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 5 | ||||
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 7 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-structure.xml | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 5 | ||||
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 4 |
8 files changed, 16 insertions, 18 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index f6861ed5aa..934b88efd1 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
@@ -203,8 +203,7 @@ | |||
203 | <para> | 203 | <para> |
204 | It is useful when making changes directly to the work directory files to do | 204 | It is useful when making changes directly to the work directory files to do |
205 | so using the Quilt tool as detailed in the | 205 | so using the Quilt tool as detailed in the |
206 | <link linkend='usingpoky-modifying-packages-quilt'> | 206 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-modifying-packages-quilt'>Modifying Package Source Code with Quilt</ulink>" section in the Yocto Project Development Manual. |
207 | Modifying Package Source Code with Quilt</link> section. | ||
208 | Using Quilt, you can copy patches into the recipe directory and use the patches directly | 207 | Using Quilt, you can copy patches into the recipe directory and use the patches directly |
209 | through use of the <glossterm><link linkend='var-SRC_URI'>SRC_URI</link></glossterm> variable. | 208 | through use of the <glossterm><link linkend='var-SRC_URI'>SRC_URI</link></glossterm> variable. |
210 | </para> | 209 | </para> |
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 1f4448d463..a526f619b8 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml | |||
@@ -138,9 +138,8 @@ | |||
138 | <answer> | 138 | <answer> |
139 | <para> | 139 | <para> |
140 | To add a package, you need to create a BitBake recipe. | 140 | To add a package, you need to create a BitBake recipe. |
141 | For information on how to add a package, see the | 141 | For information on how to add a package, see the section |
142 | <link linkend='usingpoky-extend-addpkg'>Adding a Package</link> section | 142 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-extend-addpkg'>Adding a Package</ulink>" in the Yocto Project Development Manual. |
143 | earlier in this manual. | ||
144 | </para> | 143 | </para> |
145 | </answer> | 144 | </answer> |
146 | </qandaentry> | 145 | </qandaentry> |
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 364326b97f..016ddc827b 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml | |||
@@ -36,10 +36,6 @@ | |||
36 | followed by information about debugging images created in the Yocto Project. | 36 | followed by information about debugging images created in the Yocto Project. |
37 | </para></listitem> | 37 | </para></listitem> |
38 | <listitem><para><emphasis> | 38 | <listitem><para><emphasis> |
39 | <link linkend='extendpoky'>Extending the Yocto Project</link>:</emphasis> This chapter | ||
40 | provides information about how to extend and customize the Yocto Project | ||
41 | along with advice on how to manage these changes.</para></listitem> | ||
42 | <listitem><para><emphasis> | ||
43 | <link linkend='technical-details'>Technical Details</link>:</emphasis> | 39 | <link linkend='technical-details'>Technical Details</link>:</emphasis> |
44 | This chapter describes fundamental Yocto Project components as well as an explanation | 40 | This chapter describes fundamental Yocto Project components as well as an explanation |
45 | behind how the Yocto Project uses shared state (sstate) cache to speed build time. | 41 | behind how the Yocto Project uses shared state (sstate) cache to speed build time. |
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 6b058008fc..ffdda431f5 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml | |||
@@ -86,7 +86,7 @@ | |||
86 | <filename>meta/recipes-*/</filename> directory within Poky. | 86 | <filename>meta/recipes-*/</filename> directory within Poky. |
87 | Adding extra content to <filename>BBFILES</filename> is best achieved through the use of | 87 | Adding extra content to <filename>BBFILES</filename> is best achieved through the use of |
88 | BitBake layers as described in the | 88 | BitBake layers as described in the |
89 | <link linkend='usingpoky-changes-layers'>BitBake Layers</link> section. | 89 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" section of the Yocto Project Development Manual. |
90 | </para> | 90 | </para> |
91 | 91 | ||
92 | <para> | 92 | <para> |
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index fbdd0787b0..9eb0901aff 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml | |||
@@ -48,10 +48,11 @@ | |||
48 | and <filename>libtool</filename>) bring standardization. | 48 | and <filename>libtool</filename>) bring standardization. |
49 | This class defines a set of tasks (configure, compile etc.) that | 49 | This class defines a set of tasks (configure, compile etc.) that |
50 | work for all Autotooled packages. | 50 | work for all Autotooled packages. |
51 | It should usually be enough to define a few standard variables as documented in the | 51 | It should usually be enough to define a few standard variables |
52 | <link linkend='usingpoky-extend-addpkg-autotools'>Autotooled Package</link> section | 52 | and then simply <filename>inherit autotools</filename>. |
53 | and then simply <filename>inherit autotools</filename>. | ||
54 | This class can also work with software that emulates Autotools. | 53 | This class can also work with software that emulates Autotools. |
54 | For more information, see the | ||
55 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-extend-addpkg-autotools'>Autotooled Package</ulink>" section in the Yocto Project Development Manual. | ||
55 | </para> | 56 | </para> |
56 | 57 | ||
57 | <para> | 58 | <para> |
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index 6c502a73dd..f35e2d7400 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml | |||
@@ -388,8 +388,8 @@ | |||
388 | referred to as <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, is created. | 388 | referred to as <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, is created. |
389 | Within this directory, the source is unpacked to | 389 | Within this directory, the source is unpacked to |
390 | <filename>linux-qemux86-standard-build</filename> and then patched by Quilt | 390 | <filename>linux-qemux86-standard-build</filename> and then patched by Quilt |
391 | (see the <link linkend="usingpoky-modifying-packages-quilt">Modifying Package Source Code | 391 | (see the |
392 | With Quilt</link> section). | 392 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-modifying-packages-quilt'>Modifying Package Source Code with Quilt</ulink>" section in the Yocto Project Development Manual. |
393 | Within the <filename>linux-qemux86-standard-build</filename> directory, | 393 | Within the <filename>linux-qemux86-standard-build</filename> directory, |
394 | standard Quilt directories <filename>linux-3.0/patches</filename> | 394 | standard Quilt directories <filename>linux-3.0/patches</filename> |
395 | and <filename>linux-3.0/.pc</filename> are created, | 395 | and <filename>linux-3.0/.pc</filename> are created, |
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index d526981a1e..529c5ec597 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -375,8 +375,9 @@ | |||
375 | <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm> | 375 | <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm> |
376 | <glossdef> | 376 | <glossdef> |
377 | <para>Alias names used for the recipe in various Linux distributions.</para> | 377 | <para>Alias names used for the recipe in various Linux distributions.</para> |
378 | <para>See <link linkend='usingpoky-configuring-DISTRO_PN_ALIAS'> | 378 | <para>See the section |
379 | Handling a Package Name Alias</link> section for more information.</para> | 379 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-configuring-DISTRO_PN_ALIAS'>Handling a Package Name Alias</ulink>" in the Yocto Project Development Manual |
380 | for more information.</para> | ||
380 | </glossdef> | 381 | </glossdef> |
381 | </glossentry> | 382 | </glossentry> |
382 | 383 | ||
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index 965d967b05..833b355336 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -39,7 +39,9 @@ | |||
39 | 39 | ||
40 | <para> | 40 | <para> |
41 | BitBake knows how to combine multiple data sources together and refers to each data source | 41 | BitBake knows how to combine multiple data sources together and refers to each data source |
42 | as a "<link linkend='usingpoky-changes-layers'>layer</link>". | 42 | as a layer. |
43 | For information on layers, see the | ||
44 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" section of the Yocto Project Development Manual. | ||
43 | </para> | 45 | </para> |
44 | 46 | ||
45 | <para> | 47 | <para> |