diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-02-03 18:53:31 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-02-04 14:49:04 +0000 |
commit | dd86e53d3eabcb5cd30b3ddda82b4c2de22c8c38 (patch) | |
tree | ac627831334d3da52e3c87e55e75648fe73669f3 /meta-agl-core/conf/distro | |
parent | 638fc61789f09d7fed47c2213bf617be573cfc5e (diff) |
Post Milestone 3 change - open master for Lucky Lamprey
Update the distro config after branching Kooky Koi.
Master is now open for Lucky Lamprey development.
Bug-AGL: SPEC-3782
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I37896394f14f7061188fdc789b5269a146475490
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25991
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core/conf/distro')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index f1aa1cb12..461ca8af8 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -6,12 +6,12 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags -DISTRO_CODENAME = "koi" +DISTRO_CODENAME = "lamprey" AGL_BRANCH = "master" -AGLVERSION = "10.93.0" +AGLVERSION = "11.90.0" # switch devel/release -#AGLRELEASETYPE ?= "agldevelopment" -AGLRELEASETYPE ?= "aglrelease" +AGLRELEASETYPE ?= "agldevelopment" +#AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # |