From ddef53b9620aa45986619e2ffe0afef513e3769e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 3 Oct 2012 13:04:23 -0700 Subject: documentation: poky-ref-manual, yocto-project-qs - Updates to packages A few edits to the respective sections that talk about required packages. Some wording changes for headless and graphics supported systems. Also, re-inserted the note about older CentOS systems. Reported-by Paul Eggleton (From yocto-docs rev: 112370758cf41104ff04c4996d4a432e6bd54be1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'documentation/yocto-project-qs') 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. -- cgit v1.2.3-54-g00ecf