To get the platform you need to have repo
installed and use it as:
Install the repo
utility:
sudo apt install repo
To download all sources run the following commands:
mkdir macnica-yocto-platform
cd macnica-yocto-platform
repo init -u [email protected]:MacnicaDHW/yocto-platform.git
repo sync
At the end of the commands, you have every metadata you need to start work with.
Before run bitbake
setup the environment running:
source ./setup-environment build
For full documention visit this link.