diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 069a8a62f3..1b5978e7c9 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -404,12 +404,12 @@ | |||
404 | same information as <filename>sigdata</filename> files. | 404 | same information as <filename>sigdata</filename> files. |
405 | </para></listitem> | 405 | </para></listitem> |
406 | <listitem><para> | 406 | <listitem><para> |
407 | Run <filename>bitbake-dumpsigs</filename> on the | 407 | Run <filename>bitbake-dumpsig</filename> on the |
408 | <filename>sigdata</filename> or | 408 | <filename>sigdata</filename> or |
409 | <filename>siginfo</filename> file. | 409 | <filename>siginfo</filename> file. |
410 | Here is an example: | 410 | Here is an example: |
411 | <literallayout class='monospaced'> | 411 | <literallayout class='monospaced'> |
412 | $ bitbake-dumpsigs ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 | 412 | $ bitbake-dumpsig ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 |
413 | </literallayout> | 413 | </literallayout> |
414 | In the output of the above command, you will find a line | 414 | In the output of the above command, you will find a line |
415 | like the following, which lists all the (inferred) variable | 415 | like the following, which lists all the (inferred) variable |
@@ -425,7 +425,7 @@ | |||
425 | These functions in turn depend on the variables they | 425 | These functions in turn depend on the variables they |
426 | reference. | 426 | reference. |
427 | </note> | 427 | </note> |
428 | The output of <filename>bitbake-dumpsigs</filename> also includes | 428 | The output of <filename>bitbake-dumpsig</filename> also includes |
429 | the value each variable had, a list of dependencies for each | 429 | the value each variable had, a list of dependencies for each |
430 | variable, and | 430 | variable, and |
431 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_HASHBASE_WHITELIST'><filename>BB_HASHBASE_WHITELIST</filename></ulink> | 431 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_HASHBASE_WHITELIST'><filename>BB_HASHBASE_WHITELIST</filename></ulink> |
@@ -442,7 +442,7 @@ | |||
442 | between two versions of a task. | 442 | between two versions of a task. |
443 | If you call <filename>bitbake-diffsigs</filename> with just one | 443 | If you call <filename>bitbake-diffsigs</filename> with just one |
444 | file, the command behaves like | 444 | file, the command behaves like |
445 | <filename>bitbake-dumpsigs</filename>. | 445 | <filename>bitbake-dumpsig</filename>. |
446 | </para> | 446 | </para> |
447 | 447 | ||
448 | <para> | 448 | <para> |