From ed0a240e1632682ec4c33341f3e24ad71773cdfc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 11 Dec 2012 12:07:58 -0600 Subject: documentation: Rename of poky-ref-manual folder to ref-manual. Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../build-history-image-information.html | 80 ++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 documentation/ref-manual/eclipse/html/poky-ref-manual/build-history-image-information.html (limited to 'documentation/ref-manual/eclipse/html/poky-ref-manual/build-history-image-information.html') diff --git a/documentation/ref-manual/eclipse/html/poky-ref-manual/build-history-image-information.html b/documentation/ref-manual/eclipse/html/poky-ref-manual/build-history-image-information.html new file mode 100644 index 0000000000..f1b0f9e2ad --- /dev/null +++ b/documentation/ref-manual/eclipse/html/poky-ref-manual/build-history-image-information.html @@ -0,0 +1,80 @@ + + + +2.4.2.2. Build History Image Information + + + + + + + +
+

+2.4.2.2. Build History Image Information

+

+ The files produced for each image are as follows: +

+
    +
  • build-id: + Human-readable information about the build configuration + and metadata source revisions.

  • +
  • *.dot: + Dependency graphs for the image that are + compatible with graphviz. +

  • +
  • files-in-image.txt: + A list of files in the image with permissions, + owner, group, size, and symlink information. +

  • +
  • image-info.txt: + A text file containing name-value pairs with information + about the image. + See the following listing example for more information. +

  • +
  • installed-package-names.txt: + A list of installed packages by name only.

  • +
  • installed-package-sizes.txt: + A list of installed packages ordered by size. +

  • +
  • installed-packages.txt: + A list of installed packages with fuill package + filenames.

  • +
+

+

+
+

Note

+ Installed package information is able to be gathered and + produced even if package management is disabled for the final + image. +
+

+

+

+ Here is an example of image-info.txt: +

+
+     DISTRO = poky
+     DISTRO_VERSION = 1.1+snapshot-20120207
+     USER_CLASSES = image-mklibs image-prelink
+     IMAGE_CLASSES = image_types
+     IMAGE_FEATURES = debug-tweaks x11-base apps-x11-core \
+        package-management ssh-server-dropbear package-management
+     IMAGE_LINGUAS = en-us en-gb
+     IMAGE_INSTALL = task-core-boot task-base-extended
+     BAD_RECOMMENDATIONS = 
+     ROOTFS_POSTPROCESS_COMMAND = buildhistory_get_image_installed ;   rootfs_update_timestamp ;  
+     IMAGE_POSTPROCESS_COMMAND = buildhistory_get_imageinfo ; 
+     IMAGESIZE = 171816
+                
+

+ Other than IMAGESIZE, which is the + total size of the files in the image in Kbytes, the + name-value pairs are variables that may have influenced the + content of the image. + This information is often useful when you are trying to determine + why a change in the package or file listings has occurred. +

+
+ -- cgit v1.2.3-54-g00ecf