]> code.ossystems Code Review - openembedded-core.git/commit
checklayer: Skip layers without a collection
authorJoshua Watt <JPEWhacker@gmail.com>
Fri, 22 May 2020 22:08:26 +0000 (17:08 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 May 2020 22:55:31 +0000 (23:55 +0100)
commit26090a2861ebe21224aaf89d7be0c0a89ca58e48
tree97674856e6a16f0deacc744ac26abb086cd3975b
parent424b65d57b16e3f0ad29a5115f048aaba4d95473
checklayer: Skip layers without a collection

As in other places in the file, skip layers that don't define a
collection when searching for a layer to resolve a dependency. Fixes
KeyError exceptions when attempting to access the layer collections
later

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/checklayer/__init__.py