diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 567e721e4e..82d2312994 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -364,7 +364,7 @@ Maintaining Build Output Quality - A build's quality can be influenced by several things. + A build's quality can be influenced by many things. For example, if you upgrade a recipe to use a new version of an upstream software package or you experiment with some new configuration options, subtle changes can occur that you might not detect until later. @@ -413,7 +413,8 @@ INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" - Enabling build history causes the build process to collect build + Enabling build history as previously described + causes the build process to collect build output information and commit it to a local Git repository. @@ -430,7 +431,9 @@ build history in this manner can change the do_package task checksums, which if you are using the OEBasicHash signature generator (the default - for some distro configurations) will result in the packaging + for many current distro configurations including + DISTRO = "poky" and + DISRTO = "") will result in the packaging tasks being re-run during the subsequent build. @@ -531,8 +534,9 @@ filenames. - Installed package information is able to be gathered and - produced even if packaging is disabled for the final image. + Installed package information is able to be gathered and + produced even if package management is disabled for the final + image. @@ -561,8 +565,8 @@ -
- Limiting Build History Information +
+ Using Build History to Gather Image Information Only As you can see, build history produces image information, @@ -570,7 +574,8 @@ was pulled into the image. If you are just interested in this information and not interested in collecting history or any package information, - you can limit the build history output by adding the following + you can enable writing only image information without + any history by adding the following to your conf/local.conf file found in the Build Directory: