[PATCH yocto-autobuilder2] config.py: Add meta-lts-mixin layer
Mathieu Dubois-Briand <[email protected]> Tue, 23 Jun 2026 16:46:35 +0200
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
meta-qcom wrynose branch has a dependency on meta-lts-mixin: we will need to clone it during some builds. Signed-off-by: Mathieu Dubois-Briand <[email protected]> --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 63e8b5627ae2..438753395da1 100644 --- a/config.py +++ b/config.py @@ -70,6 +70,7 @@ repos = { "meta-webosose": ["https://github.com/webosose/meta-webosose.git", "master"], "meta-qcom": ["https://github.com/qualcomm-linux/meta-qcom", "master"], "meta-riscv": ["https://github.com/riscv/meta-riscv.git", "master"], + "meta-lts-mixins": ["ssh://[email protected]/meta-lts-mixins", "master"], } trigger_builders_wait_shared = [ --- base-commit: 007f5ad32b586f52a4fe53e3069b7ff7f0461372 change-id: 20260623-mathieu-meta-lts-mixin-56519ac98317 Best regards, -- Mathieu Dubois-Briand <[email protected]>