Skip to content

Repository to initialise and prepare a yocto build environment

Notifications You must be signed in to change notification settings

janvolck/kestro-yocto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository to initialise and prepare a yocto build environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages