Skip to content

luckylak1991/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


Building Packages
=================

To build packages first you need to setup your enviroment by sourcing
the file *oe-init-build-env* which will setup a number enviroment
variables. This should be done as "./oe-init-build-env builddir"


Building An Image
=================
To test, that it working, try to build an image: 
NOTE: This may take a whil
bitbake core-image-tplino

To test, run
runqemu qemux86 core-image-tplino 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 28.7%
  • C 22.7%
  • BitBake 14.4%
  • Shell 8.0%
  • Roff 6.4%
  • C++ 6.1%
  • Other 13.7%