From 59e59b37e137c2f688d41f7a501ea477ef1199b9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 16 Oct 2017 13:07:44 -0700 Subject: ref-manual: Fixed "Oe-Core" reference links. (From yocto-docs rev: 1afbf0da0a71d38b48e3db1fa6a5960f5f80018d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-release-process.xml | 3 ++- documentation/ref-manual/technical-details.xml | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'documentation') 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 @@ The Yocto Project's main Autobuilder (autobuilder.yoctoproject.org) publicly tests - each Yocto Project release's code in the OE-Core, Poky, and BitBake + each Yocto Project release's code in the + OE-Core, Poky, and BitBake repositories. The testing occurs for both the current state of the "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 @@ The code in meta/lib/oe/sstatesig.py 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 OE-Core - uses: "OEBasic" and "OEBasicHash". + This file defines the two basic signature generators + OE-Core 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. - OE-Core uses the "OEBasicHash" signature handler by default + OE-Core uses the "OEBasicHash" signature handler by default through this setting in the bitbake.conf file: BB_SIGNATURE_HANDLER ?= "OEBasicHash" -- cgit v1.2.3-54-g00ecf