commit | 2f6127b43908071a515eaf6c0561913f42c0496c | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Sun Aug 23 16:48:05 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Aug 24 11:31:32 2020 +0200 |
tree | 44bc7670833658f65669efc0b9d082cab98aa23b | |
parent | 81137edbcc8de9bd15c609c38e292658e0892549 [diff] |
make_stable.sh: add missing closing tag When make_stable.sh replaces the linux project entry with a new one pointing to a release tag, it lacks an XML closing tag '/>' which causes an error with 'repo sync': $ repo sync optee* fatal: error parsing manifest /home/jerome/work/optee_repo_qemu/.repo/manifest.xml: not well-formed (invalid token): line 19, column 8 Add the missing bit. Fixes: f7824ba5119e ("make_stable: use OP-TEE tag for linaro-swg linux repository") Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Change-Id: I4a1c13c7a9aa6041c39d1832f5cb3e8fffa6ab8e
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