summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/local.py
Commit message (Expand)AuthorAgeFilesLines
* 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