Repo manifests to setup yocto environment for kestro builds.
mkdir -p $HOME/bin
sudo apt install curl python
curl https://storage.googleapis.com/git-repo-downloads/repo > $HOME/bin/repo
chmod a+x $HOME/bin/repo
repo init -u [email protected]:janvolck/kestro-yocto.git -b master -m repo/default.xml
repo sync