diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 8b4828b97e..f60d24d623 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -655,11 +655,12 @@ | |||
655 | The code in <filename>meta/lib/oe/sstatesig.py</filename> shows two examples | 655 | The code in <filename>meta/lib/oe/sstatesig.py</filename> shows two examples |
656 | of this and also illustrates how you can insert your own policy into the system | 656 | of this and also illustrates how you can insert your own policy into the system |
657 | if so desired. | 657 | if so desired. |
658 | This file defines the two basic signature generators <filename>OE-Core</filename> | 658 | This file defines the two basic signature generators |
659 | uses: "OEBasic" and "OEBasicHash". | 659 | <link linkend='oe-core'>OE-Core</link> uses: "OEBasic" and |
660 | "OEBasicHash". | ||
660 | By default, there is a dummy "noop" signature handler enabled in BitBake. | 661 | By default, there is a dummy "noop" signature handler enabled in BitBake. |
661 | This means that behavior is unchanged from previous versions. | 662 | This means that behavior is unchanged from previous versions. |
662 | <filename>OE-Core</filename> uses the "OEBasicHash" signature handler by default | 663 | OE-Core uses the "OEBasicHash" signature handler by default |
663 | through this setting in the <filename>bitbake.conf</filename> file: | 664 | through this setting in the <filename>bitbake.conf</filename> file: |
664 | <literallayout class='monospaced'> | 665 | <literallayout class='monospaced'> |
665 | BB_SIGNATURE_HANDLER ?= "OEBasicHash" | 666 | BB_SIGNATURE_HANDLER ?= "OEBasicHash" |