diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-03-25 12:35:42 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-03-26 11:38:58 +0000 |
commit | 70ee918271b8ef7046fdb25fc315b09938b9b8a6 (patch) | |
tree | dd12a895aeb7c63ab4f904551a041e36cb054655 | |
parent | 9d4b879604f2ac2000e6aaa7a0c662ff8dbaafaa (diff) |
Update distro configuration for Magic Marlin 13.0.0marlin_13.0.0marlin/13.0.013.0.0
Update the distro configuration.
Bug-AGL: SPEC-4311
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I6505030df6e6320f8b996a9110cb3f453ae14338
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27306
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
-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 9f3b6c158..bc1a2c70c 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -7,8 +7,8 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "marlin" -AGL_BRANCH = "master" -AGLVERSION = "12.93.0" +AGL_BRANCH = "marlin" +AGLVERSION = "13.0.0" # switch devel/release #AGLRELEASETYPE ?= "agldevelopment" AGLRELEASETYPE ?= "aglrelease" |