From 6920e60a3dc2ff3e6203473b91d0fc1e7c0fa790 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 11 Sep 2020 23:37:38 +0200 Subject: Change the distro configuration for JJ rc4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adapt the distro config for 9.99.4 . Change-Id: Ie08d8fde5560fa80562d5a3d9852c53ae849d0a2 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25244 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-distro/conf/distro/poky-agl.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 73269392f..46a696d1e 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -8,10 +8,10 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "jellyfish" AGL_BRANCH = "master" -AGLVERSION = "9.99.3" +AGLVERSION = "9.99.4" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE ?= "aglrelease" +#AGLRELEASETYPE ?= "agldevelopment" +AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg