summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/perforce.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/perforce: Fix typoRichard Purdie2021-10-261-1/+1
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-5/+5
* bitbake: fetch2/perforce: Fix localfile to include ud.moduleRichard Purdie2021-01-231-1/+2
* bitbake: perforce: add local path handling SRC_URI optionsAlexandru N. Onea2020-06-251-2/+45
* bitbake: perforce: add basic progress handler for perforceAlexandru N. Onea2020-06-251-1/+33
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-1/+1
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy2018-06-151-6/+2
* bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy2017-03-011-2/+1
* bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day2017-02-191-1/+1
* bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen2016-11-301-4/+4
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-4/+4
* bitbake: fetch2: preserve current working directoryMatt Madison2016-08-201-4/+2
* bitbake: fetch2/perforce: Rework to support SRCREV and P4CONFIGAndrew Bradford2016-06-161-122/+148
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-1/+1
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-021-1/+0
* bitbake: fetch/perforce: Fix single file checkoutsRichard Purdie2015-06-271-1/+1
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-1/+1
* bitbake: fetch2/perforce: Use replace (1 line) instead of find (3 lines)Chad Nelson2014-09-231-7/+3
* bitbake: fetch2/perforce: Fix localfile name if labels are usedChad Nelson2014-09-231-10/+7
* bitbake: fetch2/perforce: Ensure command has a defaultRichard Purdie2014-05-111-4/+4
* bitbake: fetch/perforce: Drop usage of old style *COMMAND variable and MKTEMP...Richard Purdie2014-03-021-9/+5
* bitbake: perforce: Fix path subdirectory issuesRichard Purdie2013-11-241-1/+1
* bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie2013-11-221-7/+7
* bitbake: perforce.py: fix the perforce fetcherRobert Yang2013-02-251-1/+1
* replace os.popen with subprocess.PopenRobert Yang2012-05-231-5/+6
* replace os.system with subprocess.callRobert Yang2012-05-231-1/+2
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-1/+1
* fetch2: add runfetchcmd to import for fetchersSaul Wold2011-02-071-0/+1
* bitbake/fetch2: Use True instead of integer valuesRichard Purdie2011-02-071-5/+5
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie2011-02-071-14/+6
* bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie2011-02-071-3/+0
* bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie2011-02-071-3/+3
* bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke2011-01-251-1/+1
* bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke2011-01-101-3/+3
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+206