| 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 |
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",