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.