repo: remove symlink creation to gdb

It seems like the newest version of repo (v2.0) no longer allows to
create symlinks to non-existent files. In the past repo has silently
ignored creating the symlink on the first repo sync. However the most
recent version gives an error instead.

Since our setup flow is to create toolchains after checking out the
repo forest, the only viable option we have is to no longer try to
create a symlink. This doesn't really affect anything as such, we just
had it there as a convenience so we could handle builds and debugging
from the same folder on disc.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jerome Forissier <jerome@forissier.org>
(cherry picked from commit 017ade90e840a9da45c775e7146f322889986ca7)
Signed-off-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Joakim Bech <joakim.bech@linaro.org>
Change-Id: Ic288ebfe94d13f0e174c20a9b7d6e58a79d5f1eb
3 files changed
tree: 4fe2cedadf55ae9fa0bdea8ce06dd04e72437367
  1. .travis.yml
  2. am43xx.xml
  3. am57xx.xml
  4. default.xml
  5. dra7xx.xml
  6. fvp.xml
  7. hikey.xml
  8. hikey960.xml
  9. juno.xml
  10. make_stable.sh
  11. poplar.xml
  12. qemu_v8.xml
  13. README.md
  14. rpi3.xml
  15. synquacer.xml
README.md

Repo manifest for OP-TEE development

This git contains repo manifests to be able to clone all source code needed to be able to setup a full OP-TEE developer build.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under manifests.

// OP-TEE core maintainers