commit | 1c5d96fb2f6abab232bc06705fe557bc4f76964b | [log] [tgz] |
---|---|---|
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | Mon Apr 23 09:50:42 2018 +0000 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Tue Apr 24 17:51:42 2018 +0200 |
tree | 2dc3e4f41ac77d0e90323937312652f4bceb4851 | |
parent | 029d583642ed62b833952ccb7125738f06918c8e [diff] |
ta/Makefiles: Set LDFLAGS to null before building ta make scripts Yocto can set LDFLAGS to values that are incompatible with building a TA. This patch ensures the LDFLAGS from the environment is unset prior to calling make for a TAs Makefile. LDFLAGS settings for the host binaries are unaffected meaning that yocto can set LDFLAGS to whatever is standard for user-space w/r to the host binaries but, the TA devkit LDFLAG settings will be used for TAs. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This document describes the sample applications that are included in the OP-TEE, that aim to showcase specific functionality and use case.
For sake of simplicity, all OP-TEE example test application are prefixed with optee_example_
.
Directory hello_world/:
optee_example_hello_world
Directory random/:
TEE_GenerateRandom()
).optee_example_random
Directory aes/:
optee_example_aes
TA basics documentation presents the basics for implementing and building an OP-TEE trusted application.
One can also refer to the examples provided: source files and make scripts.