]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual, ref-manual, yocto-project-qs: Debian support added
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 9 Aug 2013 14:12:10 +0000 (17:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 12:18:57 +0000 (13:18 +0100)
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>
documentation/dev-manual/dev-manual-common-tasks.xml
documentation/dev-manual/dev-manual-newbie.xml
documentation/ref-manual/introduction.xml
documentation/yocto-project-qs/yocto-project-qs.xml

index 2d4282e1cea4d75cff1dc06e304a6fb0f1ee448b..d5c97c05383b96b0c355f473a9d71124f4f95d11 100644 (file)
                         <literallayout class='monospaced'>
      service httpd reload
                         </literallayout>
-                        For Ubuntu, use the following:
+                        For Ubuntu and Debian, use the following:
                         <literallayout class='monospaced'>
      /etc/init.d/apache2 reload
                         </literallayout>
index ad4c4d8fe467a1db22eddf9127b41f6273b083fe..3a703989844f098a3421b24375c58af888ba0e02 100644 (file)
                     <filename>git send-email</filename> command.
                     <note>In order to use <filename>git send-email</filename>, you must have the
                     the proper Git packages installed.
-                    For Ubuntu and Fedora the package is <filename>git-email</filename>.</note></para>
+                    For Ubuntu, Debian, and Fedora the package is <filename>git-email</filename>.</note></para>
                     <para>The <filename>git send-email</filename> command sends email by using a local
                     or remote Mail Transport Agent (MTA) such as
                     <filename>msmtp</filename>, <filename>sendmail</filename>, or through a direct
index 63b231e1e748486ad9efd4e16453c0f734b346e4..8e591fcd38bcac7d246404499b902f08c62d664f 100644 (file)
                 <listitem><para>Fedora release 18 (Spherical Cow)</para></listitem>
                 <listitem><para>CentOS release 6.3 (Final)</para></listitem>
                 <listitem><para>CentOS release 6.4 (Final)</para></listitem>
-                <listitem><para>Debian GNU/Linux 6.0 (squeeze)</para></listitem>
-                <listitem><para>Debian GNU/Linux 7.0</para></listitem>
+                <listitem><para>Debian GNU/Linux 6.0 (Squeeze)</para></listitem>
+                <listitem><para>Debian GNU/Linux 7.0 (Wheezy)</para></listitem>
                 <listitem><para>openSUSE 12.2</para></listitem>
                 <listitem><para>openSUSE 12.3</para></listitem>
             </itemizedlist>
         </para>
 
         <section id='ubuntu-packages'>
-            <title>Ubuntu</title>
+            <title>Ubuntu and Debian</title>
 
             <para>
                 The following list shows the required packages by function
-                given a supported Ubuntu Linux distribution:
+                given a supported Ubuntu or Debian Linux distribution:
                 <itemizedlist>
                     <listitem><para><emphasis>Essentials:</emphasis>
                         Packages needed to build an image on a headless
index dc12f84db743c667dcbc9515a35b74d5936f26e7..a8e8c3a35adafcca6270c7f8b692ff885fe2646b 100644 (file)
 
     <itemizedlist>
         <listitem>
-            <para>A host system running a supported Linux distribution (i.e. recent releases of
-                Fedora, openSUSE, CentOS, and Ubuntu).
+            <para>A host system running a supported Linux distribution
+                (i.e. recent releases of Fedora, openSUSE, CentOS, Debian,
+                and Ubuntu).
                 If the host system supports multiple cores and threads, you can configure the
                 Yocto Project build system to decrease the time needed to build images
                 significantly.
                 <listitem><para>Fedora</para></listitem>
                 <listitem><para>openSUSE</para></listitem>
                 <listitem><para>CentOS</para></listitem>
+                <listitem><para>Debian</para></listitem>
             </itemizedlist>
             For a more detailed list of distributions that support the Yocto Project,
             see the
         </para>
 
         <section id='ubuntu'>
-            <title>Ubuntu</title>
+            <title>Ubuntu and Debian</title>
 
             <para>
-                The essential packages you need for a supported Ubuntu distribution
-                are shown in the following command:
+                The essential packages you need for a supported Ubuntu
+                or Debian distribution are shown in the following command:
                 <literallayout class='monospaced'>
      $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm
                 </literallayout>