aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/local.py
AgeCommit message (Expand)Author
2023-05-25fetch2/local: Add debug to include chosen pathRichard Purdie
2023-05-25fetch2: Clarify different localpaths functionsRichard Purdie
2023-03-28fetch2/local: Mention the value of localpath in failure messageRichard Purdie
2022-07-15fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2020-08-25fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2017-04-05fetch/local: Drop FILESDIRRichard Purdie
2017-02-28fetch2: don't use deprecated bb.data APIsAndre McCurdy
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-23lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-02-28fetch2: Skip lockfiles and donestamps for local filesRichard Purdie
2016-01-11Revert "fetch2/local.py: avoid using PREMIRROR"Richard Purdie
2016-01-05fetch2/local.py: avoid using PREMIRRORRobert Yang
2015-07-09fetch2: Add fetch parameter to checkstatusAníbal Limón
2015-01-08wget: Add localpaths method which gives localpath with historyRichard Purdie
2014-08-19fetch2/local.py: fix first line indent of search path debug outputAndre McCurdy
2013-11-21fetch2: Stop passing around the pointless url parameterRichard Purdie
2012-11-26fetch2/local: Fix bug introduced by expression ambiguityRichard Purdie
2012-11-25fetch2: Avoid using FILESDIR in unpackRichard Purdie
2012-11-25fetch2/local: Improve handling of wildcard matchesRichard Purdie
2012-08-02fetch2/local: Add search paths to the debug log to improve log usefullnessRichard Purdie
2012-08-02fetch2/local.py: Provide better debug output when fetch of a local file failsRichard Purdie
2012-07-26fetch/local: Allow preservation of path components in relative file:// urlsRichard 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-05-06bitbake/fetch2/local: Fix inverted update required logicRichard Purdie
2011-05-06bitbake/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-10bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-10bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-10bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-02-10bb.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