summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-28 12:03:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 14:01:39 +0100
commit5d4888723bdc457e9665d1fd9893d789a3e0bec7 (patch)
treefb74305bfcc71a4251480d5713a80e313f701e1a /documentation/yocto-project-qs
parent49e317185074acb625f8f3f4c6494e12b73b1e15 (diff)
downloadpoky-5d4888723bdc457e9665d1fd9893d789a3e0bec7.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: Supported Distros updated
I updated the section on the supported distribution section by including a link to the wiki page that shows what distros we have tested and their status. (From yocto-docs rev: e66a18a13dc02af6a0846dd1ecf14aeafcbe5d61) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml30
1 files changed, 19 insertions, 11 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 49f2dd89e6..3c092e5701 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -129,11 +129,10 @@
129 <listitem> 129 <listitem>
130 <para>A host system running a supported Linux distribution (i.e. recent releases of 130 <para>A host system running a supported Linux distribution (i.e. recent releases of
131 Fedora, openSUSE, Debian, and Ubuntu). 131 Fedora, openSUSE, Debian, and Ubuntu).
132 <note> 132 If the host system supports multiple cores and threads, you can configure the
133 For notes about using the Yocto Project on development systems that use 133 Yocto Project build system to increase the time needed to build images
134 older Linux distributions see 134 significantly.
135 <ulink url='https://wiki.yoctoproject.org/wiki/BuildingOnRHEL4'></ulink> 135 </para>
136 </note></para>
137 </listitem> 136 </listitem>
138 <listitem> 137 <listitem>
139 <para>The right packages.</para> 138 <para>The right packages.</para>
@@ -147,15 +146,23 @@
147 <title>The Linux Distribution</title> 146 <title>The Linux Distribution</title>
148 147
149 <para> 148 <para>
150 The Yocto Project has been tested and is known to work on the current releases minus one 149 The Yocto Project team is continually verifying more and more Linux
151 of the following distributions. 150 distributions with each release.
152 Follow this <ulink url='https://wiki.pokylinux.org/wiki/Distro_Test'>link </ulink> for more 151 In general, if you have the current release minus one of the following
153 information on distribution testing. 152 distributions you should no problems.
154 <itemizedlist> 153 <itemizedlist>
155 <listitem><para>Ubuntu</para></listitem> 154 <listitem><para>Ubuntu</para></listitem>
156 <listitem><para>Fedora</para></listitem> 155 <listitem><para>Fedora</para></listitem>
157 <listitem><para>openSUSE</para></listitem> 156 <listitem><para>openSUSE</para></listitem>
158 </itemizedlist> 157 </itemizedlist>
158 For a list of the distributions under validation and their status, see the
159 <ulink url='https://wiki.yoctoproject.org/wiki/Distribution_Support'>Distribution
160 Support</ulink> wiki page.
161 <note>
162 For notes about using the Yocto Project on a RHEL 4-based host, see the
163 <ulink url='https://wiki.yoctoproject.org/wiki/BuildingOnRHEL4'>BuildingOnRHEL4</ulink>
164 wiki page.
165 </note>
159 </para> 166 </para>
160 <para> 167 <para>
161 The build system should be able to run on any modern distribution with Python 2.6 or 2.7. 168 The build system should be able to run on any modern distribution with Python 2.6 or 2.7.
@@ -169,7 +176,7 @@
169 Refer to 176 Refer to
170 <ulink url='http://openembedded.net/index.php?title=OEandYourDistro&amp;action=historysubmit&amp;diff=4309&amp;okdid=4225'>OE and Your Distro</ulink> and 177 <ulink url='http://openembedded.net/index.php?title=OEandYourDistro&amp;action=historysubmit&amp;diff=4309&amp;okdid=4225'>OE and Your Distro</ulink> and
171 <ulink url='http://openembedded.net/index.php?title=Required_software&amp;action=historysubmit&amp;diff=4311&amp;oldid=4251'>Required Software</ulink> 178 <ulink url='http://openembedded.net/index.php?title=Required_software&amp;action=historysubmit&amp;diff=4311&amp;oldid=4251'>Required Software</ulink>
172 for information for other distributions used with the Open Embedded project, which might be 179 for information for other distributions used with the OpenEmbedded project, which might be
173 a starting point for exploration. 180 a starting point for exploration.
174 If you go down this path, you should expect problems. 181 If you go down this path, you should expect problems.
175 When you do, please go to <ulink url='http://bugzilla.yoctoproject.org'>Yocto Project Bugzilla</ulink> 182 When you do, please go to <ulink url='http://bugzilla.yoctoproject.org'>Yocto Project Bugzilla</ulink>
@@ -189,7 +196,8 @@
189 <note><para> 196 <note><para>
190 If you are using a Fedora version prior to version 15, you will need to take some 197 If you are using a Fedora version prior to version 15, you will need to take some
191 extra steps to enable <filename>sudo</filename>. 198 extra steps to enable <filename>sudo</filename>.
192 See <ulink url='https://fedoraproject.org/wiki/Configuring_Sudo'></ulink> for details. 199 See the <ulink url='https://fedoraproject.org/wiki/Configuring_Sudo'>Configuring Sudo</ulink>
200 wiki page for details.
193 </para></note> 201 </para></note>
194 202
195 <para> 203 <para>