aboutsummaryrefslogtreecommitdiff
path: root/optee
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-10-16 17:43:12 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-16 17:43:12 +0300
commitab795de84fcbf29331cafa14517d3054d52ef56f (patch)
tree48fa7508bc8f3584ddb5d6482290f0d180895d53 /optee
parentd8d8c03bf62e69751295cb1c6fabaea400f70458 (diff)
optee-os: add a workaround for LLP issue
LLP doesn't know how to handle files with size 0. Change-Id: I19e1f7291478b2780246502569104ea62536b00a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'optee')
-rwxr-xr-xoptee/os/publishers.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/optee/os/publishers.sh b/optee/os/publishers.sh
index 4ea28ae2..16374d5c 100755
--- a/optee/os/publishers.sh
+++ b/optee/os/publishers.sh
@@ -13,6 +13,10 @@ cp -a \
${WORKSPACE}/out/arm/core/tee-pager_v2.bin \
${WORKSPACE}/out-publish/
+# FIXME: tee-pageable_v2.bin file size is 0
+# It triggers an error 501 on LLP
+rm -f ${WORKSPACE}/out-publish/tee-pageable_v2.bin
+
# Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin
wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py