diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-09 17:38:00 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:44 +0000 |
| commit | 9bdc18a82017d549217a813a6da5d1267fb737e3 (patch) | |
| tree | 5dfc02f96e623ecf40df721f946199fb0729a0dc /documentation/poky-ref-manual/introduction.xml | |
| parent | 9602c5556baf60040fde5710564129633f7e9c4c (diff) | |
| download | poky-9bdc18a82017d549217a813a6da5d1267fb737e3.tar.gz | |
documentation/poky-ref-manual: Converted to use poky.ent variables.
Fixed all the hard links to use appropriate variables from the
file poky.ent.
(From yocto-docs rev: 9a6267d0d843dc47c1171eba6200387901b77df4)
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/introduction.xml')
| -rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index fd98c3248b..160cdca73d 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/latest/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/latest/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 | ||
| @@ -94,10 +95,8 @@ | |||
| 94 | <title>System Requirements</title> | 95 | <title>System Requirements</title> |
| 95 | <para> | 96 | <para> |
| 96 | For Yocto Project system requirements, see the | 97 | For Yocto Project system requirements, see the |
| 97 | <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#resources'> | 98 | <ulink url='&YOCTO_DOCS_QS_URL;#resources'> |
| 98 | What You Need and How You Get It</ulink> section in the | 99 | What You Need and How You Get It</ulink> section in the Yocto Project Quick Start. |
| 99 | <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'> | ||
| 100 | Yocto Project Quick Start</ulink>. | ||
| 101 | </para> | 100 | </para> |
| 102 | </section> | 101 | </section> |
| 103 | 102 | ||
| @@ -108,14 +107,14 @@ | |||
| 108 | of methods: | 107 | of methods: |
| 109 | <itemizedlist> | 108 | <itemizedlist> |
| 110 | <listitem><para><emphasis>Releases:</emphasis> Stable, tested releases are available through | 109 | <listitem><para><emphasis>Releases:</emphasis> Stable, tested releases are available through |
| 111 | <ulink url='http://downloads.yoctoproject.org/releases/yocto/'/>.</para></listitem> | 110 | <ulink url='&YOCTO_DL_URL;/releases/yocto/'/>.</para></listitem> |
| 112 | <listitem><para><emphasis>Nightly Builds:</emphasis> These releases are available at | 111 | <listitem><para><emphasis>Nightly Builds:</emphasis> These releases are available at |
| 113 | <ulink url='http://autobuilder.yoctoproject.org/nightly'/>. | 112 | <ulink url='http://autobuilder.yoctoproject.org/nightly'/>. |
| 114 | These builds include Yocto Project releases, meta-toolchain tarballs, and | 113 | These builds include Yocto Project releases, meta-toolchain tarballs, and |
| 115 | experimental builds.</para></listitem> | 114 | experimental builds.</para></listitem> |
| 116 | <listitem><para><emphasis>Yocto Project Website:</emphasis> You can find releases | 115 | <listitem><para><emphasis>Yocto Project Website:</emphasis> You can find releases |
| 117 | of the Yocto Project and supported BSPs at the | 116 | of the Yocto Project and supported BSPs at the |
| 118 | <ulink url='http://www.yoctoproject.org'>Yocto Project website</ulink>. | 117 | <ulink url='&YOCTO_HOME_URL;'>Yocto Project website</ulink>. |
| 119 | Along with these downloads, you can find lots of other information at this site. | 118 | Along with these downloads, you can find lots of other information at this site. |
| 120 | </para></listitem> | 119 | </para></listitem> |
| 121 | </itemizedlist> | 120 | </itemizedlist> |
| @@ -129,7 +128,7 @@ | |||
| 129 | You can get these files by downloading a Yocto Project release tarball and unpacking it, | 128 | You can get these files by downloading a Yocto Project release tarball and unpacking it, |
| 130 | or by establishing a Git repository of the files. | 129 | or by establishing a Git repository of the files. |
| 131 | For information on both these methods, see the | 130 | For information on both these methods, see the |
| 132 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#getting-setup'>Getting Setup</ulink>" | 131 | "<ulink url='&YOCTO_DOCS_DEV_URL;#getting-setup'>Getting Setup</ulink>" |
| 133 | section in The Yocto Project Development Manual. | 132 | section in The Yocto Project Development Manual. |
| 134 | </para> | 133 | </para> |
| 135 | </section> | 134 | </section> |
