summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-release-process.xml3
-rw-r--r--documentation/ref-manual/technical-details.xml7
2 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-release-process.xml b/documentation/ref-manual/ref-release-process.xml
index 6f5b1784e3..f8fc49c191 100644
--- a/documentation/ref-manual/ref-release-process.xml
+++ b/documentation/ref-manual/ref-release-process.xml
@@ -206,7 +206,8 @@
206 <para> 206 <para>
207 The Yocto Project's main Autobuilder 207 The Yocto Project's main Autobuilder
208 (<filename>autobuilder.yoctoproject.org</filename>) publicly tests 208 (<filename>autobuilder.yoctoproject.org</filename>) publicly tests
209 each Yocto Project release's code in the OE-Core, Poky, and BitBake 209 each Yocto Project release's code in the
210 <link linkend='oe-core'>OE-Core</link>, Poky, and BitBake
210 repositories. 211 repositories.
211 The testing occurs for both the current state of the 212 The testing occurs for both the current state of the
212 "master" branch and also for submitted patches. 213 "master" branch and also for submitted patches.
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"