[yocto-autobuilder-helper][langdale] config.json: use meta-agl master branch rather than next branch
Steve Sakoman
langdale is no longer supported on the next branch
Signed-off-by: Steve Sakoman <steve@...> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.25.1 |
|