| Message ID | 20260710-mathieu-meta-lts-mixin-v2-1-6321bcaf2e12@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder2,v2] config.py: Add wrynose/linux-firmware branch of meta-lts-mixin | expand |
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://git@push.yoctoproject.org/meta-lts-mixins", "wrynose/linux-firmware"], } trigger_builders_wait_shared = [
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 <mathieu.dubois-briand@bootlin.com> --- 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/20260623-mathieu-meta-lts-mixin-v1-1-0c552b4f6d28@bootlin.com --- config.py | 1 + 1 file changed, 1 insertion(+) --- base-commit: 007f5ad32b586f52a4fe53e3069b7ff7f0461372 change-id: 20260623-mathieu-meta-lts-mixin-56519ac98317 Best regards,