diff mbox series

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

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

Commit Message

Steve Sakoman Nov. 11, 2022, 10:11 p.m. UTC
langdale 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 9dcc1db..694cbfd 100644
--- a/config.json
+++ b/config.json
@@ -1258,7 +1258,7 @@ 
         },
         "meta-agl": {
             "url" : "https://git.automotivelinux.org/AGL/meta-agl",
-            "branch" : "next",
+            "branch" : "master",
             "revision" : "HEAD",
             "no-layer-add" : true
         },