summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-22 13:07:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-02 16:29:52 +0100
commit9b20975fc27ff6bc45c90e7aa8bbf67562450d6f (patch)
tree032c615fdf77efc00728897809ab34b98912521a
parent087c580b286816265f487e02746bfa6e26081554 (diff)
downloadpoky-9b20975fc27ff6bc45c90e7aa8bbf67562450d6f.tar.gz
bitbake: bitbake-user-manual: Corrected misspelled STAMPS_DIR
Fixes [YOCTO #10141] Section on Checksums (Signatures) had this variable referred to as STAMP_DIR. (Bitbake rev: 7dff6762148bc2ac8f81d89bbe595dfbfdf7b119) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
index 7b4459c95b..ec75893e15 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
@@ -828,7 +828,7 @@
828 itself. 828 itself.
829 The simplest parameter to pass is "none", which causes a 829 The simplest parameter to pass is "none", which causes a
830 set of signature information to be written out into 830 set of signature information to be written out into
831 <filename>STAMP_DIR</filename> 831 <filename>STAMPS_DIR</filename>
832 corresponding to the targets specified. 832 corresponding to the targets specified.
833 The other currently available parameter is "printdiff", 833 The other currently available parameter is "printdiff",
834 which causes BitBake to try to establish the closest 834 which causes BitBake to try to establish the closest