bitbake: bitbake: gitannex.py: Add Git Annex support
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 7 Jan 2014 15:58:33 +0000 (13:58 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jan 2014 12:49:08 +0000 (12:49 +0000)
commit4b9a0076130828e57151d68fb6161f683b1f2149
tree0b002ef5b62b6981ca85985b82232ecf686b9fcf
parent929eb01cd97c4d08705dbbe9ba46f25a7e1122b1
bitbake: bitbake: gitannex.py: Add Git Annex support

This add a Git Annex backend which reuses the Git fetcher code; it
allows managing files with git, without checking the file contents
into git, being useful when dealing with files larger than git can
currently easily handle, whether due to limitations in memory, time,
or disk space.

(Bitbake rev: a61fc4db598e9d13c966712a6a0e4783e19448be)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py