Exempt aarch64 on dab currently. 59/11059/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 27 Sep 2017 20:35:41 +0000 (22:35 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 27 Sep 2017 20:36:20 +0000 (22:36 +0200)
Change-Id: Iddf1b14e632d43e43567058ecbbdaa3bd59d4374
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-apps-fetch-install-sdk.sh

index 0dfbb47..7189495 100644 (file)
@@ -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