diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 11 |
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> |