documentation/poky-ref-manual: Link updates

Pulling the "Common Tasks" chapter fromt YP Reference Manual
broke many links.  Each of these links had to be repaired so that
the link is to the YP Develepment Manual now, where the chapter
was moved to.

(From yocto-docs rev: 08176135b8ac856b8cf7872300ce41ada87fa486)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-02-06 09:15:58 -06:00 committed by Richard Purdie
parent f908723bc6
commit 797758c0d4
8 changed files with 16 additions and 18 deletions

View File

@ -203,8 +203,7 @@
<para> <para>
It is useful when making changes directly to the work directory files to do It is useful when making changes directly to the work directory files to do
so using the Quilt tool as detailed in the so using the Quilt tool as detailed in the
<link linkend='usingpoky-modifying-packages-quilt'> "<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.
Modifying Package Source Code with Quilt</link> section.
Using Quilt, you can copy patches into the recipe directory and use the patches directly Using Quilt, you can copy patches into the recipe directory and use the patches directly
through use of the <glossterm><link linkend='var-SRC_URI'>SRC_URI</link></glossterm> variable. through use of the <glossterm><link linkend='var-SRC_URI'>SRC_URI</link></glossterm> variable.
</para> </para>

View File

@ -138,9 +138,8 @@
<answer> <answer>
<para> <para>
To add a package, you need to create a BitBake recipe. To add a package, you need to create a BitBake recipe.
For information on how to add a package, see the For information on how to add a package, see the section
<link linkend='usingpoky-extend-addpkg'>Adding a Package</link> section "<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.
earlier in this manual.
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>

View File

@ -35,10 +35,6 @@
provides an overview of the components that make up the Yocto Project provides an overview of the components that make up the Yocto Project
followed by information about debugging images created in the Yocto Project. followed by information about debugging images created in the Yocto Project.
</para></listitem> </para></listitem>
<listitem><para><emphasis>
<link linkend='extendpoky'>Extending the Yocto Project</link>:</emphasis> This chapter
provides information about how to extend and customize the Yocto Project
along with advice on how to manage these changes.</para></listitem>
<listitem><para><emphasis> <listitem><para><emphasis>
<link linkend='technical-details'>Technical Details</link>:</emphasis> <link linkend='technical-details'>Technical Details</link>:</emphasis>
This chapter describes fundamental Yocto Project components as well as an explanation This chapter describes fundamental Yocto Project components as well as an explanation

View File

@ -86,7 +86,7 @@
<filename>meta/recipes-*/</filename> directory within Poky. <filename>meta/recipes-*/</filename> directory within Poky.
Adding extra content to <filename>BBFILES</filename> is best achieved through the use of Adding extra content to <filename>BBFILES</filename> is best achieved through the use of
BitBake layers as described in the BitBake layers as described in the
<link linkend='usingpoky-changes-layers'>BitBake Layers</link> section. "<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.
</para> </para>
<para> <para>

View File

@ -48,10 +48,11 @@
and <filename>libtool</filename>) bring standardization. and <filename>libtool</filename>) bring standardization.
This class defines a set of tasks (configure, compile etc.) that This class defines a set of tasks (configure, compile etc.) that
work for all Autotooled packages. work for all Autotooled packages.
It should usually be enough to define a few standard variables as documented in the It should usually be enough to define a few standard variables
<link linkend='usingpoky-extend-addpkg-autotools'>Autotooled Package</link> section and then simply <filename>inherit autotools</filename>.
and then simply <filename>inherit autotools</filename>.
This class can also work with software that emulates Autotools. This class can also work with software that emulates Autotools.
For more information, see the
"<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.
</para> </para>
<para> <para>

View File

@ -388,8 +388,8 @@
referred to as <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, is created. referred to as <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, is created.
Within this directory, the source is unpacked to Within this directory, the source is unpacked to
<filename>linux-qemux86-standard-build</filename> and then patched by Quilt <filename>linux-qemux86-standard-build</filename> and then patched by Quilt
(see the <link linkend="usingpoky-modifying-packages-quilt">Modifying Package Source Code (see the
With Quilt</link> section). "<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.
Within the <filename>linux-qemux86-standard-build</filename> directory, Within the <filename>linux-qemux86-standard-build</filename> directory,
standard Quilt directories <filename>linux-3.0/patches</filename> standard Quilt directories <filename>linux-3.0/patches</filename>
and <filename>linux-3.0/.pc</filename> are created, and <filename>linux-3.0/.pc</filename> are created,

View File

@ -375,8 +375,9 @@
<glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm> <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm>
<glossdef> <glossdef>
<para>Alias names used for the recipe in various Linux distributions.</para> <para>Alias names used for the recipe in various Linux distributions.</para>
<para>See <link linkend='usingpoky-configuring-DISTRO_PN_ALIAS'> <para>See the section
Handling a Package Name Alias</link> section for more information.</para> "<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
for more information.</para>
</glossdef> </glossdef>
</glossentry> </glossentry>

View File

@ -39,7 +39,9 @@
<para> <para>
BitBake knows how to combine multiple data sources together and refers to each data source BitBake knows how to combine multiple data sources together and refers to each data source
as a "<link linkend='usingpoky-changes-layers'>layer</link>". as a layer.
For information on layers, see the
"<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.
</para> </para>
<para> <para>