diff options
Diffstat (limited to 'documentation/poky-ref-manual/introduction.xml')
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 36 |
1 files changed, 28 insertions, 8 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'> |