diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-07-25 14:59:37 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-07-25 20:33:13 +0000 |
commit | 27f73fc39198f807d019fe1a47571ec8da727b42 (patch) | |
tree | ca14469d3bd2178553abc7ac5b50a17d7ad629af /meta-agl-distro/conf | |
parent | 9456a0aa0002972f56e1e65636a64ffab1d4b2ff (diff) |
Change AGL_BRANCH to halibut
Release branches are created. Now use the new branches.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I263ed30f347648a462c2bb4180e5a1faa7402b7d
Diffstat (limited to 'meta-agl-distro/conf')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 72a35cbdf..bd03dec9e 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -7,7 +7,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "halibut" -AGL_BRANCH = "master" +AGL_BRANCH = "halibut" AGLVERSION = "7.99.3" # switch devel/release #AGLRELEASETYPE ?= "agldevelopment" |