[oe-commits] [openembedded-core] branch master-next updated: yocto-check-layer: Ensure we use OEBasicHash as the signature handler

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 21:38:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 4014187  yocto-check-layer: Ensure we use OEBasicHash as the signature handler
4014187 is described below

commit 401418740940109da3dd1e9992247d8de2108627
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Aug 14 22:34:51 2019 +0100

    yocto-check-layer: Ensure we use OEBasicHash as the signature handler
    
    The layer checks are designed to work with OEBasicHash so ensure that handler
    is in use rather than the new hash equivalency one as an example.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/lib/checklayer/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/checklayer/__init__.py b/scripts/lib/checklayer/__init__.py
index 8244cf0..5aeec2f 100644
--- a/scripts/lib/checklayer/__init__.py
+++ b/scripts/lib/checklayer/__init__.py
@@ -245,7 +245,7 @@ def get_signatures(builddir, failsafe=False, machine=None):
     sigs = {}
     tune2tasks = {}
 
-    cmd = ''
+    cmd = 'BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" '
     if machine:
         cmd += 'MACHINE=%s ' % machine
     cmd += 'bitbake '

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list