diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-11 12:41:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-15 14:45:14 +0100 |
commit | e44de7bbb94cf268dba6aec37226ce9db6fb147e (patch) | |
tree | dff5585253fcd9accb7a9205d71c1c1f0e264aac /documentation | |
parent | 277e463dfd41eab047c0a50e4c8e02f26d0f98c0 (diff) | |
download | poky-e44de7bbb94cf268dba6aec37226ce9db6fb147e.tar.gz |
documentation: poky-ref-manual, yocto-project-qs - supported distros
Created the new section in the reference manual that lists the
distributions that support YP.
Updated the section in the QS to reference the new section in
the reference manual.
(From yocto-docs rev: ff85945574466b2e6431fbaa0026cdea9d96ac9b)
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.xml | 36 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 7 |
2 files changed, 32 insertions, 11 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 44583a67f1..fb4cc79d0c 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml | |||
@@ -88,22 +88,42 @@ | |||
88 | <title>System Requirements</title> | 88 | <title>System Requirements</title> |
89 | <para> | 89 | <para> |
90 | For general Yocto Project system requirements, see the | 90 | For general Yocto Project system requirements, see the |
91 | <ulink url='&YOCTO_DOCS_QS_URL;#yp-resources'> | 91 | "<ulink url='&YOCTO_DOCS_QS_URL;#yp-resources'>What You Need and How You Get It</ulink>" section |
92 | What You Need and How You Get It</ulink> section in the Yocto Project Quick Start. | 92 | in the Yocto Project Quick Start. |
93 | The remainder of this section provides details on system requirements | 93 | The remainder of this section provides details on system requirements |
94 | not covered in the Yocto Project Quick Start. | 94 | not covered in the Yocto Project Quick Start. |
95 | </para> | 95 | </para> |
96 | 96 | ||
97 | <section id='detailed-supported-distros'> | 97 | <section id='detailed-supported-distros'> |
98 | <title>Supported Linux Distributions</title> | 98 | <title>Supported Linux Distributions</title> |
99 | 99 | ||
100 | <para> | 100 | <para> |
101 | TBD - a list of very specific distros and versions. | 101 | Currently, the Yocto Project is supported on the following distributions: |
102 | The list will be kept up-to-date via a script provided that can | 102 | <itemizedlist> |
103 | be run prior to a release. | 103 | <listitem><para>Ubuntu 10.04.4 LTS</para></listitem> |
104 | The scripts output will yield the list and it can be copied | 104 | <listitem><para>Ubuntu 11.10</para></listitem> |
105 | into this section. | 105 | <listitem><para>Ubuntu 12.04.1 LTS</para></listitem> |
106 | <listitem><para>Ubuntu 12.04.1 LTS</para></listitem> | ||
107 | <listitem><para>Ubuntu 12.10</para></listitem> | ||
108 | <listitem><para>Fedora release 16 (Verne)</para></listitem> | ||
109 | <listitem><para>Fedora release 17 (Beefy Miracle)</para></listitem> | ||
110 | <listitem><para>Fedora release 18 (Spherical Cow)</para></listitem> | ||
111 | <listitem><para>CentOS release 5.6 (Final)</para></listitem> | ||
112 | <listitem><para>CentOS release 5.7 (Final)</para></listitem> | ||
113 | <listitem><para>CentOS release 5.8 (Final)</para></listitem> | ||
114 | <listitem><para>CentOS release 6.3 (Final)</para></listitem> | ||
115 | <listitem><para>Debian GNU/Linux 6.0.6 (squeeze)</para></listitem> | ||
116 | <listitem><para>openSUSE 11.4</para></listitem> | ||
117 | <listitem><para>openSUSE 12.1</para></listitem> | ||
118 | <listitem><para>openSUSE 12.2</para></listitem> | ||
119 | </itemizedlist> | ||
106 | </para> | 120 | </para> |
121 | |||
122 | <note> | ||
123 | For additional information on distributions that support the | ||
124 | Yocto Project, see the | ||
125 | <ulink url='&YOCTO_WIKI_URL;/wiki/Distribution_Support'>Distribution Support</ulink> wiki page. | ||
126 | </note> | ||
107 | </section> | 127 | </section> |
108 | 128 | ||
109 | <section id='required-packages-for-the-host-development-system'> | 129 | <section id='required-packages-for-the-host-development-system'> |
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 265f436b37..06a0b1ad68 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -177,9 +177,10 @@ | |||
177 | <listitem><para>openSUSE</para></listitem> | 177 | <listitem><para>openSUSE</para></listitem> |
178 | <listitem><para>CentOS</para></listitem> | 178 | <listitem><para>CentOS</para></listitem> |
179 | </itemizedlist> | 179 | </itemizedlist> |
180 | For a list of the distributions under validation and their status, see the | 180 | For a more detailed list of distributions that support the Yocto Project, |
181 | <ulink url='&YOCTO_WIKI_URL;/wiki/Distribution_Support'>Distribution | 181 | see the |
182 | Support</ulink> wiki page. | 182 | "<ulink url='&YOCTO_DOCS_REF_URL;#detailed-supported-distros'>Supported Linux Distributions</ulink>" section |
183 | in the Yocto Project Reference Manual. | ||
183 | <note> | 184 | <note> |
184 | For notes about using the Yocto Project on a RHEL 4-based host, see the | 185 | For notes about using the Yocto Project on a RHEL 4-based host, see the |
185 | <ulink url='&YOCTO_WIKI_URL;/wiki/BuildingOnRHEL4'>BuildingOnRHEL4</ulink> | 186 | <ulink url='&YOCTO_WIKI_URL;/wiki/BuildingOnRHEL4'>BuildingOnRHEL4</ulink> |