From c0433b3b9409610481d49f2563dbc57c8995dbf8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 14 Jun 2012 14:41:22 -0700 Subject: documentation/dev-manual: Minor 1.1.2 updates The second pass through the manual testing against the variables put in during the first pass. Minor changes and few links not right. One thing of note is the tarball used for the BSP appendix example for Crown Bay. The tarball I have in there is the release 1.1 version with poky 6.0.0. (From yocto-docs rev: 3839c0b0a063fd240b129c745ee95047a6e23cb8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'documentation/dev-manual/dev-manual-newbie.xml') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index bc95a20c2a..774ac3d5bf 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -171,10 +171,8 @@ Images are the binary output that runs on specific hardware and for specific use cases. For a list of the supported image types that the Yocto Project provides, see the - "Reference: Images" - appendix in - - The Yocto Project Reference Manual. + "Reference: Images" + appendix in the Yocto Project Reference Manual. Layer: A collection of recipes representing the core, a BSP, or an application stack. Metadata: The files that BitBake parses when building an image. @@ -217,14 +215,14 @@ system in order to do any development using the Yocto Project. The name of the top-level directory of the Yocto Project file structure is derived from the Yocto Project release tarball. - For example, downloading and unpacking poky-edison-6.0.1.tar.bz2 + For example, downloading and unpacking &YOCTO_POKY_TARBALL; results in a Yocto Project file structure whose Yocto Project source directory is named - poky-edison-6.0.1. + &YOCTO_POKY;. If you create a Git repository, then you can name the repository anything you like. You can find instruction on how to set up the Yocto Project files on your host development system by reading the - "Getting + "Getting Setup" section. Yocto Project Build Directory: This term refers to the area used by the Yocto Project for builds. @@ -234,9 +232,9 @@ You can create the Yocto Project build directory anywhere you want on your development system. Here is an example that creates the directory in mybuilds - and names the Yocto Project build directory YP-6.0.1: + and names the Yocto Project build directory YP-&POKYVERSION;: - $ source poky-edison-6.0.1/oe-init-build-env $HOME/mybuilds/YP-6.0.1 + $ source &OE_INIT_PATH; $HOME/mybuilds/YP-&POKYVERSION; If you don't specifically name the directory, BitBake creates it in the current directory and uses the name build. -- cgit v1.2.3-54-g00ecf