]> pilppa.org Git - familiar-h63xx-build.git/commit
import bitbake from svn as of revision 323
authorRene Wagner <rw@handhelds.org>
Tue, 16 May 2006 20:50:02 +0000 (22:50 +0200)
committerRene Wagner <rw@handhelds.org>
Tue, 16 May 2006 20:50:02 +0000 (22:50 +0200)
commit17b6fcd4467c88d51b2cb0b08b742588328f23a9
treeb0999712800d8d6d985849653dc4dded58eace59
parentbbb89068f0d56b88d26e9edf9cf54b6964ee499b
import bitbake from svn as of revision 323

Signed-off-by: Rene Wagner <rw@handhelds.org>
57 files changed:
bitbake/.gitignore [new file with mode: 0644]
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/.gitignore [new file with mode: 0644]
bitbake/bin/bbimage [new file with mode: 0755]
bitbake/bin/bitbake [new file with mode: 0755]
bitbake/bin/bitdoc [new file with mode: 0755]
bitbake/classes/.gitignore [new file with mode: 0644]
bitbake/classes/base.bbclass [new file with mode: 0644]
bitbake/conf/.gitignore [new file with mode: 0644]
bitbake/conf/bitbake.conf [new file with mode: 0644]
bitbake/contrib/.gitignore [new file with mode: 0644]
bitbake/contrib/README [new file with mode: 0644]
bitbake/contrib/bbdev.sh [new file with mode: 0644]
bitbake/contrib/vim/.gitignore [new file with mode: 0644]
bitbake/contrib/vim/syntax/.gitignore [new file with mode: 0644]
bitbake/contrib/vim/syntax/bitbake.vim [new file with mode: 0644]
bitbake/doc/.gitignore [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/.gitignore [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/.gitignore [new file with mode: 0644]
bitbake/lib/bb/.gitignore [new file with mode: 0644]
bitbake/lib/bb/__init__.py [new file with mode: 0644]
bitbake/lib/bb/build.py [new file with mode: 0644]
bitbake/lib/bb/data.py [new file with mode: 0644]
bitbake/lib/bb/data_smart.py [new file with mode: 0644]
bitbake/lib/bb/event.py [new file with mode: 0644]
bitbake/lib/bb/fetch/.gitignore [new file with mode: 0644]
bitbake/lib/bb/fetch/__init__.py [new file with mode: 0644]
bitbake/lib/bb/fetch/bk.py [new file with mode: 0644]
bitbake/lib/bb/fetch/cvs.py [new file with mode: 0644]
bitbake/lib/bb/fetch/git.py [new file with mode: 0644]
bitbake/lib/bb/fetch/local.py [new file with mode: 0644]
bitbake/lib/bb/fetch/svn.py [new file with mode: 0644]
bitbake/lib/bb/fetch/wget.py [new file with mode: 0644]
bitbake/lib/bb/manifest.py [new file with mode: 0644]
bitbake/lib/bb/parse/.gitignore [new file with mode: 0644]
bitbake/lib/bb/parse/__init__.py [new file with mode: 0644]
bitbake/lib/bb/parse/parse_c/.gitignore [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/.gitignore [new file with mode: 0644]
bitbake/lib/bb/parse/parse_py/BBHandler.py [new file with mode: 0644]
bitbake/lib/bb/parse/parse_py/ConfHandler.py [new file with mode: 0644]
bitbake/lib/bb/parse/parse_py/__init__.py [new file with mode: 0644]
bitbake/lib/bb/shell.py [new file with mode: 0644]
bitbake/lib/bb/utils.py [new file with mode: 0644]
bitbake/setup.py [new file with mode: 0755]