[PATCH yocto-autobuilder2 v2] config.py: Add wrynose/linux-firmware branch of meta-lts-mixin
Mathieu Dubois-Briand <[email protected]> Fri, 10 Jul 2026 16:52:05 +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]> --- Changes in v2: - Reflect branch name in folder name, as we might need to use several branches at the same time. - Link to v1: https://lore.kernel.org/r/[email protected] --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 63e8b5627ae2..32e3869a1e4f 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"], + "mixin-wrynose-linux-firmware": ["ssh://[email protected]/meta-lts-mixins", "wrynose/linux-firmware"], } trigger_builders_wait_shared = [ --- base-commit: 007f5ad32b586f52a4fe53e3069b7ff7f0461372 change-id: 20260623-mathieu-meta-lts-mixin-56519ac98317 Best regards, -- Mathieu Dubois-Briand <[email protected]>