From 0615dc0a57b841a1fd2a6419459bdda1f15dfc34 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 Aug 2013 17:12:10 +0300 Subject: [PATCH] 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 (From yocto-docs rev: 2004567821add745d320106b0dc6cccb4f73b605) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- documentation/dev-manual/dev-manual-newbie.xml | 2 +- documentation/ref-manual/introduction.xml | 8 ++++---- documentation/yocto-project-qs/yocto-project-qs.xml | 12 +++++++----- 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 @@ service httpd reload - For Ubuntu, use the following: + For Ubuntu and Debian, use the following: /etc/init.d/apache2 reload 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 @@ git send-email command. In order to use git send-email, you must have the the proper Git packages installed. - For Ubuntu and Fedora the package is git-email. + For Ubuntu, Debian, and Fedora the package is git-email. The git send-email command sends email by using a local or remote Mail Transport Agent (MTA) such as msmtp, sendmail, 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 @@ Fedora release 18 (Spherical Cow) CentOS release 6.3 (Final) CentOS release 6.4 (Final) - Debian GNU/Linux 6.0 (squeeze) - Debian GNU/Linux 7.0 + Debian GNU/Linux 6.0 (Squeeze) + Debian GNU/Linux 7.0 (Wheezy) openSUSE 12.2 openSUSE 12.3 @@ -172,11 +172,11 @@
- Ubuntu + Ubuntu and Debian The following list shows the required packages by function - given a supported Ubuntu Linux distribution: + given a supported Ubuntu or Debian Linux distribution: Essentials: 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 @@ - A host system running a supported Linux distribution (i.e. recent releases of - Fedora, openSUSE, CentOS, and Ubuntu). + 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. @@ -184,6 +185,7 @@ Fedora openSUSE CentOS + Debian For a more detailed list of distributions that support the Yocto Project, see the @@ -268,11 +270,11 @@
- Ubuntu + Ubuntu and Debian - 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: $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm