All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] RFC: Integrating gitpkgv functionality
@ 2015-05-22  6:29 Mike Looijmans
  2015-05-22  6:29 ` [PATCH v2 1/3] fetch2/__init__.py: Make get_srcrev output configurable Mike Looijmans
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mike Looijmans @ 2015-05-22  6:29 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mike Looijmans

Follow-up on the discussion here:
http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100345.html

This is an implementation of gitpkgv in OE-core. It modifies the fetcher
to optionally provide an incremental numbering scheme for GIT repositories.

These three patches implement this, and provide the functionality in three stages.
1 __init__.py: Allows fetchers to provide alternatives to formatting a version string.
2 git.py: Implements such alternative formatting in gitpkgv style.
3 bitbake.conf: Sets GITPKGV so that it becomes backwards compatible with gitpkgv.

v2: Rebased and added bitbake.conf patch to set GITPKGV

Mike Looijmans (3):
  fetch2/__init__.py: Make get_srcrev output configurable
  fetch2/git.py: Add gitpkgv_revision alternative version information
  bitbake.conf: Set GITPKGV variable

 conf/bitbake.conf         |  1 +
 lib/bb/fetch2/__init__.py |  9 ++++++---
 lib/bb/fetch2/git.py      | 25 +++++++++++++++++++++++++
 3 files changed, 32 insertions(+), 3 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-09 10:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22  6:29 [PATCH v2 0/3] RFC: Integrating gitpkgv functionality Mike Looijmans
2015-05-22  6:29 ` [PATCH v2 1/3] fetch2/__init__.py: Make get_srcrev output configurable Mike Looijmans
2015-05-22  6:29 ` [PATCH v2 2/3] fetch2/git.py: Add gitpkgv_revision alternative version information Mike Looijmans
2015-05-22  6:29 ` [PATCH v2 3/3] bitbake.conf: Set GITPKGV variable Mike Looijmans
2015-06-09  8:50   ` Mike Looijmans
2015-06-09  9:56     ` Paul Eggleton
2015-06-09 10:13       ` Richard Purdie
2015-05-23  7:16 ` [PATCH v2 0/3] RFC: Integrating gitpkgv functionality Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.