commit | 017ade90e840a9da45c775e7146f322889986ca7 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Tue Feb 11 13:36:08 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Feb 11 14:55:18 2020 +0100 |
tree | 07752729a7e303183650e4412f5a32ee89b2c375 | |
parent | c7237816a03c75a12b65f88ad57849d831276691 [diff] |
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>
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