# Diality's Embedded Leahi Build Process - ### Create a new directory ```command mkdir leahi-distro cd leahi-distro ``` - ### Download repo ```command sudo curl -o /usr/local/bin/repo http://commondatastorage.googleapis.com/git-repo-downloads/repo ``` - ### Change access primission for the repo ```command sudo chmod a+x /usr/local/bin/repo ``` - ### Initailize and sync the new repos ```command repo init -u git@bitbucket.org:diality-cloud/leahi-distro-manifest.git repo sync -j8 --no-repo-verify ``` - ### Make a new build ```command . ./mkproject.sh -m meta-leahi -p leahi screen -L time bitbake ely-image-qt ```