diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-01-02 11:40:26 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-01-02 11:40:26 +0100 |
commit | 16b3a9eb916c272e4e3ee0caa3227528918efda3 (patch) | |
tree | 510f407887c413bdcae2106bd732ead48b33479a /meta-agl-distro | |
parent | b1e0f7a781a4487ee8c2f86ea9f947beeccde20a (diff) |
Open final merge window for EE
Change-Id: I6972a566395f92634967579e4c8ebd6479f19a81
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-distro')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index c7191aec5..95fdb97b7 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -12,13 +12,11 @@ SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" AGL_BRANCH = "eel" #for development -#AGL_APP_REVISION = "${AUTOREV}" +AGL_APP_REVISION = "${AUTOREV}" +AGL_DEFAULT_REVISION = "${AUTOREV}" #for release -AGL_APP_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" -#for development -#AGL_DEFAULT_REVISION = "${AUTOREV}" -#for release -AGL_DEFAULT_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" +#AGL_APP_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" +#AGL_DEFAULT_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" MAINTAINER = "AGL <automotive-discussions@lists.linuxfoundation.org>" |