Re: [yocto-patches] [PATCH yocto-autobuilder2] config.py: Add meta-lts-mixin layer
Paul Barker <[email protected]> Wed, 24 Jun 2026 08:09:32 +0100
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2026-06-23 at 16:46 +0200, Mathieu Dubois-Briand via lists.yoctoproject.org wrote: > 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"], > } Hi Mathieu, The meta-lts-mixins repo is special, each mixin layer is stored as a separate branch. Perhaps we need to have an entry like this: "mixin-wrynose-linux-firmware" : ["ssh://[email protected]/meta-lts-mixins", "wrynose/linux-firmware"] The question is whether our scripts can handle multiple clones of the same repo, checking out different branches. Thanks, -- Paul Barker
signature.asc
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- iIcEABYKAC8WIQSzjPXf5Y1BDWhU2iCrY1Tsnbr0bgUCajuCrREccGF1bEBwYmFy a2VyLmRldgAKCRCrY1Tsnbr0br+zAP4z5v9Iml8R5ApTOiJ9/OoMQcIbsSDoqWGc rFXN4HD/iwEAgCaLIyZjQW+OVkmSpTorRp4PNkPRhc0dLD5Qf/GZHwQ= =h+ZG -----END PGP SIGNATURE-----