[elbe-devel] [PATCH 1/5] elbepack: fix build of sdk
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Mon Apr 15 13:43:15 CEST 2024
During the migration off of shellhelper.system the call to build_sdk was
replaced with one to wait_busy.
Fixes: 070580ef1ff0 ("elbepack: migrate shellhelper.system to subprocess package")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
elbepack/initvmaction.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/initvmaction.py b/elbepack/initvmaction.py
index 35f78906781a..42f744967890 100644
--- a/elbepack/initvmaction.py
+++ b/elbepack/initvmaction.py
@@ -536,7 +536,7 @@ def submit_and_dl_result(xmlfile, cdrom, opt):
if opt.build_sdk:
try:
- run_elbe(['control', 'wait_busy', prjdir], check=True)
+ run_elbe(['control', 'build_sdk', prjdir], check=True)
except subprocess.CalledProcessError:
print('elbe control build_sdk Failed', file=sys.stderr)
print('Giving up', file=sys.stderr)
--
2.44.0
More information about the elbe-devel
mailing list