From 0cb1be9faee004d2532a598c2d6aa0fc19afae82 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 13 Jun 2012 13:53:59 -0700 Subject: documentation/poky-ref-manual/usingpoky.xml: 1.1.2 variables and updates First pass at implementing the poky.ent variables. Also made some text corrections. (From yocto-docs rev: bbc29ec49291ac592708155a165bea16d20aa992) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/usingpoky.xml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 183d4b357a..914a0f5771 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -1,5 +1,7 @@ +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ %poky; ] > + Using the Yocto Project @@ -15,10 +17,8 @@ You can find general information on how to build an image using the Yocto Project in the - - Building an Image section of the - - Yocto Project Quick Start. + "Building an Image" + section of The Yocto Project Quick Start. This section provides a summary of the build process and provides information for less obvious aspects of the build process. @@ -60,14 +60,14 @@ files. Or, the target can be the name of a recipe for a specific piece of software such as busybox. - For more details about the images Yocto Project supports, see the - 'Reference: Images' appendix. + For more details about the images the Yocto Project supports, see the + "Reference: Images" appendix. Building an image without GNU Public License Version 3 (GPLv3) components is only supported for minimal and base images. - See 'Reference: Images' for more information. + See the "Reference: Images" appendix for more information. @@ -93,10 +93,8 @@ tmp/deploy/images. For information on how to run pre-built images such as qemux86 and qemuarm, see the - - Using Pre-Built Binaries and QEMU section in the - - Yocto Project Quick Start. + "Using Pre-Built Binaries and QEMU" + section in the Yocto Project Quick Start. For information about how to install these images, see the documentation for your particular board/machine. @@ -181,7 +179,7 @@ You can view a list of tasks in a given package by running the listtasks task as follows: - $ bitbake matchbox-desktop -c + $ bitbake matchbox-desktop -c listtasks The results are in the file ${WORKDIR}/temp/log.do_listtasks. @@ -297,7 +295,7 @@ if fatal_error: bb.fatal("fatal_error detected, unable to print the task list") bb.plain("The tasks present are abc") - bb.debug(2, "Finished figureing out the tasklist") + bb.debug(2, "Finished figuring out the tasklist") } -- cgit v1.2.3-54-g00ecf