Skip to content

MacnicaDHW/yocto-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages