]> code.ossystems Code Review - openembedded-core.git/commit
fetchers: Use tar --exclude pattern to remove SCM files
authorKhem Raj <raj.khem@gmail.com>
Fri, 24 Sep 2010 22:46:59 +0000 (15:46 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:37 +0000 (14:46 +0000)
commit6491ed9e2ee6562a9ffc548fdd9ee6e13ba96657
tree866b11c4cba450d613f9a38b26122b5f486be101
parentc81cd1be64a6d8c725fc7323d040ed2fad41c826
fetchers: Use tar --exclude pattern to remove SCM files

This option will exclude the SCM metadata from tar files.

Tested with gcc where svn tar which used to be 156M for gcc 4.5
is now 77M

(Bitbake rev: f264cb6d43472525ad787b0887764ea696ec52ba)

Signed-off-by: Khem Raj <raj.khem@gmail.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/svn.py