-
cd
into the directory where you have the legato application framework source code - Run
repo init -m legato/releases/18.05.1/legato.xml
- Run
repo sync
You can change “18.05.1” to another version as well. If you get an error saying that the manifest doesn’t exist, then run repo sync
before running repo init
.