Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Mathieu The whole software stack for CCA is in development, meaning instructions will change frequently and repositories are temporary.

...

Code Block
mkdir cca-v2
cd cca-v2
repo init -u https://git.codelinaro.org/linaro/dcap/op-tee/manifest.git -b cca/v2-attestation
 -m qemu_v8_cca.xml
repo sync -j8 --no-clone-bundle
cd build
make -j8 CCA_SUPPORT=y toolchains
make -j8 CCA_SUPPORT=y

...