Hello,We're almost ready to set the 1.0.0 tag. I need your help to finalize it.Step 1/ Last pull-requests to be mergedHere are the pull-requests on hold:
- https://github.com/OP-TEE/optee_os/pull/486: the release notes attempt. Joakim / Jérôme, could you have a look and add what I missed (and fix english too)
- https://github.com/OP-TEE/build/pull/13: mostly the juno build, but also some other stuff (clean / GP tests). Cédric tested Juno runtime on standard xtest successfully. Jérome / Jens, could you add Reviewed-By and/or Tested-by tags if it looks ok?
- https://github.com/OP-TEE/manifest/pull/6: manifest on Juno. Tested successfully by Cedric. Cédric / Jens, could you add the tags when you're happy with it?
- https://github.com/OP-TEE/optee_os/pull/488: Remove setup script of Juno. Cedric / Jens, could you add the tags when you're happy with it?
- All: did I miss anything to push for 1.0.0
Step 2/ Set 1.0.0-rc2Once they are merged, I will create a new tag 1.0.0-rc2, and update https://github.com/OP-TEE/manifest/pull/7 with it.Step 3/: Tests all platfformsThen tests will be required using (note this is the "stable" version of the xml that is to be used)repo init -u https://github.com/pascal-brand-st-dev/manifest.git -m <target>_stable.xml -b newtagCould you then please test the following targets, and add a Tested-By on https://github.com/OP-TEE/manifest/pull/7:
- Pascal: QEMU (default) + STM
- Jerome: HiKey
- SY or James: Mediatek
- Jens: FVP
- Cedric: Juno
Step 4/: Set final 1.0.0Last step in my plate:
- merge https://github.com/OP-TEE/manifest/pull/7 using 1.0.0 version instead of 1.0.0-rc2
- set 1.0.0 on all components
- remove 1.0.0-rcxxx tags from all OP-TEE gits
Step 5/ Final testThen the "+" step: test the final 1.0.0 usingrepo init -u https://github.com/OP-TEE/manifest.git -m <target>_stable.xml -b 1.0.0Let me know in case I missed anything.Thanks all,Pascal.