summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
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:51:12 +0100
commit51b3d9dd5325e8e9ff64d6085c139bea2c2bcb21 (patch)
treee10bb1c9a4c67e06e128b20891d0d3737deec955 /documentation/poky-ref-manual
parentbc885cd8d343ad003391222429222526dba175ad (diff)
downloadpoky-51b3d9dd5325e8e9ff64d6085c139bea2c2bcb21.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/poky-ref-manual')
-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
3 files changed, 12 insertions, 12 deletions
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