eclair/analyze_common2.sh: Variant of eclair/analyze_common.sh
Which does actions only related to TF-A, not ECLAIR, as settings for
ECLAIR would be managed outside of TF-A build env.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I69d727cd675cd0303613d8a46a82840f3b2afa40
diff --git a/eclair/build-tfa-multiple.sh b/eclair/build-tfa-multiple.sh
index c135fdd..700ddab 100755
--- a/eclair/build-tfa-multiple.sh
+++ b/eclair/build-tfa-multiple.sh
@@ -8,7 +8,7 @@
for TF_CONFIG in ${TF_CONFIG_LIST}; do
echo "============== ${TF_CONFIG} =============="
- . tf-a-ci-scripts/eclair/analyze_common.sh
+ . tf-a-ci-scripts/eclair/analyze_common2.sh
export ECLAIR_PROJECT_NAME="TF_A_Cumulative"
detachLicense 3000
tf-a-ci-scripts/eclair/build-tfa.sh ${TF_CONFIG}