From 3b70c96537013af1d86a8207deeb5c593ddba9c4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 22 Aug 2016 15:30:57 -0700 Subject: ref-manual: Replaced "bitbake-dumpsigs" with "bitbake-dumpsig". Fixes [YOCTO #10141] (From yocto-docs rev: e74a66d146e7f666a71f2dab6a5f78de5ad1966c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/usingpoky.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') 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 @@ same information as sigdata files. - Run bitbake-dumpsigs on the + Run bitbake-dumpsig on the sigdata or siginfo file. Here is an example: - $ bitbake-dumpsigs ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 + $ bitbake-dumpsig ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 In the output of the above command, you will find a line like the following, which lists all the (inferred) variable @@ -425,7 +425,7 @@ These functions in turn depend on the variables they reference. - The output of bitbake-dumpsigs also includes + The output of bitbake-dumpsig also includes the value each variable had, a list of dependencies for each variable, and BB_HASHBASE_WHITELIST @@ -442,7 +442,7 @@ between two versions of a task. If you call bitbake-diffsigs with just one file, the command behaves like - bitbake-dumpsigs. + bitbake-dumpsig. -- cgit v1.2.3-54-g00ecf