diff mbox series

[yocto-autobuilder-helper] scripts/shared-repo-unpack: account for --build-dir -> --setup-dir renames in bitbake-setup

Message ID 20251104100359.1052750-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] scripts/shared-repo-unpack: account for --build-dir -> --setup-dir renames in bitbake-setup | expand

Commit Message

Alexander Kanavin Nov. 4, 2025, 10:03 a.m. UTC
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 scripts/shared-repo-unpack | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/shared-repo-unpack b/scripts/shared-repo-unpack
index 5c30baa..a12fcaa 100755
--- a/scripts/shared-repo-unpack
+++ b/scripts/shared-repo-unpack
@@ -101,7 +101,7 @@  try:
            "--skip-selection", "machine",
            "--skip-selection", "distro",
            "--source-overrides", bbsetup_json,
-           "--build-dir-name", "build",
+           "--setup-dir-name", "build",
            "--non-interactive",
            ] + bbs_config + bbs_fragments
     print("Running command %s" % " ".join(cmd))