mkdir ~/bin curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo PATH=$PATH:~/bin mkdir yocto-fido-sabresd && cd yocto-fido-sabresd repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b fido && repo sync source ./setup-environment build bitbake core-image-minimal
The default target machine is "imx6qsabresd", but you can change it in your conf/local.conf file.