diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 4 |
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. |