diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-29 11:15:19 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-29 17:49:54 +0000 |
commit | b7271c2792d124d87a3526d3cbc796caa517c6f5 (patch) | |
tree | 493005a987d68a0fd79e69458ac1290c13ee51b6 | |
parent | abeee5eb5ff5d60fb248c4b79de78e71e53edc82 (diff) |
Update eel branch defaults
This change updates the gitreview and default.xml for the
Electric Eel branch.
Change-Id: Ic068b4690bf5aba0cc4e56fa61c1e04f92733287
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12181
-rw-r--r-- | .gitreview | 1 | ||||
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitreview b/.gitreview index 8b5a8f7de..2f2c1c2b9 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.automotivelinux.org port=29418 project=AGL/meta-agl +defaultbranch=eel diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index fa3cd5063..d38059e5d 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -10,7 +10,7 @@ DISTRO_BRANCH_VERSION_TAG = "eel/4.99.3" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" -AGL_BRANCH = "master" +AGL_BRANCH = "eel" #for development AGL_APP_REVISION = "${AUTOREV}" #for release |