summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 4dadf0bc7b..6a3488ed23 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -2228,12 +2228,12 @@ OpenEmbedded metadata-based example.
2228These checksums are stored in :term:`STAMP`. You can 2228These checksums are stored in :term:`STAMP`. You can
2229examine the checksums using the following BitBake command:: 2229examine the checksums using the following BitBake command::
2230 2230
2231 $ bitbake-dumpsigs 2231 $ bitbake-dumpsig
2232 2232
2233This command returns the signature data in a readable 2233This command returns the signature data in a readable
2234format that allows you to examine the inputs used when the OpenEmbedded 2234format that allows you to examine the inputs used when the OpenEmbedded
2235build system generates signatures. For example, using 2235build system generates signatures. For example, using
2236``bitbake-dumpsigs`` allows you to examine the ``do_compile`` task's 2236``bitbake-dumpsig`` allows you to examine the ``do_compile`` task's
2237"sigdata" for a C application (e.g. ``bash``). Running the command also 2237"sigdata" for a C application (e.g. ``bash``). Running the command also
2238reveals that the "CC" variable is part of the inputs that are hashed. 2238reveals that the "CC" variable is part of the inputs that are hashed.
2239Any changes to this variable would invalidate the stamp and cause the 2239Any changes to this variable would invalidate the stamp and cause the