diff mbox series

[yocto-autobuilder-helper] scripts/shared-repo-unpack: disable the common-sstate feature of bitbake-setup

Message ID 20260116100038.3644755-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] scripts/shared-repo-unpack: disable the common-sstate feature of bitbake-setup | expand

Commit Message

Alexander Kanavin Jan. 16, 2026, 10 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Autobuilder runs its own custom sstate setup with a dedicated hash equiv
server, and bitbake-setup should not be getting in the way of that.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 scripts/shared-repo-unpack | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/scripts/shared-repo-unpack b/scripts/shared-repo-unpack
index a12fcaa..797dec6 100755
--- a/scripts/shared-repo-unpack
+++ b/scripts/shared-repo-unpack
@@ -96,6 +96,7 @@  try:
            "--setting", "default", "top-dir-prefix",  os.path.dirname(os.path.dirname(args.abworkdir)),
            "--setting", "default", "top-dir-name", os.path.basename(os.path.dirname(args.abworkdir)),
            "--setting", "default", "dl-dir", bbs_dldir,
+           "--setting", "default", "common-sstate", "no",
            "--global-settings", args.abworkdir + "/settings.conf",
            "init",
            "--skip-selection", "machine",