# Yocto ... ## Get the repository ```shell $ mkdir yocto-bf $ cd yocto-bf $ repo init -u "https://git.blackfinn.de/yocto/perinet-manifest.git" $ repo sync ``` ## Set Environment ```shell $ source perinet-init-build-env ``` ## Build the Image ```shell $ bitbake perifirmware-build-container-image ```