From 8650364e50db190996206341afb56c175803fde6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 13 Jun 2012 09:03:13 -0700 Subject: documentation/poky-ref-manual/development.xml: 1.1.2 variables and updates First pass of implementing the poky.ent variables. Also, folded in obvious typo fixes. (From yocto-docs rev: 198bb34e21ba49fe4f858b9d00e60a9b717e06b9) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/development.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 58e725258e..76a0423f65 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -1,5 +1,6 @@ +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ %poky; ] > Platform Development with the Yocto Project @@ -231,7 +232,7 @@ still defined so you can use commands such as configure and make. The commands execute just as if the Yocto Project build system were executing them. - Consequently, workng this way can be helpful when debugging a build or preparing + Consequently, working this way can be helpful when debugging a build or preparing software to be used with the Yocto Project build system. @@ -262,7 +263,7 @@ or compile commands as if they were being run by the Yocto Project build system itself. As noted earlier, the working directory also automatically changes to the - source directory (S). + source directory (S). @@ -284,7 +285,7 @@ Because an external shell is launched rather than opening directly into the - original terminal window, it allows easier interaction with Bitbake's multiple + original terminal window, it allows easier interaction with BitBake's multiple threads as well as accomodates a future client/server split. @@ -294,7 +295,7 @@ instead of just using gcc. The same applies to other applications such as binutils, libtool and so forth. - The Yocto Project has setup environment variables such as CC + BitBake sets up environment variables such as CC to assist applications, such as make to find the correct tools. It is also worth noting that devshell still works over X11 forwarding and similar situations @@ -333,7 +334,7 @@ It also allows you to perform post-mortem style analysis of program crashes. GDB is available as a package within the Yocto Project and by default is installed in sdk images. - See Reference: Images for a description of these + See the "Reference: Images" appendix for a description of these images. You can find information on GDB at . @@ -671,7 +672,7 @@ A graphical user interface for OProfile is also available. You can download and build this interface from the Yocto Project at - . + . If the "tools-profile" image feature is selected, all necessary binaries are installed onto the target device for OProfileUI interaction. @@ -679,7 +680,7 @@ Even though the Yocto Project usually includes all needed patches on the target device, you might find you need other OProfile patches for recent OProfileUI features. - If so, see the + If so, see the OProfileUI README for the most recent information. @@ -765,8 +766,8 @@ is not always necessary to actually have them on the device for OProfile use. All that is needed is a copy of the filesystem with the debug symbols present on the viewer system. - The Launching GDB - on the Host Computer section covers how to create such a directory with + The "Launching GDB on the Host Computer" + section covers how to create such a directory with the Yocto Project and how to use the OProfileUI Settings dialog to specify the location. If you specify the directory, it will be used when the file checksums match those on the system you are profiling. -- cgit v1.2.3-54-g00ecf