]> code.ossystems Code Review - openembedded-core.git/commit
yocto-check-layer: Ensure we use OEBasicHash as the signature handler
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Aug 2019 21:34:51 +0000 (22:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Aug 2019 12:21:46 +0000 (13:21 +0100)
commita10bf92516a4771e2dc49ba9f74323d7a87a1619
treeb645993fc33b3379bef4955f511f013a389e2ed0
parent79a14772ef2ab6c73bb438377cd259c484020818
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@linuxfoundation.org>
scripts/lib/checklayer/__init__.py