X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-distro%2Fconf%2Fdistro%2Fpoky-agl.conf;h=fb3a9a84c0c00b09c3690f920c179a1714090635;hb=388d89743d85dd2ad02af95bb45d4e75f61a1b89;hp=d0869f0bc18e177f750dca0e872a95267acf5c6f;hpb=58574f9e85b5c280608acaf0f078333d27c2131f;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index d0869f0bc..fb3a9a84c 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -3,21 +3,19 @@ require conf/distro/poky.conf # AGL specific derivations DISTRO = "poky-agl" DISTRO_NAME = "Automotive Grade Linux" -DISTRO_VERSION = "4.99.4+snapshot-${DATE}" -#DISTRO_VERSION = "4.99.4" +DISTRO_VERSION = "5.0.1+snapshot-${DATE}" +#DISTRO_VERSION = "5.0.1" DISTRO_CODENAME = "eel" -DISTRO_BRANCH_VERSION_TAG = "eel/4.99.4" +DISTRO_BRANCH_VERSION_TAG := "${DISTRO_CODENAME}/${DISTRO_VERSION}" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" AGL_BRANCH = "eel" #for development AGL_APP_REVISION = "${AUTOREV}" -#for release -#AGL_APP_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" -#for development AGL_DEFAULT_REVISION = "${AUTOREV}" #for release +#AGL_APP_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" #AGL_DEFAULT_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}"