janvolck / kestro-yocto

Repository to initialise and prepare a yocto build environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:janvolck/kestro-yocto.git -b master -m repo/default.xml
repo sync

About

Repository to initialise and prepare a yocto build environment


Languages

Language:Shell 100.0%