aboutsummaryrefslogtreecommitdiff
path: root/optee
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-10-18 08:01:27 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-18 05:02:08 +0000
commitf9fc4352fb0128c0bf18fa68775720c75b6d7c38 (patch)
tree606b25b9d53d64435e752d813871540f21b3a49f /optee
parent0f919967c33b340ee8dc1e294655c8a827e61521 (diff)
optee-os: temporary workaround to get a statically built QEMU
Change-Id: Ide9ead7cf5bff346730339e3824ab752dd62593d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'optee')
-rwxr-xr-xoptee/os/builders.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/optee/os/builders.sh b/optee/os/builders.sh
index 84be95fc95..3823ff53dc 100755
--- a/optee/os/builders.sh
+++ b/optee/os/builders.sh
@@ -86,6 +86,11 @@ if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
fi
fi
+# FIXME temporary workaround to get a statically built QEMU
+# https://github.com/OP-TEE/build/pull/203
+(cd ${HOME}/optee_repo/build && sed -i -e 's/target-list=arm-softmmu/target-list=arm-softmmu --static/g' qemu.mk)
+(cd ${HOME}/optee_repo/build && sed -i -e 's/target-list=aarch64-softmmu/target-list=aarch64-softmmu --static/g' qemu_v8.mk)
+
# b2260
${make} PLATFORM=stm-b2260
${make} PLATFORM=stm-b2260 CFG_TEE_CORE_LOG_LEVEL=4 DEBUG=1