summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-03 08:51:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-08 16:30:15 +0100
commit5dfb1de6ffb2d99cec084282e20b9c7d1f783330 (patch)
treeb04c4d3e528d7ac9ed1e81f59b7394caa33d4afe
parent8229b470b0a640567e3ddd18975d96fcbf120a3a (diff)
downloadpoky-5dfb1de6ffb2d99cec084282e20b9c7d1f783330.tar.gz
ref-manual: Updated files in the image part of build history
Fixes [YOCTO #5303] Added a bullet item to the files listed as part of images in the buildhistory figure. (From yocto-docs rev: 5c4c581cde509b880b0d36dad399df0cb510b2d2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/usingpoky.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index 40413766a2..b00e7bc14e 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -27,7 +27,7 @@
27 <title>Build Overview</title> 27 <title>Build Overview</title>
28 28
29 <para> 29 <para>
30 The first thing you need to do is set up the OpenEmbedded build 30 The first thing you need to do is set up the OpenEmbedded build
31 environment by sourcing an environment setup script 31 environment by sourcing an environment setup script
32 (i.e. 32 (i.e.
33 <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link> 33 <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link>
@@ -508,7 +508,8 @@
508 <imagedata fileref="figures/buildhistory.png" align="center" width="6in" depth="4in" /> 508 <imagedata fileref="figures/buildhistory.png" align="center" width="6in" depth="4in" />
509 </para> 509 </para>
510 510
511 <para>At the top level, there is a <filename>metadata-revs</filename> file 511 <para>
512 At the top level, there is a <filename>metadata-revs</filename> file
512 that lists the revisions of the repositories for the layers enabled 513 that lists the revisions of the repositories for the layers enabled
513 when the build was produced. 514 when the build was produced.
514 The rest of the data splits into separate 515 The rest of the data splits into separate
@@ -632,6 +633,12 @@
632 <para> 633 <para>
633 The files produced for each image are as follows: 634 The files produced for each image are as follows:
634 <itemizedlist> 635 <itemizedlist>
636 <listitem><para><filename>image-files:</filename>
637 A directory containing selected files from the root
638 filesystem.
639 The files are defined by
640 <filename>BUILDHISTORY_IMAGE_FILES</filename>.
641 </para></listitem>
635 <listitem><para><filename>build-id:</filename> 642 <listitem><para><filename>build-id:</filename>
636 Human-readable information about the build configuration 643 Human-readable information about the build configuration
637 and metadata source revisions.</para></listitem> 644 and metadata source revisions.</para></listitem>