diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-01-02 13:29:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-01-02 13:29:09 +0000 |
commit | e941ffdb962e85abd16aea4c2b52a79238784008 (patch) | |
tree | c4c27d02466c96c0998e644f72a534ee05e81454 /meta-agl-distro/conf | |
parent | f5fe9524b3e3ae658181b3ab47ee777957524b06 (diff) | |
parent | 16b3a9eb916c272e4e3ee0caa3227528918efda3 (diff) |
Merge "Open final merge window for EE" into eel
Diffstat (limited to 'meta-agl-distro/conf')
-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>" |