Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 378 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 378 Bytes

Kestro Yocto

Repo manifests to setup yocto environment for kestro builds.

Install repo

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

Sync repo

repo init -u [email protected]:janvolck/kestro-yocto.git -b master -m repo/default.xml
repo sync