diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-09-12 23:47:40 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-09-12 23:47:40 +0200 |
commit | e6f5e55cdaff2f96828f4edf00bd1cafbda28fed (patch) | |
tree | 665fc7a332f73df13d9d0c3a4aa8504d2f24c102 /meta-agl-distro/conf | |
parent | a8bf787b4232beef67a3643d858166f776bb829d (diff) |
Move master to guppy
We move master to guppy and development.
Change-Id: If6fc9f1e89298f604e94055b75362df7a7cbdde0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-distro/conf')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 714ef62b7..8ed106950 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -6,12 +6,12 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags -DISTRO_CODENAME = "flounder" +DISTRO_CODENAME = "guppy" AGL_BRANCH = "master" -AGLVERSION = "5.99.6" +AGLVERSION = "6.90.0" # switch devel/release -#AGLRELEASETYPE ?= "agldevelopment" -AGLRELEASETYPE ?= "aglrelease" +AGLRELEASETYPE ?= "agldevelopment" +#AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # @@ -22,7 +22,7 @@ AGL_DEFAULT_REVISION_agldevelopment = "${AUTOREV}" #for release DISTRO_VERSION_aglrelease := "${AGLVERSION}" -DISTRO_BRANCH_VERSION_TAG = "flounder/${@'${DISTRO_VERSION}'.replace('+snapshot-${DATE}','')}" +DISTRO_BRANCH_VERSION_TAG = "${DISTRO_CODENAME}/${@'${DISTRO_VERSION}'.replace('+snapshot-${DATE}','')}" AGL_APP_REVISION_aglrelease := "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" AGL_DEFAULT_REVISION_aglrelease := "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" |