diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-14 10:02:04 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-15 09:20:07 +0000 |
commit | baf4aa3ced8a5bcb8ba7cc5ab0e03311ac162b9e (patch) | |
tree | bc32d8485782a6b383eca0ba7d62653f5bfb63ff /meta-agl-core | |
parent | 4ba957670efcaca623b69f24a377cf7666af193c (diff) |
Change master to Terrific Trout
Update the distro codename and version.
Bug-AGL: SPEC-5334
Change-Id: I83ada0729c0663052fd88538939560e6204cd5d4
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30760
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core')
-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 335f4f6a0..2a04b28b6 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -9,9 +9,9 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags -DISTRO_CODENAME = "salmon" +DISTRO_CODENAME = "trout" AGL_BRANCH = "master" -AGLVERSION = "18.92.0" +AGLVERSION = "19.90.0" # switch devel/release #AGLRELEASETYPE ?= "agldevelopment" |