]> code.ossystems Code Review - openembedded-core.git/commit
checklayer: new function get_layer_dependencies()
authorNicolas Dechesne <nicolas.dechesne@linaro.org>
Thu, 22 Jul 2021 12:46:42 +0000 (14:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jul 2021 22:46:56 +0000 (23:46 +0100)
commit08edf928aac3f2daaa0c256d4c21e56e2db72bff
tree38b031c88df527f6e79609cac7531600e0b9f787
parentfceb84f7bc472731b8f96ee1ebf0f4485943226c
checklayer: new function get_layer_dependencies()

Split add_layer_dependencies() into 2 parts. First search for layer
dependencies, and then add them to the config. That allows us to
call get_layer_dependencies() independently.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/checklayer/__init__.py