mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
5e94950103
commit
8d8ca9e1b8
|
|
@ -2228,12 +2228,12 @@ OpenEmbedded metadata-based example.
|
|||
These checksums are stored in :term:`STAMP`. You can
|
||||
examine the checksums using the following BitBake command::
|
||||
|
||||
$ bitbake-dumpsigs
|
||||
$ bitbake-dumpsig
|
||||
|
||||
This command returns the signature data in a readable
|
||||
format that allows you to examine the inputs used when the OpenEmbedded
|
||||
build system generates signatures. For example, using
|
||||
``bitbake-dumpsigs`` allows you to examine the ``do_compile`` task's
|
||||
``bitbake-dumpsig`` allows you to examine the ``do_compile`` task's
|
||||
"sigdata" for a C application (e.g. ``bash``). Running the command also
|
||||
reveals that the "CC" variable is part of the inputs that are hashed.
|
||||
Any changes to this variable would invalidate the stamp and cause the
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user