summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-06-13 09:15:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 14:59:22 +0100
commit27e5be170953b9c2272895391c000834ac3c6943 (patch)
tree4804107ff44480a54ee11b2c556dfe3ed67a6bb8 /documentation
parent6c9c0f1f45d8eca2e8a91487528b79f068499e50 (diff)
downloadpoky-27e5be170953b9c2272895391c000834ac3c6943.tar.gz
documentation/poky-ref-manual/introduction.xml: 1.1.2 variables and updates
First pass at implementing the poky.ent variables. Also made any obvious typo fixes. (From yocto-docs rev: 21045c9776183bfe78f5aa3f9ca6b58900b5f30c) 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/poky-ref-manual/introduction.xml29
1 files changed, 13 insertions, 16 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 075793ffda..eaf1efbc1e 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
3 4
4<chapter id='intro'> 5<chapter id='intro'>
5<title>Introduction</title> 6<title>Introduction</title>
@@ -15,13 +16,13 @@
15 construct complete Linux images. 16 construct complete Linux images.
16 You can find complete introductory and getting started information on the Yocto Project 17 You can find complete introductory and getting started information on the Yocto Project
17 by reading the 18 by reading the
18 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'> 19 <ulink url='&YOCTO_DOCS_QS_URL;'>
19 Yocto Project Quick Start</ulink>. 20 Yocto Project Quick Start</ulink>.
20 For task-based information using the Yocto Project, see 21 For task-based information using the Yocto Project, see
21 <ulink url='http://www.yoctoproject.org/docs/1.1.1//dev-manual/dev-manual.html'> 22 <ulink url='&YOCTO_DOCS_DEV_URL;'>
22 The Yocto Project Development Manual</ulink>. 23 The Yocto Project Development Manual</ulink>.
23 You can also find lots of information on the Yocto Project on the 24 You can also find lots of information on the Yocto Project on the
24 <ulink url="http://www.yoctoproject.org">Yocto Project website</ulink>. 25 <ulink url="&YOCTO_HOME_URL;">Yocto Project website</ulink>.
25 </para> 26 </para>
26</section> 27</section>
27 28
@@ -97,11 +98,9 @@
97<section id='intro-requirements'> 98<section id='intro-requirements'>
98<title>System Requirements</title> 99<title>System Requirements</title>
99 <para> 100 <para>
100 For system Yocto Project system requirements, see the 101 For Yocto Project system requirements, see the
101 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#resources'> 102 <ulink url='&YOCTO_DOCS_QS_URL;#resources'>
102 What You Need and How You Get It</ulink> section in the 103 What You Need and How You Get It</ulink> section in the Yocto Project Quick Start.
103 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'>
104 Yocto Project Quick Start</ulink>.
105 </para> 104 </para>
106</section> 105</section>
107 106
@@ -112,14 +111,14 @@
112 of methods: 111 of methods:
113 <itemizedlist> 112 <itemizedlist>
114 <listitem><para><emphasis>Releases:</emphasis> Stable, tested releases are available through 113 <listitem><para><emphasis>Releases:</emphasis> Stable, tested releases are available through
115 <ulink url='http://downloads.yoctoproject.org/releases/yocto/'/>.</para></listitem> 114 <ulink url='&YOCTO_DL_URL;/releases/yocto/'/>.</para></listitem>
116 <listitem><para><emphasis>Nightly Builds:</emphasis> These releases are available at 115 <listitem><para><emphasis>Nightly Builds:</emphasis> These releases are available at
117 <ulink url='http://autobuilder.yoctoproject.org/nightly'/>. 116 <ulink url='http://autobuilder.yoctoproject.org/nightly'/>.
118 These builds include Yocto Project releases, meta-toolchain tarballs, and 117 These builds include Yocto Project releases, meta-toolchain tarballs, and
119 experimental builds.</para></listitem> 118 experimental builds.</para></listitem>
120 <listitem><para><emphasis>Yocto Project Website:</emphasis> You can find releases 119 <listitem><para><emphasis>Yocto Project Website:</emphasis> You can find releases
121 of the Yocto Project and supported BSPs at the 120 of the Yocto Project and supported BSPs at the
122 <ulink url='http://www.yoctoproject.org'>Yocto Project website</ulink>. 121 <ulink url='&YOCTO_HOME_URL;'>Yocto Project website</ulink>.
123 Along with these downloads, you can find lots of other information at this site. 122 Along with these downloads, you can find lots of other information at this site.
124 </para></listitem> 123 </para></listitem>
125 </itemizedlist> 124 </itemizedlist>
@@ -132,11 +131,9 @@
132 Development using the Yocto Project requires a local copy of the Yocto Project files. 131 Development using the Yocto Project requires a local copy of the Yocto Project files.
133 You can get these files by downloading a Yocto Project release tarball and unpacking it, 132 You can get these files by downloading a Yocto Project release tarball and unpacking it,
134 or by establishing a Git repository of the files. 133 or by establishing a Git repository of the files.
135 For information on both these methods, see 134 For information on both these methods, see the
136 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#getting-setup'> 135 "<ulink url='&YOCTO_DOCS_DEV_URL;#getting-setup'>Getting Setup</ulink>"
137 Getting Setup</ulink> section in 136 section in The Yocto Project Development Manual.
138 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>
139 The Yocto Project Development Manual</ulink>.
140 </para> 137 </para>
141</section> 138</section>
142 139