[OE-core] [PATCH 2/3] bitbake.conf: Add P4DIR and FETCHCMD_p4

Andrew Bradford andrew at bradfordembedded.com
Wed May 25 19:46:10 UTC 2016


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

So that perforce fetching can work more like the other source control
system fetchers.

Signed-off-by: Andrew Bradford <andrew.bradford at kodakalaris.com>
---
 meta/conf/bitbake.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index acef30b..1aa1d37 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -339,6 +339,7 @@ SVNDIR = "${CO_DIR}/svn"
 GITDIR = "${CO_DIR}/git2"
 BZRDIR = "${CO_DIR}/bzr"
 HGDIR = "${CO_DIR}/hg"
+P4DIR = "${CO_DIR}/p4"
 
 STAMPS_DIR ?= "${TMPDIR}/stamps"
 STAMP = "${STAMPS_DIR}/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}"
@@ -618,6 +619,7 @@ FETCHCMD_cvs = "/usr/bin/env cvs"
 FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate"
 FETCHCMD_bzr = "/usr/bin/env bzr"
 FETCHCMD_hg = "/usr/bin/env hg"
+FETCHCMD_p4 = "/usr/bin/env p4"
 
 SRCDATE = "${DATE}"
 SRCREV ??= "INVALID"
-- 
2.8.1




More information about the Openembedded-core mailing list