From b5044156fc318a4881e766513871611a560170be Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 15 Jul 2022 12:03:18 +0200 Subject: Prepare Nifty Needlefish Milestone 1 Update the distro configuration for Nifty Needlefish Milestone 1. Bug-AGL: SPEC-4476 Signed-off-by: Jan-Simon Moeller Change-Id: Iac9f7cfc57f83bdca34f752d2345b8f4d8aa7074 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27769 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 02f1b7e07..9d9fd9e4c 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -8,11 +8,11 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "needlefish" AGL_BRANCH = "master" -AGLVERSION = "13.90.0" +AGLVERSION = "13.91.0" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE = "aglrelease" +AGLRELEASETYPE := "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" -- cgit 1.2.3-korg