summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake/lib/bb/msg.py: fix setting debug and verbosity levelsPaul Eggleton2011-09-251-2/+2
* build.py: Fix cut and paste errorRichard Purdie2011-08-151-2/+2
* bitbake/logging: Overhaul internal logging processRichard Purdie2011-08-151-2/+4
* bitbake: Add task specific stamp file supportRobert Yang2011-06-281-2/+2
* runqueue.py: Add umask task controlMark Hatle2011-06-241-0/+1
* bitbake/build.py: Drop exec_shell environment as its now unneededRichard Purdie2011-06-081-6/+1
* bitbake/cooker.py: Misc sync with upstreamRichard Purdie2011-06-081-0/+1
* build/siggen: Ensure a task signature file is generated for each task that is...Richard Purdie2011-05-251-0/+6
* build: fix dir removal tracebackChris Larson2011-05-061-6/+9
* build: in exec_func, mkdirhier ${T}Chris Larson2011-05-061-1/+2
* Initial work on getting bitbake working under pypyChris Larson2011-05-061-1/+2
* Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie2011-03-291-2/+2
* bitbake/gcc: Enable a shared common source treeRichard Purdie2011-03-281-2/+2
* build: add missing newlineChris Larson2011-03-031-1/+1
* build: switch to old cwd handlingChris Larson2011-03-031-3/+3
* bitbake/build.py: Fix TaskFailed parametersRichard Purdie2011-02-231-2/+2
* bitbake: event/build: Drop stdout specific handling for python messages as th...Richard Purdie2011-02-071-7/+0
* bitbake/build.py: When looking up extra stamp info for setscene tasks, use th...Richard Purdie2011-01-271-2/+6
* bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu2011-01-181-3/+9
* 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
* build: remove duplicate import of utilsBernhard Reutner-Fischer2011-01-121-1/+0
* *: use utils.remove() some moreBernhard Reutner-Fischer2011-01-121-4/+2
* bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch...Richard Purdie2011-01-071-1/+1
* bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie2011-01-061-2/+3
* bitbake build.py: Stamp handling improvementsRichard Purdie2011-01-061-5/+11
* bitbake build.py: Use localdata for stamp handling, not dRichard Purdie2011-01-061-2/+2
* bitbake/build.py: Ditch the extract_stamp function as its just going to compl...Richard Purdie2011-01-061-10/+9
* build: use logger.isEnabledFor, not getEffectiveLevelChris Larson2011-01-061-2/+2
* bitbake: build.py: Logging of None was losing the logs so force this to stdou...Richard Purdie2011-01-051-1/+1