summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-05 05:26:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-06 18:41:47 +0100
commitf54a78c89158435d2f06df96da9a7d432ce8c831 (patch)
tree047e5a378395e2c910900fb4dd16491d118cc176 /documentation
parent2f4eecc60e03ca5b6fd4f6fd40f86f195709ccd3 (diff)
downloadpoky-f54a78c89158435d2f06df96da9a7d432ce8c831.tar.gz
documentation: Fixed links for yocto-1.1
After greping through the documentation directory, I addressed all the <ulink> statements that used to have yocto-1.0 in the URL. They are now yocto-1.1. (From yocto-docs rev: 97d160263c5905fdeaf4ec285bc5359918790581) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-prepare.xml2
-rw-r--r--documentation/dev-manual/dev-manual-model.xml8
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml4
-rw-r--r--documentation/poky-ref-manual/extendpoky.xml2
-rw-r--r--documentation/poky-ref-manual/faq.xml20
-rw-r--r--documentation/poky-ref-manual/introduction.xml2
6 files changed, 19 insertions, 19 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 8c98498daf..e03cda508c 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -56,7 +56,7 @@
56 <para> 56 <para>
57 The ADT Installer is contained in the ADT Installer tarball. 57 The ADT Installer is contained in the ADT Installer tarball.
58 You can download the tarball into any directory from 58 You can download the tarball into any directory from
59 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.1/adt-installer/'></ulink>. 59 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/adt-installer/'></ulink>.
60 Or, you can use BitBake to generate the tarball inside the existing Yocto Project 60 Or, you can use BitBake to generate the tarball inside the existing Yocto Project
61 build tree. 61 build tree.
62 </para> 62 </para>
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index fa8c79f29d..d95382617a 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -553,12 +553,12 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
553 (QEMU or real hardware), the area you get the image from differs. 553 (QEMU or real hardware), the area you get the image from differs.
554 <itemizedlist> 554 <itemizedlist>
555 <listitem><para>Download the image from 555 <listitem><para>Download the image from
556 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/machines/'> 556 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/machines/'>
557 <filename>machines</filename></ulink> if your target architecture is supported 557 <filename>machines</filename></ulink> if your target architecture is supported
558 and you are going to develop and test your application on actual hardware. 558 and you are going to develop and test your application on actual hardware.
559 </para></listitem> 559 </para></listitem>
560 <listitem><para>Download the image from the 560 <listitem><para>Download the image from the
561 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/machines/qemu/'> 561 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/machines/qemu/'>
562 <filename>machines/qemu</filename></ulink> if your target architecture is supported 562 <filename>machines/qemu</filename></ulink> if your target architecture is supported
563 and you are going to develop and test your application using the QEMU 563 and you are going to develop and test your application using the QEMU
564 emulator.</para></listitem> 564 emulator.</para></listitem>
@@ -637,7 +637,7 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
637 several target architectures and has many pre-built kernel images and root filesystem 637 several target architectures and has many pre-built kernel images and root filesystem
638 images.</para> 638 images.</para>
639 <para>If you are going to develop your application on hardware, go to the 639 <para>If you are going to develop your application on hardware, go to the
640 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/machines/'> 640 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/machines/'>
641 <filename>machines</filename></ulink> download area and choose a target machine area 641 <filename>machines</filename></ulink> download area and choose a target machine area
642 from which to download the kernel image and root filesystem. 642 from which to download the kernel image and root filesystem.
643 This download area could have several files in it that support development using 643 This download area could have several files in it that support development using
@@ -647,7 +647,7 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
647 Be sure to get the files you need for your particular development process.</para> 647 Be sure to get the files you need for your particular development process.</para>
648 <para>If you are going to develop your application and then run and test it using the QEMU 648 <para>If you are going to develop your application and then run and test it using the QEMU
649 emulator, go to the 649 emulator, go to the
650 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/machines/qemu/'> 650 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/machines/qemu/'>
651 <filename>machines/qemu</filename></ulink> download area. 651 <filename>machines/qemu</filename></ulink> download area.
652 From this area, go down into the directory for your target architecture 652 From this area, go down into the directory for your target architecture
653 (e.g. <filename>qemux86_64</filename> for an 653 (e.g. <filename>qemux86_64</filename> for an
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index ae06d596ba..51377c75c0 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -101,7 +101,7 @@
101 <para> 101 <para>
102 <imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" /> 102 <imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" />
103 </para></listitem> 103 </para></listitem>
104 <listitem><para><anchor id='index-downloads' /><emphasis><ulink url='http://autobuilder.yoctoproject.org/downloads/'>Index of /downloads:</ulink></emphasis> 104 <listitem><para><anchor id='index-downloads' /><emphasis><ulink url='http://www.yoctoproject.org/downloads/'>Index of /downloads:</ulink></emphasis>
105 This area contains an index of downloads such as 105 This area contains an index of downloads such as
106 the <trademark class='trade'>Eclipse</trademark> 106 the <trademark class='trade'>Eclipse</trademark>
107 Yocto Plug-in, miscellaneous support, Poky, pseudo, cross-development toolchains, 107 Yocto Plug-in, miscellaneous support, Poky, pseudo, cross-development toolchains,
@@ -116,7 +116,7 @@
116 This page on the Yocto Project website allows you to download any Yocto Project 116 This page on the Yocto Project website allows you to download any Yocto Project
117 release or Board Support Package (BSP) in tarball form. 117 release or Board Support Package (BSP) in tarball form.
118 The tarballs are similar to those found in the 118 The tarballs are similar to those found in the
119 <ulink url='http://autobuilder.yoctoproject.org/downloads/'>Index of /downloads:</ulink> area.</para> 119 <ulink url='http://www.yoctoproject.org/downloads/'>Index of /downloads:</ulink> area.</para>
120 <para> 120 <para>
121 <imagedata fileref="figures/yp-download.png" align="center" width="6in" depth="4in" /> 121 <imagedata fileref="figures/yp-download.png" align="center" width="6in" depth="4in" />
122 </para></listitem> 122 </para></listitem>
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml
index 33e397a5f5..30fce1459f 100644
--- a/documentation/poky-ref-manual/extendpoky.xml
+++ b/documentation/poky-ref-manual/extendpoky.xml
@@ -914,7 +914,7 @@
914 Experience shows that buildbot is a good fit for this role. 914 Experience shows that buildbot is a good fit for this role.
915 What works well is to configure buildbot to make two types of builds: 915 What works well is to configure buildbot to make two types of builds:
916 incremental and full (from scratch). 916 incremental and full (from scratch).
917 See <ulink url='http://autobuilder.yoctoproject.org:8010'>the buildbot for the 917 See <ulink url='http://www.yoctoproject.org:8010'>the buildbot for the
918 Yocto Project</ulink> for an example implementation that uses buildbot. 918 Yocto Project</ulink> for an example implementation that uses buildbot.
919 </para> 919 </para>
920 920
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index 03b355d268..35ac845731 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -33,8 +33,8 @@
33 You can use a stand-alone tarball to provide Python 2.6. 33 You can use a stand-alone tarball to provide Python 2.6.
34 You can find pre-built 32 and 64-bit versions of Python 2.6 at the following locations: 34 You can find pre-built 32 and 64-bit versions of Python 2.6 at the following locations:
35 <itemizedlist> 35 <itemizedlist>
36 <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/yocto-1.0-python-nativesdk/python-nativesdk-standalone-i686.tar.bz2'>32-bit tarball</ulink></para></listitem> 36 <listitem><para><ulink url='http://www.yoctoproject.org/downloads/miscsupport/yocto-1.1-python-nativesdk/python-nativesdk-standalone-i686.tar.bz2'>32-bit tarball</ulink></para></listitem>
37 <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/yocto-1.0-python-nativesdk/python-nativesdk-standalone-x86_64.tar.bz2'>64-bit tarball</ulink></para></listitem> 37 <listitem><para><ulink url='http://www.yoctoproject.org/downloads/miscsupport/yocto-1.1-python-nativesdk/python-nativesdk-standalone-x86_64.tar.bz2'>64-bit tarball</ulink></para></listitem>
38 </itemizedlist> 38 </itemizedlist>
39 </para> 39 </para>
40 <para> 40 <para>
@@ -237,7 +237,7 @@
237 <question> 237 <question>
238 <para> 238 <para>
239 I see lots of 404 responses for files on 239 I see lots of 404 responses for files on
240 <filename>http://autobuilder.yoctoproject.org/sources/*</filename>. Is something wrong? 240 <filename>http://www.yoctoproject.org/sources/*</filename>. Is something wrong?
241 </para> 241 </para>
242 </question> 242 </question>
243 <answer> 243 <answer>
@@ -520,10 +520,10 @@
520 configuration file: 520 configuration file:
521 <literallayout class='monospaced'> 521 <literallayout class='monospaced'>
522 PREMIRRORS_prepend = "\ 522 PREMIRRORS_prepend = "\
523 git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 523 git://.*/.* http://www.yoctoproject.org/sources/ \n \
524 ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 524 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \
525 http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 525 http://.*/.* http://www.yoctoproject.org/sources/ \n \
526 https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" 526 https://.*/.* http://www.yoctoproject.org/sources/ \n"
527 </literallayout> 527 </literallayout>
528 </para> 528 </para>
529 <para> 529 <para>
@@ -564,9 +564,9 @@
564 configuration file as long as the PREMIRROR server is up to date: 564 configuration file as long as the PREMIRROR server is up to date:
565 <literallayout class='monospaced'> 565 <literallayout class='monospaced'>
566 PREMIRRORS_prepend = "\ 566 PREMIRRORS_prepend = "\
567 ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 567 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \
568 http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 568 http://.*/.* http://www.yoctoproject.org/sources/ \n \
569 https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" 569 https://.*/.* http://www.yoctoproject.org/sources/ \n"
570 BB_FETCH_PREMIRRORONLY = "1" 570 BB_FETCH_PREMIRRORONLY = "1"
571 </literallayout> 571 </literallayout>
572 These changes would cause Poky to successfully fetch source over HTTP and 572 These changes would cause Poky to successfully fetch source over HTTP and
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 3bf0604556..e2d49cdb99 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -106,7 +106,7 @@
106 <listitem><para><emphasis>Releases:</emphasis> Stable, tested releases are available through 106 <listitem><para><emphasis>Releases:</emphasis> Stable, tested releases are available through
107 <ulink url='http://yoctoproject.org/downloads/poky/'/>.</para></listitem> 107 <ulink url='http://yoctoproject.org/downloads/poky/'/>.</para></listitem>
108 <listitem><para><emphasis>Nightly Builds:</emphasis> These releases are available at 108 <listitem><para><emphasis>Nightly Builds:</emphasis> These releases are available at
109 <ulink url='http://autobuilder.yoctoproject.org/'/>. 109 <ulink url='http://autobuilder.yoctoproject.org/nightly'/>.
110 These builds include Yocto Project releases, meta-toolchain tarballs, and 110 These builds include Yocto Project releases, meta-toolchain tarballs, and
111 experimental builds.</para></listitem> 111 experimental builds.</para></listitem>
112 <listitem><para><emphasis>Yocto Project Website:</emphasis> You can find releases 112 <listitem><para><emphasis>Yocto Project Website:</emphasis> You can find releases