diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 5f3fa962b9..1f3f4ec442 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml @@ -124,14 +124,13 @@ given a supported Ubuntu Linux distribution: Essentials: - Packages needed to build an image for a headless + Packages needed to build an image on a headless system: $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; Graphical Extras: - Packages needed if you are going to have graphics - support when you run the image: + Packages recommended if the host system has graphics support: $ sudo apt-get install libsdl1.2-dev xterm @@ -143,7 +142,10 @@ Application Development Extras: Packages needed if you are going to be developing - user-space applications: + user-space applications. + In particular, you are using the + Application Development Toolkit (ADT) + or the ADT Installer: $ sudo apt-get install autoconf automake libtool libglib2.0-dev @@ -165,8 +167,7 @@ $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; Graphical Extras: - Packages needed if you are going to have graphics - support when you run the image: + Packages recommended if the host system has graphics support: $ sudo yum install SDL-devel xterm @@ -179,7 +180,10 @@ Application Development Extras: Packages needed if you are going to be developing - user-space applications: + user-space applications. + In particular, you are using the + Application Development Toolkit (ADT) + or the ADT Installer: $ sudo yum install autoconf automake libtool glib2-devel @@ -201,8 +205,7 @@ $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; Graphical Extras: - Packages needed if you are going to have graphics - support when you run the image: + Packages recommended if the host system has graphics support: $ sudo zypper install libSDL-devel xterm @@ -214,7 +217,10 @@ Application Development Extras: Packages needed if you are going to be developing - user-space applications: + user-space applications. + In particular, you are using the + Application Development Toolkit (ADT) + or the ADT Installer: $ sudo zypper install autoconf automake libtool glib2-devel @@ -236,8 +242,7 @@ $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; Graphical Extras: - Packages needed if you are going to have graphics - support when you run the image: + Packages recommended if the host system has graphics support: $ sudo yum -y install SDL-devel xterm @@ -250,11 +255,19 @@ Application Development Extras: Packages needed if you are going to be developing - user-space applications: + user-space applications. + In particular, you are using the + Application Development Toolkit (ADT) + or the ADT Installer: $ sudo yum -y install autoconf automake libtool glib2-devel + Depending on the CentOS version you are using, other requirements + and dependencies might exist. + For details, you should look at the CentOS sections on the + Poky/GettingStarted/Dependencies + wiki page. diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index a025895843..ca6f65bf00 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -216,12 +216,15 @@ For example, if you want to build an image that can run on QEMU in graphical mode (a minimal, basic build requirement), then the number of packages is different than if you want to - build an image for a headless system or build out the Yocto Project + build an image on a headless system or build out the Yocto Project documentation set. Collectively, the number of required packages is large if you want to be able to cover all cases. In general, you need to have root access and then install the - required packages. + required packages. + Thus, the commands in the following section may or may not work + depending on whether or not your Linux distribution has + sudo installed. @@ -281,6 +284,11 @@ $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm + Depending on the CentOS version you are using, other requirements + and dependencies might exist. + For details, you should look at the CentOS sections on the + Poky/GettingStarted/Dependencies + wiki page.