From: Chris Laplante <[email protected]>

This should fix 
https://valkyrie.yoctoproject.org/#/builders/80/builds/725/steps/13/logs/stdio

Signed-off-by: Chris Laplante <[email protected]>
---
 scripts/devtool | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/devtool b/scripts/devtool
index ebd3e4c11b..39cebec0d8 100755
--- a/scripts/devtool
+++ b/scripts/devtool
@@ -299,7 +299,7 @@ def main():
     # Search BBPATH first to allow layers to override plugins in scripts_path
     pluginpaths = [os.path.join(path, 'lib', 'devtool') for path in 
global_args.bbpath.split(':') + [scripts_path]]
 
-    context = Context(fixed_setup=False, config=config, 
pluginpaths=pluginpaths)
+    context = Context(fixed_setup=is_fixed_setup, config=config, 
pluginpaths=pluginpaths)
 
     plugins = []
     for pluginpath in pluginpaths:
-- 
2.43.0

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

Reply via email to