travelping / tplino-core

Core build for tplino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Python 37.9%Language:C 32.0%Language:BlitzBasic 18.9%Language:Shell 6.7%Language:C++ 3.0%Language:Perl 0.9%Language:Vim Script 0.2%Language:XSLT 0.1%Language:CSS 0.1%Language:D 0.0%Language:Awk 0.0%