aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-select.sh
diff options
context:
space:
mode:
authorbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-06-20 17:45:23 +0200
committerbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-06-20 17:45:23 +0200
commite2774de8fb58de4ac0649ba5ee4587bd0ad1a3d9 (patch)
treef22665720118c08e12328a9eaac12d5a832ce26e /jjb/common/include-agl-select.sh
parent75b660105ba855baa4e14ae9d1dff91ac36aa87d (diff)
Enhance CI checkout for meta-renesas-rcar-gen3 and disable naginator
The meta-renesas-rcar-gen3 layer is now in the subfolder bsp. Also disable naginator. Bug-AGL: SPEC-2450 Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org> Change-Id: I92aa66fb35d3ef254069a594297cffc11e260420
Diffstat (limited to 'jjb/common/include-agl-select.sh')
-rw-r--r--jjb/common/include-agl-select.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/common/include-agl-select.sh b/jjb/common/include-agl-select.sh
index 0ba16846..c3019577 100644
--- a/jjb/common/include-agl-select.sh
+++ b/jjb/common/include-agl-select.sh
@@ -11,7 +11,11 @@ HANDLED="no"
###################
if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "^AGL/"); then
- MYPROJECT=`echo $TARGETPROJECT | sed -e "s#AGL/##g"`
+ if $(echo "$TARGETPROJECT" | grep -q "meta-renesas") ; then
+ MYPROJECT="bsp/$(echo $TARGETPROJECT | sed -e 's#AGL/##g')"
+ else
+ MYPROJECT=`echo $TARGETPROJECT | sed -e "s#AGL/##g"`
+ fi
if test x"AGL-repo" = x"$MYPROJECT" ; then
cd .repo/manifests