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