From 062cfc5f57cb10369662f234a73638e5e0c6d391 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 21 Jul 2021 12:08:15 +0200 Subject: Post 12.0.0 change of the distro config Apply the post-release change to the distro config. The Lucky Lamprey branch is now open for changes towards 12.0.1. Bug-AGL: SPEC-4006 Signed-off-by: Jan-Simon Moeller Change-Id: Ia03a8e0be88794117d879dd054115fa4730af7fc Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26506 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-core/conf/distro/poky-agl.conf | 4 ++-- 1 file 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 7167da165..f7b3fc42d 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -10,8 +10,8 @@ DISTRO_CODENAME = "lamprey" AGL_BRANCH = "lamprey" AGLVERSION = "12.0.0" # switch devel/release -#AGLRELEASETYPE ?= "agldevelopment" -AGLRELEASETYPE ?= "aglrelease" +AGLRELEASETYPE ?= "agldevelopment" +#AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg