commit | 91ebff727d47935e9286043016544c8ea1c4d17b | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Mar 07 18:24:55 2019 +0100 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Tue Mar 19 17:15:06 2019 +0100 |
tree | 3bb5a70176069f00cac5514f6790dee5961acf9b | |
parent | dfb13ea87c671c334cd77485737a9ac480eb2a65 [diff] |
buildroot: add optee_os package to copy shared libraries into the root FS When OP-TEE is built with CFG_ULIBS_SHARED=y, TA shared libraries are created. They have to be installed into the target root FS in order to be found at runtime. This patch adds a custom package to do just that. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers