After installing repo, set up your client to access the Canopy
EDK repository.
1) Create a working directory. You can call it anything you like:
mkdir canopy_edk
cd canopy_edk
2) Run repo init to initialize the client repository.
repo init -u https://github.com/canopy-project/canopy-embedded-manifest
To check out a branch other than "master", specify it with -b:
repo init -u https://github.com/canopy-project/canopy-embedded-manifest -b beta
3) Use repo sync to download sources to your working directory:
repo sync