diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-07 14:38:52 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:37 +0000 |
commit | bcd9917f8d8b70f244815ea3136a7082c2cba2aa (patch) | |
tree | f56542e1e2fc3049745455086de851d005fb4bc4 /documentation/ref-manual/usingpoky.xml | |
parent | ad49dddd727e466f5080ac0c1952e3118cc9f435 (diff) | |
download | poky-bcd9917f8d8b70f244815ea3136a7082c2cba2aa.tar.gz |
ref-manual: Edits to "Understanding What the Build History Contains" section.
The opening sentence here said that the build history is
kept in the $TMPDIR/buildhistory directory in the Build Directory
as defined by the BUILDHISTORY_DIR variable. Well, the variable
claims it is kept in $TOPDIR/buildhistory. I went with the
variable as the correct source. So, I changed the intro
sentence here.
Reported-by: Laszlo Papp <lpapp@kde.org>
(From yocto-docs rev: 242e372affe771776bdfc17f3e3f5187d8965467)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index dd93f30dd1..743db7c54d 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -507,7 +507,7 @@ | |||
507 | 507 | ||
508 | <para> | 508 | <para> |
509 | Build history information is kept in | 509 | Build history information is kept in |
510 | <filename>$</filename><link linkend='var-TMPDIR'><filename>TMPDIR</filename></link><filename>/buildhistory</filename> | 510 | <filename>$</filename><link linkend='var-TOPDIR'><filename>TOPDIR</filename></link><filename>/buildhistory</filename> |
511 | in the Build Directory as defined by the | 511 | in the Build Directory as defined by the |
512 | <link linkend='var-BUILDHISTORY_DIR'><filename>BUILDHISTORY_DIR</filename></link> | 512 | <link linkend='var-BUILDHISTORY_DIR'><filename>BUILDHISTORY_DIR</filename></link> |
513 | variable. | 513 | variable. |