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
1 file changed
tree: 44bc7670833658f65669efc0b9d082cab98aa23b
  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. stm32mp1.xml
  16. synquacer.xml
  17. verdin.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