Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 764 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 764 Bytes

MacnicaDHW Embedded Linux Yocto Project Platform

Getting Repo tool:

To get the platform you need to have repo installed and use it as:

Install the repo utility:

sudo apt install repo

Download the platform source:

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.

Setup the environment:

Before run bitbake setup the environment running:

source ./setup-environment build

For full documention visit this link.