From 307b04d98b303a2fd3b4d85a487137dda02ee0c7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 21 Jul 2011 14:52:04 -0700 Subject: documentation/dev-manual/dev-manual-cases.xml: partial - finished edits to BSP section. (From yocto-docs rev: 3f7f97f869edab6a8ad7678ac05c7a681624e5c8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-cases.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-cases.xml b/documentation/dev-manual/dev-manual-cases.xml index c1ebaf9ff7..727995800d 100644 --- a/documentation/dev-manual/dev-manual-cases.xml +++ b/documentation/dev-manual/dev-manual-cases.xml @@ -602,7 +602,7 @@ - To get ready to build your new layer you need to do the following: + To get ready to build your image that uses the new layer you need to do the following: Get the environment ready for the build by sourcing the environment script. @@ -619,7 +619,8 @@ Thus, entering the previous command created the yocto-build directory. If you do not provide a name for the build directory it defaults to build. - The build directory contains a conf directory that has + The yocot-build directory contains a + conf directory that has two configuration files you will need to check: bblayers.conf and local.conf. Check and edit the resulting local.conf file. @@ -721,12 +722,12 @@ For example, moving your working directory around could cause problems. Here is the command for this example: - $ bitbake –k poky-image-sato-live + $ bitbake –k core-image-sato-live - This command requests an image that has Sato support and can be run from a USB device or + This command specifies an image that has Sato support and that can be run from a USB device or from a CD without having to first install anything. The build process takes significant time and includes thousands of tasks, which are reported at the console. -- cgit v1.2.3-54-g00ecf