From 0615dc0a57b841a1fd2a6419459bdda1f15dfc34 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 Aug 2013 17:12:10 +0300 Subject: 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/yocto-project-qs/yocto-project-qs.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml') 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 -- cgit v1.2.3-54-g00ecf