mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
committed by
Richard Purdie
parent
cb3b2e1982
commit
59e59b37e1
@@ -206,7 +206,8 @@
|
||||
<para>
|
||||
The Yocto Project's main Autobuilder
|
||||
(<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.
|
||||
The testing occurs for both the current state of the
|
||||
"master" branch and also for submitted patches.
|
||||
|
||||
@@ -655,11 +655,12 @@
|
||||
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
|
||||
if so desired.
|
||||
This file defines the two basic signature generators <filename>OE-Core</filename>
|
||||
uses: "OEBasic" and "OEBasicHash".
|
||||
This file defines the two basic signature generators
|
||||
<link linkend='oe-core'>OE-Core</link> uses: "OEBasic" and
|
||||
"OEBasicHash".
|
||||
By default, there is a dummy "noop" signature handler enabled in BitBake.
|
||||
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:
|
||||
<literallayout class='monospaced'>
|
||||
BB_SIGNATURE_HANDLER ?= "OEBasicHash"
|
||||
|
||||
Reference in New Issue
Block a user