]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: Sync with upstream.
authorRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 23:53:01 +0000 (23:53 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 23:53:01 +0000 (23:53 +0000)
commitf5665d5bfcfb13d01da9e4c7d5046453e80f7baf
treeb8908549afaf3006bf3763419711090ac999c2a4
parentaec95de5f7dca2afa3a4a0bdb0d4d553c13f680d
bitbake: Sync with upstream.

 * File licence headers were sanitised causing most of the diff.
 * cooker.py was created from bin/bitbake.
 * cvs fetcher port option was added
 * The -f force option was fixed to work correctly
 * Multiple entries in rrecrdeps are now handled correctly
   (allows adding do_deploy to image depends)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1129 311d38ba-8fff-0310-9ca6-ca027cbcb966
39 files changed:
bitbake/AUTHORS
bitbake/COPYING [new file with mode: 0644]
bitbake/HEADER [new file with mode: 0644]
bitbake/MANIFEST
bitbake/bin/bbimage
bitbake/bin/bitbake
bitbake/bin/bitdoc
bitbake/doc/COPYING.GPL
bitbake/doc/bitbake.1 [new file with mode: 0644]
bitbake/lib/bb/COW.py
bitbake/lib/bb/__init__.py
bitbake/lib/bb/build.py
bitbake/lib/bb/cache.py
bitbake/lib/bb/cooker.py [new file with mode: 0644]
bitbake/lib/bb/data.py
bitbake/lib/bb/data_smart.py
bitbake/lib/bb/event.py
bitbake/lib/bb/fetch/__init__.py
bitbake/lib/bb/fetch/cvs.py
bitbake/lib/bb/fetch/git.py
bitbake/lib/bb/fetch/local.py
bitbake/lib/bb/fetch/perforce.py
bitbake/lib/bb/fetch/ssh.py
bitbake/lib/bb/fetch/svk.py
bitbake/lib/bb/fetch/svn.py
bitbake/lib/bb/fetch/wget.py
bitbake/lib/bb/manifest.py
bitbake/lib/bb/methodpool.py
bitbake/lib/bb/msg.py
bitbake/lib/bb/parse/__init__.py
bitbake/lib/bb/parse/parse_py/BBHandler.py
bitbake/lib/bb/parse/parse_py/ConfHandler.py
bitbake/lib/bb/parse/parse_py/__init__.py
bitbake/lib/bb/providers.py
bitbake/lib/bb/runqueue.py
bitbake/lib/bb/shell.py
bitbake/lib/bb/taskdata.py
bitbake/lib/bb/utils.py
bitbake/setup.py [deleted file]