summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/local.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch/local: Drop FILESDIRRichard Purdie2017-04-051-9/+0
* bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy2017-03-011-1/+0
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-6/+6
* bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie2016-11-231-4/+4
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-2/+2
* bitbake: fetch2: Skip lockfiles and donestamps for local filesRichard Purdie2016-02-281-0/+1
* bitbake: Revert "fetch2/local.py: avoid using PREMIRROR"Richard Purdie2016-01-131-5/+0
* bitbake: fetch2/local.py: avoid using PREMIRRORRobert Yang2016-01-061-0/+5
* bitbake: fetch2: Add fetch parameter to checkstatusyocto-1.9_M1Aníbal Limón2015-07-091-1/+1
* bitbake: wget: Add localpaths method which gives localpath with historyRichard Purdie2015-01-081-21/+33
* bitbake: fetch2/local.py: fix first line indent of search path debug outputAndre McCurdy2014-08-191-1/+1
* bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie2013-11-221-8/+8
* bitbake: fetch2/local: Fix bug introduced by expression ambiguityRichard Purdie2012-11-261-1/+1
* bitbake: fetch2: Avoid using FILESDIR in unpackRichard Purdie2012-11-261-0/+1
* bitbake: fetch2/local: Improve handling of wildcard matchesRichard Purdie2012-11-261-1/+6
* bitbake: fetch2/local: Add search paths to the debug log to improve log usefu...Richard Purdie2012-08-021-0/+3
* bitbake: fetch2/local.py: Provide better debug output when fetch of a local f...Richard Purdie2012-08-021-6/+19
* bitbake: fetch/local: Allow preservation of path components in relative file:...Richard Purdie2012-07-261-3/+4
* fetch2/local: Ensure quoting is handled correctly from the urlRichard Purdie2012-06-141-1/+3
* fetch2/local: Don't default to files in DL_DIR for file:// urlsRichard Purdie2011-11-241-3/+1
* bitbake/fetch2/local: Fix inverted update required logicRichard Purdie2011-03-091-1/+1
* bitbake/fetch2: Allow local file:// urls to be found on mirrorsRichard Purdie2011-03-081-0/+13
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-101-0/+4
* bitbake/fetch2: Use True instead of integer valuesRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie2011-02-071-1/+4
* 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-1/+1
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+73