aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-fetch-install-sdk.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-09-27 22:35:41 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-09-27 22:36:20 +0200
commit6e4b7d92946533bfc14bf067598277f05513431f (patch)
tree6b904440ba2a17964b976617057d021b577b5f62 /jjb/common/include-apps-fetch-install-sdk.sh
parentcfb211ea48e57c43620dfea7e4d4a0b0dcd60067 (diff)
Exempt aarch64 on dab currently.
Change-Id: Iddf1b14e632d43e43567058ecbbdaa3bd59d4374 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-apps-fetch-install-sdk.sh')
-rw-r--r--jjb/common/include-apps-fetch-install-sdk.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/common/include-apps-fetch-install-sdk.sh b/jjb/common/include-apps-fetch-install-sdk.sh
index 0dfbb474..71894956 100644
--- a/jjb/common/include-apps-fetch-install-sdk.sh
+++ b/jjb/common/include-apps-fetch-install-sdk.sh
@@ -24,6 +24,10 @@ if test x"chinook" = x"$AGLBRANCH" ; then
SDKBASEURL="https://download.automotivelinux.org/AGL/release/chinook/latest/${TARGETSDKMACHINE}/deploy/sdk/"
fi
if test x"dab" = x"$AGLBRANCH" ; then
+ if test x"dragonboard-410c" = x"$TARGETSDKMACHINE"; then
+ echo "Skipping dragonboard-410c/aarch64 .... "
+ exit 0
+ fi
SDKBASEURL="https://download.automotivelinux.org/AGL/release/dab/latest/${TARGETSDKMACHINE}/deploy/sdk/"
fi