1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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>
This commit is contained in:
Scott Rifenbark
2017-10-16 13:07:44 -07:00
committed by Richard Purdie
parent cb3b2e1982
commit 59e59b37e1
2 changed files with 6 additions and 4 deletions
@@ -206,7 +206,8 @@
<para> <para>
The Yocto Project's main Autobuilder The Yocto Project's main Autobuilder
(<filename>autobuilder.yoctoproject.org</filename>) publicly tests (<filename>autobuilder.yoctoproject.org</filename>) publicly tests
each Yocto Project release's code in the OE-Core, Poky, and BitBake each Yocto Project release's code in the
<link linkend='oe-core'>OE-Core</link>, Poky, and BitBake
repositories. repositories.
The testing occurs for both the current state of the The testing occurs for both the current state of the
"master" branch and also for submitted patches. "master" branch and also for submitted patches.
@@ -655,11 +655,12 @@
The code in <filename>meta/lib/oe/sstatesig.py</filename> shows two examples The code in <filename>meta/lib/oe/sstatesig.py</filename> shows two examples
of this and also illustrates how you can insert your own policy into the system of this and also illustrates how you can insert your own policy into the system
if so desired. if so desired.
This file defines the two basic signature generators <filename>OE-Core</filename> This file defines the two basic signature generators
uses: "OEBasic" and "OEBasicHash". <link linkend='oe-core'>OE-Core</link> uses: "OEBasic" and
"OEBasicHash".
By default, there is a dummy "noop" signature handler enabled in BitBake. By default, there is a dummy "noop" signature handler enabled in BitBake.
This means that behavior is unchanged from previous versions. This means that behavior is unchanged from previous versions.
<filename>OE-Core</filename> uses the "OEBasicHash" signature handler by default OE-Core uses the "OEBasicHash" signature handler by default
through this setting in the <filename>bitbake.conf</filename> file: through this setting in the <filename>bitbake.conf</filename> file:
<literallayout class='monospaced'> <literallayout class='monospaced'>
BB_SIGNATURE_HANDLER ?= "OEBasicHash" BB_SIGNATURE_HANDLER ?= "OEBasicHash"