summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-28 17:01:52 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-30 14:10:03 +0000
commit23737926d207c18c68577ac906a3502b055e715b (patch)
tree41903d36cdb245d604533d466cc9ca7524391493 /documentation/ref-manual
parentd70e93caf45194996d717a8cece2194bc47b44bd (diff)
downloadpoky-23737926d207c18c68577ac906a3502b055e715b.tar.gz
ref-manual: Changed the default BB Signature Handler
Fixes YOCTO #3684 Updated the section that declares what the default BB Signature Handler is. (From yocto-docs rev: e4c64add4a54e5583bf88fc71f00c90f7a1f6440) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/technical-details.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 1defc0fee9..a9c31c8b6e 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -344,10 +344,10 @@
344 uses: "OEBasic" and "OEBasicHash". 344 uses: "OEBasic" and "OEBasicHash".
345 By default, there is a dummy "noop" signature handler enabled in BitBake. 345 By default, there is a dummy "noop" signature handler enabled in BitBake.
346 This means that behavior is unchanged from previous versions. 346 This means that behavior is unchanged from previous versions.
347 <filename>OE-Core</filename> uses the "OEBasic" signature handler by default 347 <filename>OE-Core</filename> uses the "OEBasicHash" signature handler by default
348 through this setting in the <filename>bitbake.conf</filename> file: 348 through this setting in the <filename>bitbake.conf</filename> file:
349 <literallayout class='monospaced'> 349 <literallayout class='monospaced'>
350 BB_SIGNATURE_HANDLER ?= "OEBasic" 350 BB_SIGNATURE_HANDLER ?= "OEBasicHash"
351 </literallayout> 351 </literallayout>
352 The "OEBasicHash" <filename>BB_SIGNATURE_HANDLER</filename> is the same as the 352 The "OEBasicHash" <filename>BB_SIGNATURE_HANDLER</filename> is the same as the
353 "OEBasic" version but adds the task hash to the stamp files. 353 "OEBasic" version but adds the task hash to the stamp files.