Initial import.
authorChris Larson <clarson@kergoth.com>
Tue, 7 Dec 2004 20:55:41 +0000 (20:55 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 7 Dec 2004 20:55:41 +0000 (20:55 +0000)
commitd91e57c44e923b6b65396515ff878199d43763a1
treec891ef94238989d3efb004cc3d22a280b642260b
parent9633dc85c57a0a6de1b088b49e589513087c2720
Initial import.
84 files changed:
MANIFEST [new file with mode: 0644]
bin/COPYING [deleted file]
bin/bbimage [new file with mode: 0755]
bin/bbmake [new file with mode: 0755]
bin/bbread [new file with mode: 0755]
bin/build/install [deleted file]
bin/commander/__init__.py [deleted file]
bin/commander/aboutdialog.py [deleted file]
bin/commander/aboutdialogbase.ui [deleted file]
bin/commander/appinfo.py [deleted file]
bin/commander/application.py [deleted file]
bin/commander/commander.pro [deleted file]
bin/commander/images/checked.png [deleted file]
bin/commander/images/do_compile.png [deleted file]
bin/commander/images/do_configure.png [deleted file]
bin/commander/images/do_install.png [deleted file]
bin/commander/images/do_patch.png [deleted file]
bin/commander/images/do_stage.png [deleted file]
bin/commander/images/do_unpack.png [deleted file]
bin/commander/images/package.png [deleted file]
bin/commander/images/unchecked.png [deleted file]
bin/commander/images/virtual.png [deleted file]
bin/commander/mainwindow.py [deleted file]
bin/commander/mainwindowbase.ui [deleted file]
bin/commander/packages.py [deleted file]
bin/commander/packageview.py [deleted file]
bin/commander/provideritem.py [deleted file]
bin/commander/pythonshell.py [deleted file]
bin/oe/__init__.py [deleted file]
bin/oe/build.py [deleted file]
bin/oe/data.py [deleted file]
bin/oe/event.py [deleted file]
bin/oe/fetch.py [deleted file]
bin/oe/make.py [deleted file]
bin/oe/manifest.py [deleted file]
bin/oe/parse/ConfHandler.py [deleted file]
bin/oe/parse/OEHandler.py [deleted file]
bin/oe/parse/SRPMHandler.py [deleted file]
bin/oe/parse/__init__.py [deleted file]
bin/oebuild [deleted file]
bin/oecommander [deleted file]
bin/oeimage [deleted file]
bin/oemake [deleted file]
bin/oeread [deleted file]
bin/utils/__init__.py [deleted file]
bin/utils/daemon.py [deleted file]
bin/utils/itertools.py [deleted file]
bin/utils/optparse.py [deleted file]
bin/utils/textwrap.py [deleted file]
build/lib/bb/__init__.py [new file with mode: 0644]
build/lib/bb/build.py [new file with mode: 0644]
build/lib/bb/data.py [new file with mode: 0644]
build/lib/bb/event.py [new file with mode: 0644]
build/lib/bb/fetch.py [new file with mode: 0644]
build/lib/bb/make.py [new file with mode: 0644]
build/lib/bb/manifest.py [new file with mode: 0644]
build/lib/bb/parse/BBHandler.py [new file with mode: 0644]
build/lib/bb/parse/ConfHandler.py [new file with mode: 0644]
build/lib/bb/parse/__init__.py [new file with mode: 0644]
build/scripts-2.3/bbimage [new file with mode: 0755]
build/scripts-2.3/bbmake [new file with mode: 0755]
build/scripts-2.3/bbread [new file with mode: 0755]
classes/base.bbclass [new file with mode: 0644]
conf/bitbake.conf [new file with mode: 0644]
contrib/bash-completion [deleted file]
contrib/bbdev.sh [new file with mode: 0644]
dist/bitbake-1.0.linux-i686.tar.gz [new file with mode: 0644]
doc/COPYING.GPL [new file with mode: 0644]
doc/COPYING.MIT [new file with mode: 0644]
doc/README [deleted file]
doc/manual/Makefile [new file with mode: 0644]
doc/manual/html.css [new file with mode: 0644]
doc/manual/usermanual.xml [new file with mode: 0644]
lib/bb/__init__.py [new file with mode: 0644]
lib/bb/build.py [new file with mode: 0644]
lib/bb/data.py [new file with mode: 0644]
lib/bb/event.py [new file with mode: 0644]
lib/bb/fetch.py [new file with mode: 0644]
lib/bb/make.py [new file with mode: 0644]
lib/bb/manifest.py [new file with mode: 0644]
lib/bb/parse/BBHandler.py [new file with mode: 0644]
lib/bb/parse/ConfHandler.py [new file with mode: 0644]
lib/bb/parse/__init__.py [new file with mode: 0644]
setup.py [new file with mode: 0755]