]> code.ossystems Code Review - openembedded-core.git/commit
fetchers: Add parameter scmdata=keep to include .git/ and others in generated tarballs.
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 8 Dec 2010 13:38:23 +0000 (13:38 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:51 +0000 (14:46 +0000)
commitbd34e7d6dffbdcd3cfb0bc21daf73e9090e5110f
tree4eb6fdd4501facd55b4921f7b09f35bac638b79f
parent7bbde5b149751c2b38964b786b76a25f62199397
fetchers: Add parameter scmdata=keep to include .git/ and others in generated tarballs.

* Allows generating version information from SCMs during build.
* Note that tar doesn't need to use --exclude '.git', because
  git checkout-index doesn't clone the repository.

(Bitbake rev: 05cbc1d1a01c667c77688f36fbc5b61c5f452a3a)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/fetch/bzr.py
bitbake/lib/bb/fetch/cvs.py
bitbake/lib/bb/fetch/git.py
bitbake/lib/bb/fetch/hg.py
bitbake/lib/bb/fetch/repo.py
bitbake/lib/bb/fetch/svn.py