diff mbox series

[yocto-autobuilder-helper] config: Add meta-yocto to repo-defaults section

Message ID 20260212-mathieu-repos-meta-yocto-v1-1-f8c72de9c075@bootlin.com
State New
Headers show
Series [yocto-autobuilder-helper] config: Add meta-yocto to repo-defaults section | expand

Commit Message

Mathieu Dubois-Briand Feb. 12, 2026, 8:37 a.m. UTC
Recent changes are relying on the presence of meta-yocto git in the
mirror folder, but this git is not mirrored so far. Add it to the list
of gits to mirror.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 config.json | 6 ++++++
 1 file changed, 6 insertions(+)


---
base-commit: dfa040ecf286a20afac1bd3360aca8e1158766d4
change-id: 20260212-mathieu-repos-meta-yocto-376be44aec5a

Best regards,
diff mbox series

Patch

diff --git a/config.json b/config.json
index 407d2451c514..631b7c82f20b 100644
--- a/config.json
+++ b/config.json
@@ -1898,6 +1898,12 @@ 
             "revision" : "HEAD",
             "no-layer-add" : true
         },
+        "meta-yocto" : {
+            "url" : "ssh://git@push.yoctoproject.org/meta-yocto",
+            "branch" : "master",
+            "revision" : "HEAD",
+            "no-layer-add" : true
+        },
         "meta-mingw" : {
             "url" : "ssh://git@push.yoctoproject.org/meta-mingw",
             "branch" : "master",