diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-02 12:09:50 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-02 13:28:39 +0000 |
commit | 552e691f4e83a6f3dc1999de560c3d90eb6e8164 (patch) | |
tree | 98b5d563897de721b90cc7ffebde5dc8fb40ede4 | |
parent | 96e1b8a486d06254c6f0810a43175cbb01ab680e (diff) |
Change master to Magic Marlinmarlin_12.90.0marlin/12.90.012.90.0
After Lucky Lamprey is branched, master will be open for
Magic Marlin.
Adapt the distro configuration.
Bug-AGL: SPEC-4006
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: If6c41d91721b267203e1f812ae4d7f77761ed61a
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26478
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index cc583fe96..e13dff4ee 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -6,9 +6,9 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags -DISTRO_CODENAME = "lamprey" +DISTRO_CODENAME = "marlin" AGL_BRANCH = "master" -AGLVERSION = "11.92.0" +AGLVERSION = "12.90.0" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" #AGLRELEASETYPE ?= "aglrelease" |