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"