aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-01-24bitbake/utils: Ignore OSError in unlockfileRichard Purdie
2011-01-21siggen.py: better print for task hash comparisonKevin Tian
2011-01-20bitbake: fix parameter order for flaglist()Dongxiao Xu
2011-01-20bitbake/providers.py: Fix runtime providers problemsRichard Purdie
2011-01-19bitbake/utils.py: Teach unlockfile about shared mode lockfilesRichard Purdie
2011-01-19bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie
2011-01-18bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-01-17bitbake/build.py: Allow FuncFailed error to have an optional messageRichard Purdie
2011-01-17bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep...Richard Purdie
2011-01-12bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie
2011-01-12build: remove duplicate import of utilsBernhard Reutner-Fischer
2011-01-12*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-12codeparser: fix spacing in diagnostic messagesBernhard Reutner-Fischer
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie
2011-01-12bitbake/goggle: don't drop eventsJoshua Lock
2011-01-12bitbake/depexp: closing progress dialog kills guiJoshua Lock
2011-01-12bitbake/goggle: closing the progress dialog kills the UIJoshua Lock
2011-01-12bitbake/uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock
2011-01-10runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex...Richard Purdie
2011-01-10bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter...Richard Purdie
2011-01-10msg: no need to hardcode the logging levelsChris Larson
2011-01-10vim: properly highlight python inside of ${@}Chris Larson
2011-01-10vim: handle highlighting exports without assignmentChris Larson
2011-01-10vim: add an ftplugin for indentation settingsChris Larson
2011-01-10Inject taskpid into log records via our log handlerChris Larson
2011-01-10bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie
2011-01-10Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}"Yu Ke
2011-01-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke
2011-01-10bb.fetch2.bzr: add bzr urldata_initYu Ke
2011-01-10bb.fetch2.hg: add hg urldata_initYu Ke
2011-01-10bb.fetch2.svn.py: add urldata_initYu Ke
2011-01-10bb.fetch2.git.py: add git urldata_initYu Ke
2011-01-10bb.fetch2: add urldata_init call for Fetch classYu Ke
2011-01-10BBHandler: remove bb.fetch referrenceYu Ke
2011-01-10bitbake: For poky only, force the use of fetch2 codebaseRichard Purdie
2011-01-10bitbake: Switch to fetch2 fetcher code based on the environment variable BBFE...Richard Purdie
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10bitbake/fetch/git: Add backwards compatibility code for branch name handlingRichard Purdie
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke
2011-01-10bitbake/codeparser: Fix import to match upstream bitbakeRichard Purdie
2011-01-10utils: show the actual exception in better_execChris Larson
2011-01-10runqueue.py: Drop unneeded import and improve quieterrors handling as per ups...Richard Purdie
2011-01-10bitbake: Update event queue handling to match upstream bitbakeRichard Purdie
2011-01-10bitbake/runqueue.py: Sync with changes in upstream bitbakeRichard Purdie
2011-01-10bitbake/fetch: Sync up logger/whitespace improvementsRichard Purdie
2011-01-10bitbake/utils.py: Drop unused function extend_deps()Richard Purdie
2011-01-10bitbake: Sync environment handling function names and comments with upstream ...Richard Purdie
2011-01-10parse: pass filename, lineno into the astChris Larson
2011-01-10cache: don't expand variables for skipped recipesChris Larson
2011-01-08bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie