[bitbake-devel] [PATCH 0/2] Enhance and document perforce fetcher

Andrew Bradford andrew at bradfordembedded.com
Wed May 25 19:48:22 UTC 2016


From: Andrew Bradford <andrew.bradford at 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




More information about the bitbake-devel mailing list