BitBake (dev)

From Openembedded.org
Revision as of 08:27, 1 October 2008 by 87.240.66.246 (talk) (New page: = Bitbake = Where are all bitbake hot information !! * First , RTFM ;-) : http://bitbake.berlios.de/manual/ Best documentation for source is via python documentation system. = Hellowo...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Bitbake

Where are all bitbake hot information !!

Best documentation for source is via python documentation system.


Helloworld using lib bb

  1. !/usr/bin/env python
  2. ex:ts=4:sw=4:sts=4:et
  3. -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-

import bb

version = bb.__version__ bb.msg.note(1, 0, "Hello from helloworld using lib bb v%s." % ( version ))