summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-16 13:07:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:05 +0000
commit59e59b37e137c2f688d41f7a501ea477ef1199b9 (patch)
tree0e2fc1517c1e2b8c4b2ab9dee35121e9d48dda58 /documentation/ref-manual/technical-details.xml
parentcb3b2e1982775c4ad2d235acb847313f14c48b6b (diff)
downloadpoky-59e59b37e137c2f688d41f7a501ea477ef1199b9.tar.gz
ref-manual: Fixed "Oe-Core" reference links.
(From yocto-docs rev: 1afbf0da0a71d38b48e3db1fa6a5960f5f80018d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml7
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"