diff options
-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 |