summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2025-10-17 15:13:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-17 16:43:20 +0100
commit8d8ca9e1b8aed993612fce6ccd7f08588b7a3527 (patch)
tree438a0332e5ea484ef59bcbc6e67e39eecbb94fc2 /bitbake/doc
parent5e9495010362ff6fad87939a6e8cdf718a939159 (diff)
downloadpoky-8d8ca9e1b8aed993612fce6ccd7f08588b7a3527.tar.gz
bitbake: bitbake/doc: Correct name of bitbake-dumpsig
(Bitbake rev: 35a421cdcafb3595b9de5489ffdc567825400d26) Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-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