commit | eda643f4d2211616e36bdf9e7513a3e19c03c6a6 | [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> | Thu Aug 06 16:06:44 2020 +0200 |
tree | 4fe2cedadf55ae9fa0bdea8ce06dd04e72437367 | |
parent | e0fc4a52d100ada552b7153b3d597b671119b1ee [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> (cherry picked from commit 017ade90e840a9da45c775e7146f322889986ca7) Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Joakim Bech <joakim.bech@linaro.org> Change-Id: Ic288ebfe94d13f0e174c20a9b7d6e58a79d5f1eb
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