diff mbox series

[yocto-autobuilder2] config.py: Add meta-lts-mixin layer

Message ID 20260623-mathieu-meta-lts-mixin-v1-1-0c552b4f6d28@bootlin.com
State New
Headers show
Series [yocto-autobuilder2] config.py: Add meta-lts-mixin layer | expand

Commit Message

Mathieu Dubois-Briand June 23, 2026, 2:46 p.m. UTC
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>
---
 config.py | 1 +
 1 file changed, 1 insertion(+)


---
base-commit: 007f5ad32b586f52a4fe53e3069b7ff7f0461372
change-id: 20260623-mathieu-meta-lts-mixin-56519ac98317

Best regards,

Comments

Yoann Congal June 23, 2026, 3 p.m. UTC | #1
Le mar. 23 juin 2026 à 16:46, Mathieu Dubois-Briand via
lists.yoctoproject.org <mathieu.dubois-briand=
bootlin.com@lists.yoctoproject.org> a écrit :

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

I reported that to meta-qcom:
https://github.com/qualcomm-linux/meta-qcom/issues/2457

I'm not sure the consensus is to keep the dependency (due to transitive
compatible status).

Paul, I think we need to discuss this with the meta-qcom maintainers.


>  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://git@push.yoctoproject.org/meta-lts-mixins",
> "master"],
>  }
>
>  trigger_builders_wait_shared = [
>
> ---
> base-commit: 007f5ad32b586f52a4fe53e3069b7ff7f0461372
> change-id: 20260623-mathieu-meta-lts-mixin-56519ac98317
>
> Best regards,
> --
> Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#4283):
> https://lists.yoctoproject.org/g/yocto-patches/message/4283
> Mute This Topic: https://lists.yoctoproject.org/mt/119941950/4316185
> Group Owner: yocto-patches+owner@lists.yoctoproject.org
> Unsubscribe:
> https://lists.yoctoproject.org/g/yocto-patches/leave/13179410/4316185/929767106/xyzzy
> [yoann.congal@smile.fr]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
diff mbox series

Patch

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://git@push.yoctoproject.org/meta-lts-mixins", "master"],
 }
 
 trigger_builders_wait_shared = [