summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/yocto-project-qs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index dc12f84db7..a8e8c3a35a 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -156,8 +156,9 @@
156 156
157 <itemizedlist> 157 <itemizedlist>
158 <listitem> 158 <listitem>
159 <para>A host system running a supported Linux distribution (i.e. recent releases of 159 <para>A host system running a supported Linux distribution
160 Fedora, openSUSE, CentOS, and Ubuntu). 160 (i.e. recent releases of Fedora, openSUSE, CentOS, Debian,
161 and Ubuntu).
161 If the host system supports multiple cores and threads, you can configure the 162 If the host system supports multiple cores and threads, you can configure the
162 Yocto Project build system to decrease the time needed to build images 163 Yocto Project build system to decrease the time needed to build images
163 significantly. 164 significantly.
@@ -184,6 +185,7 @@
184 <listitem><para>Fedora</para></listitem> 185 <listitem><para>Fedora</para></listitem>
185 <listitem><para>openSUSE</para></listitem> 186 <listitem><para>openSUSE</para></listitem>
186 <listitem><para>CentOS</para></listitem> 187 <listitem><para>CentOS</para></listitem>
188 <listitem><para>Debian</para></listitem>
187 </itemizedlist> 189 </itemizedlist>
188 For a more detailed list of distributions that support the Yocto Project, 190 For a more detailed list of distributions that support the Yocto Project,
189 see the 191 see the
@@ -268,11 +270,11 @@
268 </para> 270 </para>
269 271
270 <section id='ubuntu'> 272 <section id='ubuntu'>
271 <title>Ubuntu</title> 273 <title>Ubuntu and Debian</title>
272 274
273 <para> 275 <para>
274 The essential packages you need for a supported Ubuntu distribution 276 The essential packages you need for a supported Ubuntu
275 are shown in the following command: 277 or Debian distribution are shown in the following command:
276 <literallayout class='monospaced'> 278 <literallayout class='monospaced'>
277 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm 279 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm
278 </literallayout> 280 </literallayout>