summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-09 17:12:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:57 +0100
commit0615dc0a57b841a1fd2a6419459bdda1f15dfc34 (patch)
treed41b605c1c8ccc528e01258fecc5a2bbba8f68ca /documentation
parente0fa185bf6e059104253610621b446cc3c56c692 (diff)
downloadpoky-0615dc0a57b841a1fd2a6419459bdda1f15dfc34.tar.gz
dev-manual, ref-manual, yocto-project-qs: Debian support added
Fixes [YOCTO #4912] Throughout the manual set, various areas talk about the Linux distributions we support and the required packages among other items that are tied to a distro. Debian had been missing except from the list in the ref-manual that shows the releases we test against. I have attended to all areas where Debian needs to be mentioned now. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 2004567821add745d320106b0dc6cccb4f73b605) 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/dev-manual/dev-manual-common-tasks.xml2
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml2
-rw-r--r--documentation/ref-manual/introduction.xml8
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml12
4 files changed, 13 insertions, 11 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 2d4282e1ce..d5c97c0538 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3496,7 +3496,7 @@
3496 <literallayout class='monospaced'> 3496 <literallayout class='monospaced'>
3497 service httpd reload 3497 service httpd reload
3498 </literallayout> 3498 </literallayout>
3499 For Ubuntu, use the following: 3499 For Ubuntu and Debian, use the following:
3500 <literallayout class='monospaced'> 3500 <literallayout class='monospaced'>
3501 /etc/init.d/apache2 reload 3501 /etc/init.d/apache2 reload
3502 </literallayout> 3502 </literallayout>
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index ad4c4d8fe4..3a70398984 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -1537,7 +1537,7 @@
1537 <filename>git send-email</filename> command. 1537 <filename>git send-email</filename> command.
1538 <note>In order to use <filename>git send-email</filename>, you must have the 1538 <note>In order to use <filename>git send-email</filename>, you must have the
1539 the proper Git packages installed. 1539 the proper Git packages installed.
1540 For Ubuntu and Fedora the package is <filename>git-email</filename>.</note></para> 1540 For Ubuntu, Debian, and Fedora the package is <filename>git-email</filename>.</note></para>
1541 <para>The <filename>git send-email</filename> command sends email by using a local 1541 <para>The <filename>git send-email</filename> command sends email by using a local
1542 or remote Mail Transport Agent (MTA) such as 1542 or remote Mail Transport Agent (MTA) such as
1543 <filename>msmtp</filename>, <filename>sendmail</filename>, or through a direct 1543 <filename>msmtp</filename>, <filename>sendmail</filename>, or through a direct
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index 63b231e1e7..8e591fcd38 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -141,8 +141,8 @@
141 <listitem><para>Fedora release 18 (Spherical Cow)</para></listitem> 141 <listitem><para>Fedora release 18 (Spherical Cow)</para></listitem>
142 <listitem><para>CentOS release 6.3 (Final)</para></listitem> 142 <listitem><para>CentOS release 6.3 (Final)</para></listitem>
143 <listitem><para>CentOS release 6.4 (Final)</para></listitem> 143 <listitem><para>CentOS release 6.4 (Final)</para></listitem>
144 <listitem><para>Debian GNU/Linux 6.0 (squeeze)</para></listitem> 144 <listitem><para>Debian GNU/Linux 6.0 (Squeeze)</para></listitem>
145 <listitem><para>Debian GNU/Linux 7.0</para></listitem> 145 <listitem><para>Debian GNU/Linux 7.0 (Wheezy)</para></listitem>
146 <listitem><para>openSUSE 12.2</para></listitem> 146 <listitem><para>openSUSE 12.2</para></listitem>
147 <listitem><para>openSUSE 12.3</para></listitem> 147 <listitem><para>openSUSE 12.3</para></listitem>
148 </itemizedlist> 148 </itemizedlist>
@@ -172,11 +172,11 @@
172 </para> 172 </para>
173 173
174 <section id='ubuntu-packages'> 174 <section id='ubuntu-packages'>
175 <title>Ubuntu</title> 175 <title>Ubuntu and Debian</title>
176 176
177 <para> 177 <para>
178 The following list shows the required packages by function 178 The following list shows the required packages by function
179 given a supported Ubuntu Linux distribution: 179 given a supported Ubuntu or Debian Linux distribution:
180 <itemizedlist> 180 <itemizedlist>
181 <listitem><para><emphasis>Essentials:</emphasis> 181 <listitem><para><emphasis>Essentials:</emphasis>
182 Packages needed to build an image on a headless 182 Packages needed to build an image on a headless
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>