]> code.ossystems Code Review - openembedded-core.git/commit
Initial population
authorRichard Purdie <richard@openedhand.com>
Wed, 31 Aug 2005 10:47:56 +0000 (10:47 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 31 Aug 2005 10:47:56 +0000 (10:47 +0000)
commitf54da734eb7b69e8e34de505bd89a13479e230e0
treef796bea6f5683dfe3d591ca5390d12fd78e59c96
parent4b46c1f6e891b1ddd5968536440b888661fade3e
Initial population

git-svn-id: https://svn.o-hand.com/repos/poky@2 311d38ba-8fff-0310-9ca6-ca027cbcb966
56 files changed:
bitbake/AUTHORS [new file with mode: 0644]
bitbake/ChangeLog [new file with mode: 0644]
bitbake/MANIFEST [new file with mode: 0644]
bitbake/TODO [new file with mode: 0644]
bitbake/bin/bbimage [new file with mode: 0755]
bitbake/bin/bitbake [new file with mode: 0755]
bitbake/bin/bitbakec [new file with mode: 0644]
bitbake/bin/bitdoc [new file with mode: 0755]
bitbake/classes/base.bbclass [new file with mode: 0644]
bitbake/conf/bitbake.conf [new file with mode: 0644]
bitbake/contrib/README [new file with mode: 0644]
bitbake/contrib/bbdev.sh [new file with mode: 0644]
bitbake/doc/COPYING.GPL [new file with mode: 0644]
bitbake/doc/COPYING.MIT [new file with mode: 0644]
bitbake/doc/manual/Makefile [new file with mode: 0644]
bitbake/doc/manual/html.css [new file with mode: 0644]
bitbake/doc/manual/usermanual.xml [new file with mode: 0644]
bitbake/lib/bb/__init__.py [new file with mode: 0644]
bitbake/lib/bb/__init__.pyc [new file with mode: 0644]
bitbake/lib/bb/build.py [new file with mode: 0644]
bitbake/lib/bb/build.pyc [new file with mode: 0644]
bitbake/lib/bb/data.py [new file with mode: 0644]
bitbake/lib/bb/data.pyc [new file with mode: 0644]
bitbake/lib/bb/data_dict.pyc [new file with mode: 0644]
bitbake/lib/bb/data_smart.py [new file with mode: 0644]
bitbake/lib/bb/data_smart.pyc [new file with mode: 0644]
bitbake/lib/bb/event.py [new file with mode: 0644]
bitbake/lib/bb/event.pyc [new file with mode: 0644]
bitbake/lib/bb/fetch.py [new file with mode: 0644]
bitbake/lib/bb/fetch.pyc [new file with mode: 0644]
bitbake/lib/bb/make.pyc [new file with mode: 0644]
bitbake/lib/bb/manifest.py [new file with mode: 0644]
bitbake/lib/bb/manifest.pyc [new file with mode: 0644]
bitbake/lib/bb/parse/BBHandler.pyc [new file with mode: 0644]
bitbake/lib/bb/parse/ConfHandler.pyc [new file with mode: 0644]
bitbake/lib/bb/parse/__init__.py [new file with mode: 0644]
bitbake/lib/bb/parse/__init__.pyc [new file with mode: 0644]
bitbake/lib/bb/parse/parse_c/bitbakeparser.l [new file with mode: 0644]
bitbake/lib/bb/parse/parse_c/bitbakeparser.py [new file with mode: 0644]
bitbake/lib/bb/parse/parse_c/bitbakeparser.y [new file with mode: 0644]
bitbake/lib/bb/parse/parse_c/lexer.h [new file with mode: 0644]
bitbake/lib/bb/parse/parse_c/token.h [new file with mode: 0644]
bitbake/lib/bb/parse/parse_py/BBHandler.py [new file with mode: 0644]
bitbake/lib/bb/parse/parse_py/BBHandler.pyc [new file with mode: 0644]
bitbake/lib/bb/parse/parse_py/ConfHandler.py [new file with mode: 0644]
bitbake/lib/bb/parse/parse_py/ConfHandler.pyc [new file with mode: 0644]
bitbake/lib/bb/parse/parse_py/__init__.py [new file with mode: 0644]
bitbake/lib/bb/parse/parse_py/__init__.pyc [new file with mode: 0644]
bitbake/lib/bb/shell.py [new file with mode: 0644]
bitbake/lib/bb/shell.pyc [new file with mode: 0644]
bitbake/lib/bb/utils.py [new file with mode: 0644]
bitbake/lib/bb/utils.pyc [new file with mode: 0644]
bitbake/setup.py [new file with mode: 0755]
build/conf/local.conf [new file with mode: 0755]
readme.txt [new file with mode: 0644]
setdevenv [new file with mode: 0755]