summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: build/data: Write out more complete python run filesRichard Purdie2014-08-281-1/+1
* bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day2014-08-251-6/+5
* bitbake: build.py: Ensure shared work siginfo files are written to the correc...Richard Purdie2014-06-191-2/+6
* bitbake: build/utils: Fix broken exception handlingRichard Purdie2014-06-011-3/+2
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-1/+1
* bitbake: toaster: measure task duration with server-side timestampsAlexandru DAMIAN2014-03-211-0/+2
* bitbake: build: filter out expanded empty strings for lockfiles flagStefan Stanacar2014-02-281-1/+1
* bitbake: build: fix handling of task override for tasks with underscores in t...Paul Eggleton2014-02-171-1/+1
* bitbake: bitbake: build.py: create separate function for shell trap creation ...Laurentiu Palcu2014-02-091-17/+20
* bitbake: bitbake/lib/bb/build.py: fix the task flags cleandirsRobert Yang2014-01-071-0/+1
* bitbake: build/ast: Create strong task add/del API in bb.buildRichard Purdie2013-12-181-5/+32
* bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie2013-12-181-1/+5
* bitbake: build.py: add single-quotes around already-expanded directory namePeter Seebach2013-11-201-1/+1
* bitbake: build, toaster: record proper task typeAlexandru DAMIAN2013-11-041-1/+6
* bitbake: build: Add BB_TASK_NICE_LEVEL to task codeRichard Purdie2013-09-221-0/+8
* bitbake: bitbake: build, runqueue: adds info to the *runQueue* eventsAlexandru DAMIAN2013-09-221-0/+2
* bitbake: build: Add logfile to add TaskBase eventsRichard Purdie2013-09-161-10/+6
* bitbake: build: Fix profile file namesRichard Purdie2013-09-011-1/+1
* bitbake: build.py: create symlink for run.do_xxx scriptsNicolas Dechesne2013-08-231-0/+14
* bitbake: build.py: Provide useful diagnostics when exiting.Peter Seebach2013-08-201-1/+24
* bitbake: build.py: Cleanup data store referencesRichard Purdie2013-06-201-22/+22
* bitbake: runqueue/build: Add recideptask flagRichard Purdie2013-06-201-0/+1
* bitbake: build: Avoid empty promisesRichard Purdie2013-05-241-1/+1
* bitbake: lib: Clean up various file access syntaxRichard Purdie2013-05-091-8/+7
* bitbake: build.py: avoid deleting taint files when writing stampsPaul Eggleton2013-02-221-1/+4
* bitbake: build.py: Dump out performance data of individual tasksRichard Purdie2013-01-281-2/+16
* bitbake: build.py: Fix traceback when there are no dependenciesRichard Purdie2013-01-071-3/+4
* bitbake: build.py: Preserve sigdata files in the stamps directoryRichard Purdie2012-12-031-2/+7
* bitbake: build/siggen.py: Avoid removing too many stamps when cleaningRichard Purdie2012-11-281-4/+6
* bitbake: build/siggen: Add support for stamp 'clean' masksRichard Purdie2012-09-201-0/+29
* bitbake: build.py: Correct package to recipe in TaskBase events to use consis...Richard Purdie2012-08-181-1/+1
* bitbake: bitbake: build.py: Add stampdir argument to cached_mtime_noerrorAndrei Gherzan2012-08-161-1/+1
* bitbake: build.py: Only execute mkdirhier if stampdir doesn't existRichard Purdie2012-08-161-1/+3
* bitbake: process: Improve _logged_communicate bufferingRichard Purdie2012-06-251-1/+2
* bitbake: taskdata.py: Add support for rdepends task flagRichard Purdie2012-06-251-0/+1
* bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton2012-06-211-0/+18
* build.py: Add support for log and run filename changesMark Hatle2012-05-231-3/+17
* build.py: Add additional debug messagesMark Hatle2012-05-231-0/+8
* build.py: Cleanup exec_func_shellMark Hatle2012-05-231-5/+5
* build.py: Add a log to capture task execution orderMark Hatle2012-05-231-1/+15
* bb.build: use relative log links, not absoluteChristopher Larson2012-03-291-2/+3
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-2/+2
* bitbake/build: report TaskFailedSilent events as "Failed"Paul Eggleton2012-03-011-1/+8
* bitbake: implement BB_VERBOSE_LOGSPaul Eggleton2012-02-281-1/+2
* bitbake: fix setscene task start/failure handlingPaul Eggleton2012-02-281-1/+9
* Hob: A new implemetation (v2)Dongxiao Xu2012-02-241-4/+6
* bitbake/knotty: avoid printing full task log when error already printedPaul Eggleton2012-01-151-3/+15
* bitbake/fetch2: improve error formatting for fetcher errorsPaul Eggleton2012-01-151-1/+1
* build.py: Be determistic about a function's cwdRichard Purdie2011-12-011-2/+1
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-2/+2