Skip to content

MinnowBoard-Projects/max-yocto-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This layer depends on:

URI: git://git.yoctoproject.org/poky
Branch: daisy
Revision: HEAD

URI: git://git.yoctoproject.org/meta-intel
Branch: daisy
Revision: HEAD


QUICKSTART:

git clone git://git.yoctoproject.org/poky
git clone git://git.yoctoproject.org/meta-intel
cd meta-intel
git checkout daisy
cd ../poky
git co daisy
. oe-init-buildenv

In conf/local.conf append the following:

MACHINE = "intel-corei7-64"

In conf/bblayers.conf append the following with the correct paths:

BBLAYERS += "/path/to/meta-intel"
BBLAYERS += "/path/to/meta-minnowboardmax"

bitbake minnowboard-max-image

About

Base for many examples for the MAX that uses Yocto

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING.GPLv2
MIT
COPYING.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published