Fix typo in TARGETPROJECT evaluation 99/10399/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 26 Jul 2017 12:08:40 +0000 (14:08 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 26 Jul 2017 12:08:40 +0000 (14:08 +0200)
Change-Id: I90ab0d336ae60bf0a28869571f781f3848731c7a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-repo.sh

index 1d27c71..32dafe9 100644 (file)
@@ -19,7 +19,7 @@ cd repoclone
 export REPODIR=`pwd`
 
 if test x"" = x"${RELEASE_VERSION}" -a x"" = x"${RELEASE_BRANCH}" ; then
-  if test x"meta-renesas-rcar-gen3" = x"${TARGETPROJECT}" ; then
+  if test x"AGL/meta-renesas-rcar-gen3" = x"${TARGETPROJECT}" ; then
     repo init --reference=/opt/AGL/preclone -q -b master -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
   else
     repo init --reference=/opt/AGL/preclone -q -b $TARGETBRANCH -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo