summaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2016-05-06bb.build: handle __builtins__ as a moduleChristopher Larson
2016-03-30build/utils: Allow python functions to execute with real exception handlingRichard Purdie
2016-02-10build: Improve python execution tracebacksRichard Purdie
2016-02-10build/data: Don't expand python functions before execution [API change]Richard Purdie
2016-02-04lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-29build.py: minor shell_trap_code() formatting tweaksAndre McCurdy
2016-01-11bitbake: clean up stamp-base related codesChen Qi
2015-10-29build/utils: Add BB_TASK_IONICE_LEVEL supportRichard Purdie
2015-09-01build: delete tasks thoroughlyChristopher Larson
2015-07-27build: Exit scripts with result of last shell functionAndre McCurdy
2015-07-16lib/bb: provide mechanism to bypass UI log suppressionPaul Eggleton
2015-07-12lib/bb: set up infrastructure for shell message functionsPaul Eggleton
2015-06-19bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-04-28bitbake: reset build mtime cache before the buildEd Bartosh
2014-08-27build/data: Write out more complete python run filesRichard Purdie
2014-08-24lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-06-19build.py: Ensure shared work siginfo files are written to the correct locationRichard Purdie
2014-05-31build/utils: Fix broken exception handlingRichard Purdie
2014-05-30event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-03-21toaster: measure task duration with server-side timestampsAlexandru DAMIAN
2014-02-28build: filter out expanded empty strings for lockfiles flagStefan Stanacar
2014-02-17build: fix handling of task override for tasks with underscores in their namesPaul Eggleton
2014-02-09bitbake: build.py: create separate function for shell trap creation codeLaurentiu Palcu
2014-01-07bitbake/lib/bb/build.py: fix the task flags cleandirsRobert Yang
2013-12-18build/ast: Create strong task add/del API in bb.buildRichard Purdie
2013-12-18ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie
2013-11-20build.py: add single-quotes around already-expanded directory namePeter Seebach
2013-11-01build, toaster: record proper task typeAlexandru DAMIAN
2013-09-22build: Add BB_TASK_NICE_LEVEL to task codeRichard Purdie
2013-09-18bitbake: build, runqueue: adds info to the *runQueue* eventsAlexandru DAMIAN
2013-09-16build: Add logfile to add TaskBase eventsRichard Purdie
2013-09-01build: Fix profile file namesRichard Purdie
2013-08-23build.py: create symlink for run.do_xxx scriptsNicolas Dechesne
2013-08-20build.py: Provide useful diagnostics when exiting.Peter Seebach
2013-06-20build.py: Cleanup data store referencesRichard Purdie
2013-06-19runqueue/build: Add recideptask flagRichard Purdie
2013-05-24build: Avoid empty promisesRichard Purdie
2013-05-09lib: Clean up various file access syntaxRichard Purdie
2013-02-22build.py: avoid deleting taint files when writing stampsPaul Eggleton
2013-01-28build.py: Dump out performance data of individual tasksRichard Purdie
2013-01-07build.py: Fix traceback when there are no dependenciesRichard Purdie
2012-12-03build.py: Preserve sigdata files in the stamps directoryRichard Purdie
2012-11-28build/siggen.py: Avoid removing too many stamps when cleaningRichard Purdie
2012-09-20build/siggen: Add support for stamp 'clean' masksRichard Purdie
2012-08-18build.py: Correct package to recipe in TaskBase events to use consistent term...Richard Purdie
2012-08-16bitbake: build.py: Add stampdir argument to cached_mtime_noerrorAndrei Gherzan
2012-08-16build.py: Only execute mkdirhier if stampdir doesn't existRichard Purdie
2012-06-25process: Improve _logged_communicate bufferingRichard Purdie
2012-06-25taskdata.py: Add support for rdepends task flagRichard Purdie
2012-06-21bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton