]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
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:41:54 +0000 (17:41 +0000)
commit61cf01c5c236b4218f40cfae7c059c2b86765dbd
tree3535ac513601dd3d877477fa35972be5f4accb0f
parenta906c94328b040d5076571bd593b57be7ee403a5
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

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