rpi3: Enable network support and ssh related packages

Added the additional packages needed for network and ssh support
to be included in the root file system for rpi3 platform.

Link: https://github.com/OP-TEE/optee_client/issues/234
Signed-off-by: Jayanth Dodderi Chidanand <jayanthchidanand94@gmail.com>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
1 file changed
tree: f447c2d0cc41097fdbde84d126c9981ea0ac512f
  1. .github/
  2. br-ext/
  3. fvp/
  4. kconfigs/
  5. rpi3/
  6. ti/
  7. zynqmp/
  8. .gitignore
  9. am43xx.mk
  10. am57xx.mk
  11. common.mk
  12. dra7xx.mk
  13. fvp.mk
  14. get_clang.sh
  15. hikey.mk
  16. hikey960.mk
  17. juno.mk
  18. poplar.mk
  19. qemu-check.exp
  20. qemu.mk
  21. qemu_v8.mk
  22. README.md
  23. rpi3.mk
  24. stm32mp1.mk
  25. synquacer.mk
  26. toolchain.mk
  27. verdin.mk
  28. zynqmp.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