All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Enhance and document perforce fetcher
@ 2016-05-25 19:48 Andrew Bradford
  2016-05-25 19:48 ` [PATCH 1/2] perforce fetcher: Rework to support SRCREV and P4CONFIG Andrew Bradford
  2016-05-25 19:48 ` [PATCH 2/2] doc: Document use of Perforce fetcher Andrew Bradford
  0 siblings, 2 replies; 6+ messages in thread
From: Andrew Bradford @ 2016-05-25 19:48 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Andrew Bradford

From: Andrew Bradford <andrew.bradford@kodakalaris.com>

Allow the perforce fetcher to act more like the other source control
fetchers so that it can use AUTOREV and the use of the p4 P4CONFIG
variable to specify many p4 settings.  Also document these changes and
how to use this new implementation of the perforce fetcher.

These patches depend on oe-core patches [1].

[1]:http://lists.openembedded.org/pipermail/openembedded-core/2016-May/122075.html

Andrew Bradford (2):
  perforce fetcher: Rework to support SRCREV and P4CONFIG
  doc: Document use of Perforce fetcher

 .../bitbake-user-manual-fetching.xml               |  72 +++++-
 .../bitbake-user-manual-ref-variables.xml          |  11 +-
 lib/bb/fetch2/__init__.py                          |   3 +-
 lib/bb/fetch2/perforce.py                          | 279 +++++++++++----------
 4 files changed, 226 insertions(+), 139 deletions(-)

-- 
2.8.1



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

end of thread, other threads:[~2016-06-03 13:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-25 19:48 [PATCH 0/2] Enhance and document perforce fetcher Andrew Bradford
2016-05-25 19:48 ` [PATCH 1/2] perforce fetcher: Rework to support SRCREV and P4CONFIG Andrew Bradford
2016-06-03  9:47   ` Burton, Ross
2016-06-03 10:38     ` Richard Purdie
2016-06-03 13:33       ` Andrew Bradford
2016-05-25 19:48 ` [PATCH 2/2] doc: Document use of Perforce fetcher Andrew Bradford

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.