| Message ID | 20260906210307.2793974-10-adrian.freihofer@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | devtool: ide-sdk: bug fixes, do_install-through-bitbake, NFS deploy prep | expand |
diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py index 7a83d4a23a..51a1944f38 100644 --- a/scripts/lib/devtool/deploy.py +++ b/scripts/lib/devtool/deploy.py @@ -431,12 +431,6 @@ def deploy_no_d(srcdir, workdir, path, strip_cmd, libdir, base_libdir, max_proce logger.info('Successfully deployed %s' % recipe_outdir) - files_list = [] - for root, _, files in os.walk(recipe_outdir): - for filename in files: - filename = os.path.relpath(os.path.join(root, filename), recipe_outdir) - files_list.append(os.path.join(destdir, filename)) - return 0 def undeploy(args, config, basepath, workspace):