bitbake: fetch2: remove localcount and use AUTOINC instead
authorConstantin Musca <constantinx.musca@intel.com>
Wed, 5 Dec 2012 08:58:26 +0000 (10:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Dec 2012 17:42:19 +0000 (17:42 +0000)
commitcf83edec505c6d478052215388dd507e8de62190
tree310bfebd33f07f506e0cda38f43f03c7111ce464
parentdd99f69c8a35d2491f6229808a533c93cc06e152
bitbake: fetch2: remove localcount and use AUTOINC instead

- do not use the BB_URI_LOCALCOUNT database for computing revision
incremental numbers anymore
- sortable_revision now generates "AUTOINC+${latest_rev}"
- use one incrementing value rather than several
- PV becomes 0.1+gitAUTOINC+deadbeefdecafbad_decafbaddeadbeef
- remove all localcount code and simplify the fetcher
- this patch addresses the following proposal:
http://lists.linuxtogo.org/pipermail/bitbake-devel/2012-November/003878.html

(Bitbake rev: 61cf01c5c236b4218f40cfae7c059c2b86765dbd)

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/fetch2/git.py