summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-01-02 13:29:09 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-01-02 13:29:09 +0000
commite941ffdb962e85abd16aea4c2b52a79238784008 (patch)
treec4c27d02466c96c0998e644f72a534ee05e81454
parentf5fe9524b3e3ae658181b3ab47ee777957524b06 (diff)
parent16b3a9eb916c272e4e3ee0caa3227528918efda3 (diff)
Merge "Open final merge window for EE" into eel
-rw-r--r--meta-agl-distro/conf/distro/poky-agl.conf10
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>"