diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-03 14:46:31 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:05:50 +0000 |
| commit | d5848aa719d3e25585d124e7296c1147d000b91b (patch) | |
| tree | e940502a285cbfbf946ab07e38ba4b328a570b5b /documentation/dev-manual/dev-manual-model.xml | |
| parent | 9edf601d2d078c43863f625f326118835de74540 (diff) | |
| download | poky-d5848aa719d3e25585d124e7296c1147d000b91b.tar.gz | |
documentation: cross-manual links hard-coded for 1.1.1 release.
All the links to any YP manual for the 1.1.1 release now use
"http://www.yoctoproject.org/docs/1.1.1/....".
(From yocto-docs rev: 178d16e8693550341a4d307e36af934ce0bfe4c3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index d95382617a..bb36fd2bd6 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | For a user-space application development example that uses the | 24 | For a user-space application development example that uses the |
| 25 | <trademark class='trade'>Eclipse</trademark> IDE, | 25 | <trademark class='trade'>Eclipse</trademark> IDE, |
| 26 | see the | 26 | see the |
| 27 | <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'> | 27 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html'> |
| 28 | The Yocto Project Application Development Toolkit (ADT) User's Guide</ulink>. | 28 | The Yocto Project Application Development Toolkit (ADT) User's Guide</ulink>. |
| 29 | </para> | 29 | </para> |
| 30 | 30 | ||
| @@ -79,8 +79,8 @@ | |||
| 79 | <orderedlist> | 79 | <orderedlist> |
| 80 | <listitem><para><emphasis>Set up your host development system to support | 80 | <listitem><para><emphasis>Set up your host development system to support |
| 81 | development using the Yocto Project</emphasis>: See the | 81 | development using the Yocto Project</emphasis>: See the |
| 82 | "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and the | 82 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and the |
| 83 | "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both | 83 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both |
| 84 | in the Yocto Project Quick Start for requirements.</para></listitem> | 84 | in the Yocto Project Quick Start for requirements.</para></listitem> |
| 85 | <listitem><para><emphasis>Establish a local copy of the Yocto Project files on your | 85 | <listitem><para><emphasis>Establish a local copy of the Yocto Project files on your |
| 86 | system</emphasis>: You need to have the Yocto Project files available on your host system. | 86 | system</emphasis>: You need to have the Yocto Project files available on your host system. |
| @@ -137,7 +137,7 @@ | |||
| 137 | N450, and Sugar Bay are isolated.</note> | 137 | N450, and Sugar Bay are isolated.</note> |
| 138 | <para>When you set up a layer for a new BSP, you should follow a standard layout. | 138 | <para>When you set up a layer for a new BSP, you should follow a standard layout. |
| 139 | This layout is described in the section | 139 | This layout is described in the section |
| 140 | "<ulink url='http://www.yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html#bsp-filelayout'>Example Filesystem Layout</ulink>" section of the Board Support Package (BSP) Development Guide. | 140 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/bsp-guide/bsp-guide.html#bsp-filelayout'>Example Filesystem Layout</ulink>" section of the Board Support Package (BSP) Development Guide. |
| 141 | In the standard layout, you will notice a suggested structure for recipes and | 141 | In the standard layout, you will notice a suggested structure for recipes and |
| 142 | configuration information. | 142 | configuration information. |
| 143 | You can see the standard layout for the Crown Bay BSP in this example by examining the | 143 | You can see the standard layout for the Crown Bay BSP in this example by examining the |
| @@ -160,7 +160,7 @@ | |||
| 160 | You need to get the build environment ready by sourcing an environment setup script | 160 | You need to get the build environment ready by sourcing an environment setup script |
| 161 | and you need to be sure two key configuration files are configured appropriately.</para> | 161 | and you need to be sure two key configuration files are configured appropriately.</para> |
| 162 | <para>The entire process for building an image is overviewed in the section | 162 | <para>The entire process for building an image is overviewed in the section |
| 163 | "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the Yocto Project Quick Start. | 163 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the Yocto Project Quick Start. |
| 164 | You might want to reference this information.</para></listitem> | 164 | You might want to reference this information.</para></listitem> |
| 165 | <listitem><para><emphasis>Build the image</emphasis>: The Yocto Project uses the BitBake | 165 | <listitem><para><emphasis>Build the image</emphasis>: The Yocto Project uses the BitBake |
| 166 | tool to build images based on the type of image you want to create. | 166 | tool to build images based on the type of image you want to create. |
| @@ -168,8 +168,8 @@ | |||
| 168 | <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> | 168 | <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> |
| 169 | <para>The build process supports several types of images to satisfy different needs. | 169 | <para>The build process supports several types of images to satisfy different needs. |
| 170 | See the | 170 | See the |
| 171 | "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" appendix in the | 171 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" appendix in the |
| 172 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> | 172 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'> |
| 173 | Yocto Project Reference Manual</ulink>for information on supported images.</para></listitem> | 173 | Yocto Project Reference Manual</ulink>for information on supported images.</para></listitem> |
| 174 | </orderedlist> | 174 | </orderedlist> |
| 175 | </para> | 175 | </para> |
| @@ -178,7 +178,7 @@ | |||
| 178 | You can view a video presentation on "Building Custom Embedded Images with Yocto" | 178 | You can view a video presentation on "Building Custom Embedded Images with Yocto" |
| 179 | at <ulink url='http://free-electrons.com/blog/elc-2011-videos'>Free Electrons</ulink>. | 179 | at <ulink url='http://free-electrons.com/blog/elc-2011-videos'>Free Electrons</ulink>. |
| 180 | You can also find supplemental information in | 180 | You can also find supplemental information in |
| 181 | <ulink url='http://yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html'> | 181 | <ulink url='http://yoctoproject.org/docs/1.1.1/bsp-guide/bsp-guide.html'> |
| 182 | The Board Support Package (BSP) Development Guide</ulink>. | 182 | The Board Support Package (BSP) Development Guide</ulink>. |
| 183 | Finally, there is wiki page write up of the example also located | 183 | Finally, there is wiki page write up of the example also located |
| 184 | <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'> | 184 | <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'> |
| @@ -201,7 +201,7 @@ | |||
| 201 | The remainder of this section presents a high-level overview of the Linux Yocto | 201 | The remainder of this section presents a high-level overview of the Linux Yocto |
| 202 | kernel architecture and the steps to modify the Linux Yocto kernel. | 202 | kernel architecture and the steps to modify the Linux Yocto kernel. |
| 203 | For a complete discussion of the kernel, see | 203 | For a complete discussion of the kernel, see |
| 204 | <ulink url='http://www.yoctoproject.org/docs/1.1/kernel-manual/kernel-manual.html'> | 204 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/kernel-manual/kernel-manual.html'> |
| 205 | The Yocto Project Kernel Architecture and Use Manual</ulink>. | 205 | The Yocto Project Kernel Architecture and Use Manual</ulink>. |
| 206 | You can reference the appendix | 206 | You can reference the appendix |
| 207 | "<link linkend='dev-manual-kernel-appendix'>Kernel Modification Example</link>" | 207 | "<link linkend='dev-manual-kernel-appendix'>Kernel Modification Example</link>" |
| @@ -349,7 +349,7 @@ | |||
| 349 | <para> | 349 | <para> |
| 350 | Again, for a complete discussion of the Yocto Project kernel's architcture and its | 350 | Again, for a complete discussion of the Yocto Project kernel's architcture and its |
| 351 | branching strategy, | 351 | branching strategy, |
| 352 | see the <ulink url='http://www.yoctoproject.org/docs/1.1/kernel-manual/kernel-manual.html'> | 352 | see the <ulink url='http://www.yoctoproject.org/docs/1.1.1/kernel-manual/kernel-manual.html'> |
| 353 | The Yocto Project Kernel Architecture and Use Manual</ulink>. | 353 | The Yocto Project Kernel Architecture and Use Manual</ulink>. |
| 354 | Also, you can reference | 354 | Also, you can reference |
| 355 | <xref linkend='modifying-the-kernel-source-code'>Modifying the Kernel Source Code</xref> | 355 | <xref linkend='modifying-the-kernel-source-code'>Modifying the Kernel Source Code</xref> |
| @@ -373,8 +373,8 @@ | |||
| 373 | <orderedlist> | 373 | <orderedlist> |
| 374 | <listitem><para><emphasis>Set up your host development system to support | 374 | <listitem><para><emphasis>Set up your host development system to support |
| 375 | development using the Yocto Project</emphasis>: See | 375 | development using the Yocto Project</emphasis>: See |
| 376 | "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and | 376 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and |
| 377 | "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both | 377 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both |
| 378 | in the Yocto Project Quick Start for requirements.</para></listitem> | 378 | in the Yocto Project Quick Start for requirements.</para></listitem> |
| 379 | <listitem><para><emphasis>Establish a local copy of the Yocto Project files on your | 379 | <listitem><para><emphasis>Establish a local copy of the Yocto Project files on your |
| 380 | system</emphasis>: Having the Yocto Project files on your system gives you access to | 380 | system</emphasis>: Having the Yocto Project files on your system gives you access to |
| @@ -443,7 +443,7 @@ | |||
| 443 | (<filename>local.conf</filename> and <filename>bblayers.conf</filename>) | 443 | (<filename>local.conf</filename> and <filename>bblayers.conf</filename>) |
| 444 | are configured appropriately.</para> | 444 | are configured appropriately.</para> |
| 445 | <para>The entire process for building an image is overviewed in the | 445 | <para>The entire process for building an image is overviewed in the |
| 446 | "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the Yocto Project Quick Start. | 446 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the Yocto Project Quick Start. |
| 447 | You might want to reference this information. | 447 | You might want to reference this information. |
| 448 | Also, you should look at the detailed examples found in the appendices at | 448 | Also, you should look at the detailed examples found in the appendices at |
| 449 | at the end of this manual.</para></listitem> | 449 | at the end of this manual.</para></listitem> |
| @@ -454,8 +454,8 @@ | |||
| 454 | <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> | 454 | <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> |
| 455 | <para>The build process supports several types of images to satisfy different needs. | 455 | <para>The build process supports several types of images to satisfy different needs. |
| 456 | See the appendix | 456 | See the appendix |
| 457 | "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" in the | 457 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" in the |
| 458 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> | 458 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'> |
| 459 | Yocto Project Reference Manual</ulink> for information on supported | 459 | Yocto Project Reference Manual</ulink> for information on supported |
| 460 | images.</para></listitem> | 460 | images.</para></listitem> |
| 461 | <listitem><para><emphasis>Make your configuration changes available | 461 | <listitem><para><emphasis>Make your configuration changes available |
| @@ -507,7 +507,7 @@ | |||
| 507 | provides an overview of the general development process. | 507 | provides an overview of the general development process. |
| 508 | If you want to see a detailed example of the process as it is used from within the Eclipse | 508 | If you want to see a detailed example of the process as it is used from within the Eclipse |
| 509 | IDE, see | 509 | IDE, see |
| 510 | <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'> | 510 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html'> |
| 511 | The Application Development Toolkit (ADT) User's Manual</ulink>. | 511 | The Application Development Toolkit (ADT) User's Manual</ulink>. |
| 512 | </para> | 512 | </para> |
| 513 | 513 | ||
| @@ -524,8 +524,8 @@ | |||
| 524 | <orderedlist> | 524 | <orderedlist> |
| 525 | <listitem><para><emphasis>Prepare the Host System for the Yocto Project</emphasis>: | 525 | <listitem><para><emphasis>Prepare the Host System for the Yocto Project</emphasis>: |
| 526 | See | 526 | See |
| 527 | "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and | 527 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and |
| 528 | "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both | 528 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both |
| 529 | in the Yocto Project Quick Start for requirements.</para></listitem> | 529 | in the Yocto Project Quick Start for requirements.</para></listitem> |
| 530 | 530 | ||
| 531 | <!-- | 531 | <!-- |
| @@ -573,9 +573,9 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the | |||
| 573 | </itemizedlist></para> | 573 | </itemizedlist></para> |
| 574 | <para>For information on pre-built kernel image naming schemes for images | 574 | <para>For information on pre-built kernel image naming schemes for images |
| 575 | that can run on the QEMU emulator, see the | 575 | that can run on the QEMU emulator, see the |
| 576 | "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" | 576 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" |
| 577 | section in | 577 | section in |
| 578 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> | 578 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'> |
| 579 | The Yocto Project Quick Start</ulink>.</para></listitem> | 579 | The Yocto Project Quick Start</ulink>.</para></listitem> |
| 580 | <listitem><para><emphasis>Install the ADT</emphasis>: | 580 | <listitem><para><emphasis>Install the ADT</emphasis>: |
| 581 | The ADT provides a target-specific cross-development toolchain, the root filesystem, | 581 | The ADT provides a target-specific cross-development toolchain, the root filesystem, |
| @@ -584,8 +584,8 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the | |||
| 584 | easy method. | 584 | easy method. |
| 585 | You can get these pieces by running an ADT installer script, which is configurable. | 585 | You can get these pieces by running an ADT installer script, which is configurable. |
| 586 | For information on how to install the ADT, see the | 586 | For information on how to install the ADT, see the |
| 587 | "<ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#using-the-adt-installer'>Using the ADT Installer</ulink>" section in | 587 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html#using-the-adt-installer'>Using the ADT Installer</ulink>" section in |
| 588 | <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'>The Yocto Project | 588 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html'>The Yocto Project |
| 589 | Application Development (ADT) User's Manual</ulink>.</para></listitem> | 589 | Application Development (ADT) User's Manual</ulink>.</para></listitem> |
| 590 | <listitem><para><emphasis>If Applicable, Secure the Target Root Filesystem</emphasis>: | 590 | <listitem><para><emphasis>If Applicable, Secure the Target Root Filesystem</emphasis>: |
| 591 | If you choose not to install the ADT using the ADT Installer, | 591 | If you choose not to install the ADT using the ADT Installer, |
| @@ -655,7 +655,7 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the | |||
| 655 | Download kernel, root filesystem, and any other files you need for your process. | 655 | Download kernel, root filesystem, and any other files you need for your process. |
| 656 | <note>In order to use the root filesystem in QEMU, you need to extract it. | 656 | <note>In order to use the root filesystem in QEMU, you need to extract it. |
| 657 | See the | 657 | See the |
| 658 | "<ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#extracting-the-root-filesystem'>Extracting the Root Filesystem</ulink>" section for information on how to extract the | 658 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html#extracting-the-root-filesystem'>Extracting the Root Filesystem</ulink>" section for information on how to extract the |
| 659 | root filesystem.</note></para></listitem> | 659 | root filesystem.</note></para></listitem> |
| 660 | <listitem><para><emphasis>Develop and Test your Application:</emphasis> At this point, | 660 | <listitem><para><emphasis>Develop and Test your Application:</emphasis> At this point, |
| 661 | you have the tools to develop your application. | 661 | you have the tools to develop your application. |
