Skip to content

wfailla/tplino-core

 
 

Repository files navigation

Getting Started
===============

Clone tplino-core
git clone this repository

Initialize build enviroments in tplino-core 
(initialize it for every shell, that add bitbake and other yocto tools in your PATH )
. ./oe-init-build-env <PATH>

For perfomance, change the number of cores and threads in conf/local.conf

Add your new layer to conf/bblayers.conf:
/usr/src/disk/path_to_your_meta_layer/tplino-meta-tposs

To test, that it working, try to build an image: 
bitbake core-image-tplino

To test, run
runqemu qemux86 core-image-tposs serial

Documentation http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html

About

Core build for tplino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.1%
  • C 32.0%
  • BlitzBasic 18.9%
  • Shell 6.7%
  • C++ 3.0%
  • Perl 0.9%
  • Other 0.4%