diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ad04cbe12d..cd2808dfcf 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -9,7 +9,7 @@ This chapter describes fundamental procedures such as creating layers, adding new software packages, extending or customizing images, porting work to new hardware (adding a new machine), and so forth. - You will find the procedures documented here occur often in the + You will find that the procedures documented here occur often in the development cycle using the Yocto Project. @@ -23,7 +23,7 @@ each other. You might find it tempting to keep everything in one layer when working on a single project. - However, the more modular you organize your Metadata, the easier + However, the more modular your Metadata, the easier it is to cope with future changes. @@ -77,7 +77,7 @@ - Furthermore, if you set up a local copy of the + As another example, if you set up a local copy of the meta-intel Git repository and then explore the folder of that general layer, you will discover many Intel-specific BSP layers inside. @@ -224,7 +224,7 @@ file within the layer. If the layer adds distro policy, add the distro configuration in a conf/distro/ - file with the layer. + file within the layer. If the layer introduces new recipes, put the recipes you need in recipes-* subdirectories within the layer. @@ -810,7 +810,7 @@ <layer>.conf). The - COPYING.MIT: + COPYING.MIT file: The copyright and use notice for the software. The README @@ -826,7 +826,7 @@ in <layer>/recipes-example/example/. The script creates a .bb file and a directory, which contains a sample - helloworld.c source file and along with + helloworld.c source file, along with a sample patch file. If you do not provide a recipe name, the script uses "example". @@ -1131,7 +1131,7 @@ Writing a Recipe to Add a Package to Your Image - Recipes add packages to your image. + Recipes let you define packages you can add to your image. Writing a recipe means creating a .bb file that sets some variables. For information on variables that are useful for recipes and for information about recipe naming @@ -1546,7 +1546,7 @@ You need to create a configure task that configures the unpacked kernel with a defconfig. You can do this by using a make defconfig command or, - more commonly, by copying in a suitable defconfig file and and then running + more commonly, by copying in a suitable defconfig file and then running make oldconfig. By making use of inherit kernel and potentially some of the linux-*.inc files, most other functionality is