diff options
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index b63778d91..2bd23d19c 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -6,13 +6,13 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags -DISTRO_CODENAME = "octopus" +DISTRO_CODENAME = "pike" AGL_BRANCH = "master" -AGLVERSION = "14.94.0" +AGLVERSION = "15.90.0" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" -AGLRELEASETYPE := "aglrelease" +#AGLRELEASETYPE := "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" |