From fa30b8b56353adb8f295bcd3926d8d6a7ff45e96 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 15 Nov 2012 15:17:31 -0800 Subject: documentation: poky-ref-manual - edits to build history section. Applied some review comments from Paul Eggleton on the new build history section. Some minor re-phrasing. (From yocto-docs rev: 986b0e7d2a79141d7c8dea0062cd25970a74fa57) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/usingpoky.xml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'documentation/poky-ref-manual/usingpoky.xml') 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: -- cgit v1.2.3-54-g00ecf