summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake/fetch2/git: Ensure deleted branches upstream are removed, all branch ...Richard Purdie2011-02-031-7/+10
* bitbake/fetch2: Remove old local file acceleration codeRichard Purdie2011-02-031-18/+4
* bitbake/fetch2: Ensure that mirror fetches are symlinked from the download di...Richard Purdie2011-02-031-3/+17
* bitbake/fetch2: When encoding a file:// url, drop user and host informationRichard Purdie2011-02-031-2/+2
* bitbake/lib/bb/fetch2: Assign a default name in the names array as empty stri...Richard Purdie2011-02-031-1/+1
* bitbake/fetch2: Add missing parameter to localcount_internal_helperRichard Purdie2011-02-021-1/+1
* bitbake/fetch2/git: Ensure target directory exists when copying filesRichard Purdie2011-02-021-0/+1
* fetch2: Allow multiple src rev to be used in one src_uriYu Ke2011-02-025-64/+73
* git.py: Remove the source tree tarball archivesYu Ke2011-02-021-58/+5
* bitbake/fetch2/git: Add nocheckout option to disable checkouts and always add...Richard Purdie2011-02-021-9/+12
* bb.fetch2: Add git unpackYu Ke2011-02-021-0/+25
* bitbake/fetch2: Ensure the local revision counter takes a default value of 0,...Richard Purdie2011-02-011-1/+1
* bitbake/runqueue.py: Avoid starvation of events to the serverRichard Purdie2011-01-281-1/+1
* bitbake/build.py: When looking up extra stamp info for setscene tasks, use th...Richard Purdie2011-01-271-2/+6
* bitbake/unlockfile: Fix exception handlingRichard Purdie2011-01-261-1/+1
* bitbake/fetch2: Instrument fetchers when making network accessYu Ke2011-01-259-1/+22
* bb.fetch2: add "BB_NO_NETWORK" optionYu Ke2011-01-251-0/+10
* bb.fetch2: remove the obsolate Fetch.try_mirrors referrenceYu Ke2011-01-251-7/+0
* git.py: split download to download() and build_mirror_data()Yu Ke2011-01-252-3/+9
* bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke2011-01-2513-19/+19
* bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke2011-01-252-0/+4
* bb.fetch2: revise the Fetch.unpack APIYu Ke2011-01-251-18/+15
* bb.fetch2: add unpack method in fetcherYu Ke2011-01-251-0/+84
* bitbake/utils: Ignore OSError in unlockfileRichard Purdie2011-01-241-1/+1
* siggen.py: better print for task hash comparisonKevin Tian2011-01-211-5/+12
* bitbake: fix parameter order for flaglist()Dongxiao Xu2011-01-201-2/+2
* bitbake/providers.py: Fix runtime providers problemsRichard Purdie2011-01-201-7/+11
* bitbake/utils.py: Teach unlockfile about shared mode lockfilesRichard Purdie2011-01-191-1/+7
* bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie2011-01-191-2/+6
* bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu2011-01-184-14/+29
* bitbake/build.py: Allow FuncFailed error to have an optional messageRichard Purdie2011-01-171-2/+5
* bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep...Richard Purdie2011-01-171-3/+3
* bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie2011-01-122-10/+22
* build: remove duplicate import of utilsBernhard Reutner-Fischer2011-01-121-1/+0
* *: use utils.remove() some moreBernhard Reutner-Fischer2011-01-125-23/+13
* codeparser: fix spacing in diagnostic messagesBernhard Reutner-Fischer2011-01-121-2/+2
* bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie2011-01-121-2/+6
* bitbake/goggle: don't drop eventsJoshua Lock2011-01-121-1/+1
* bitbake/depexp: closing progress dialog kills guiJoshua Lock2011-01-121-0/+1
* bitbake/goggle: closing the progress dialog kills the UIJoshua Lock2011-01-121-0/+1
* bitbake/uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock2011-01-121-2/+5
* runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex...Richard Purdie2011-01-101-14/+10
* bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter...Richard Purdie2011-01-101-17/+14
* msg: no need to hardcode the logging levelsChris Larson2011-01-101-2/+2
* vim: properly highlight python inside of ${@}Chris Larson2011-01-101-10/+9
* vim: handle highlighting exports without assignmentChris Larson2011-01-101-0/+2
* vim: add an ftplugin for indentation settingsChris Larson2011-01-101-0/+1
* Inject taskpid into log records via our log handlerChris Larson2011-01-102-8/+4
* bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie2011-01-101-5/+6
* Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}"Yu Ke2011-01-101-3/+3