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>
5 files changed
tree: 3bb5a70176069f00cac5514f6790dee5961acf9b
  1. br-ext/
  2. fvp/
  3. kconfigs/
  4. rpi3/
  5. ti/
  6. .gitignore
  7. .travis.yml
  8. am43xx.mk
  9. am57xx.mk
  10. common.mk
  11. dra7xx.mk
  12. fvp.mk
  13. hikey.mk
  14. hikey960.mk
  15. juno.mk
  16. poplar.mk
  17. qemu-check.exp
  18. qemu.mk
  19. qemu_v8.mk
  20. README.md
  21. rpi3.mk
  22. toolchain.mk
README.md

OP-TEE build.git

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