diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index b00e7bc14e..1edc9ea238 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -40,7 +40,7 @@ - The build_dir is optional and specifies the directory the + The build_dir argument is optional and specifies the directory the OpenEmbedded build system uses for the build - the Build Directory. If you do not specify a Build Directory, it defaults to a directory @@ -72,7 +72,7 @@ Building an image without GNU General Public License Version 3 (GPLv3) components - is only supported for minimal and base images. + is supported for only minimal and base images. See the "Images" chapter for more information. @@ -158,7 +158,7 @@ package_write, and build. The default task is build and any tasks on which it depends build first. - Some tasks exist, such as devshell, that are not part of the + Some tasks, such as devshell, are not part of the default build chain. If you wish to run a task that is not part of the default build chain, you can use the -c option in BitBake. @@ -479,11 +479,11 @@ from your conf/local.conf file. However, you should realize that enabling and disabling build history in this manner can change the - do_package task checksums, which if you + do_package task checksums which, if you are using the OEBasicHash signature generator (the default for many current distro configurations including DISTRO = "poky" and - DISTRO = "") and will result in the packaging + DISTRO = "") will result in the packaging tasks being re-run during the subsequent build.