When debugging weird yocto-check-layer output it is useful to know
what the tool found when looking for layers.

Signed-off-by: Ross Burton <[email protected]>
---
 scripts/yocto-check-layer | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/yocto-check-layer b/scripts/yocto-check-layer
index 2445ad5e43f..c637aad3950 100755
--- a/scripts/yocto-check-layer
+++ b/scripts/yocto-check-layer
@@ -106,6 +106,11 @@ def main():
     else:
         dep_layers = layers
 
+    for l in additional_layers:
+        logger.debug("Found additional layer %s (%s)" % (l["name"], l["path"]))
+    for l in dep_layers:
+        logger.debug("Found dependency layer %s (%s)" % (l["name"], l["path"]))
+
     logger.info("Detected layers:")
     for layer in layers:
         if layer['type'] == LayerType.ERROR_BSP_DISTRO:
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#160879): 
https://lists.openembedded.org/g/openembedded-core/message/160879
Mute This Topic: https://lists.openembedded.org/mt/88649070/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to