eclair-tf-a-next: Copy of eclair-tf-a to test ECLAIR upgrade
Currently verbatim copy of eclair-tf-a, with further changes to be applied
separately.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Id04de2e8c37d72a397f5e4560e35834b756848f3
diff --git a/eclair-tf-a-next/build.sh b/eclair-tf-a-next/build.sh
new file mode 100755
index 0000000..55e2726
--- /dev/null
+++ b/eclair-tf-a-next/build.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+set -e
+
+export LANG=C
+
+tag=$(basename $PWD)
+
+[ -z $ECR ] && echo "Error: ECR environment variable not set" && exit 1
+
+cp ../eclair-linaro/ECLAIR_3.12.0-MC23P1-l64P_Setup.run .
+
+image=${ECR}/misra:$tag
+docker build --pull --tag=$image .
+echo $image > .docker-tag