summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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
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')
-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"