diff mbox series

[yocto-autobuilder-helper,kirkstone] config.json: use meta-agl master branch rather than next branch

Message ID 88b03863363a683e411c3cb2700c735c46bc92c6.1668101195.git.steve@sakoman.com
State New
Headers show
Series [yocto-autobuilder-helper,kirkstone] config.json: use meta-agl master branch rather than next branch | expand

Commit Message

Steve Sakoman Nov. 10, 2022, 5:27 p.m. UTC
kirkstone is no longer supported on the next branch

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 673b904..c709e6e 100644
--- a/config.json
+++ b/config.json
@@ -1202,7 +1202,7 @@ 
         },
         "meta-agl": {
             "url" : "https://git.automotivelinux.org/AGL/meta-agl",
-            "branch" : "next",
+            "branch" : "master",
             "revision" : "HEAD",
             "no-layer-add" : true
         },