diff mbox series

[yocto-autobuilder-helper,nanbield] config.json: use nanbield for meta-virtualization

Message ID 20231121075952.869710-1-alexandre.belloni@bootlin.com
State New
Headers show
Series [yocto-autobuilder-helper,nanbield] config.json: use nanbield for meta-virtualization | expand

Commit Message

Alexandre Belloni Nov. 21, 2023, 7:59 a.m. UTC
From: Alexandre Belloni <alexandre.belloni@bootlin.com>

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 0e002966a959..f0d85f1b21b7 100644
--- a/config.json
+++ b/config.json
@@ -1557,7 +1557,7 @@ 
         },
         "meta-virtualization" : {
             "url" : "ssh://git@push.yoctoproject.org/meta-virtualization",
-            "branch" : "master",
+            "branch" : "nanbield",
             "revision" : "HEAD",
             "no-layer-add" : true
         },