aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/local.py
AgeCommit message (Expand)Author
2016-01-13bitbake: Revert "fetch2/local.py: avoid using PREMIRROR"Richard Purdie
2016-01-06bitbake: fetch2/local.py: avoid using PREMIRRORRobert Yang
2015-07-09bitbake: fetch2: Add fetch parameter to checkstatusAníbal Limón
2015-01-08bitbake: wget: Add localpaths method which gives localpath with historyRichard Purdie
2014-08-19bitbake: fetch2/local.py: fix first line indent of search path debug outputAndre McCurdy
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2012-11-26bitbake: fetch2/local: Fix bug introduced by expression ambiguityRichard Purdie
2012-11-26bitbake: fetch2: Avoid using FILESDIR in unpackRichard Purdie
2012-11-26bitbake: fetch2/local: Improve handling of wildcard matchesRichard Purdie
2012-08-02bitbake: fetch2/local: Add search paths to the debug log to improve log usefu...Richard Purdie
2012-08-02bitbake: fetch2/local.py: Provide better debug output when fetch of a local f...Richard Purdie
2012-07-26bitbake: fetch/local: Allow preservation of path components in relative file:...Richard Purdie
2012-06-14fetch2/local: Ensure quoting is handled correctly from the urlRichard Purdie
2011-11-24fetch2/local: Don't default to files in DL_DIR for file:// urlsRichard Purdie
2011-03-09bitbake/fetch2/local: Fix inverted update required logicRichard Purdie
2011-03-08bitbake/fetch2: Allow local file:// urls to be found on mirrorsRichard Purdie
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-07bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-07bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-07bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke