summaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2011-06-08build/runqueue: Pass quieterrors flag around to supress errors at task execut...Richard Purdie
2011-05-25build/siggen: Ensure a task signature file is generated for each task that is...Richard Purdie
2011-05-06build.py: Fix ordering bug introduced in 7a29ab534388c0095f7f826b16c5cff34392...Richard Purdie
2011-04-08build: run fakeroot if FAKEROOT is setChris Larson
2011-04-01build.py: Merge fakeroot changes from PokyMark Hatle
2011-03-25build: don't choke if olddir no longer existsChris Larson
2011-03-25build: fix dir removal tracebackChris Larson
2011-03-25build: in exec_func, mkdirhier ${T}Chris Larson
2011-03-18build: add missing bit necessary for mhatle's fakeroot fixChris Larson
2011-03-16Initial work on getting bitbake working under pypyChris Larson
2011-02-25build: add missing newlineChris Larson
2011-02-25build: switch to old cwd handlingChris Larson
2011-02-24build.py: Operate logfile handling at the task levelRichard Purdie
2011-02-24build.py: Improve exec_task standalone usageRichard Purdie
2011-02-21bitbake/build.py: When looking up extra stamp info for setscene tasks, use th...Richard Purdie
2011-02-21Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-02-21bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep...Richard Purdie
2011-02-08build: improve set -x handlingChris Larson
2011-01-11*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-11build: remove duplicate import of utilsBernhard Reutner-Fischer
2011-01-10bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-07bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch...Richard Purdie
2011-01-06bitbake build.py: Stamp handling improvementsRichard Purdie
2011-01-06bitbake build.py: Use localdata for stamp handling, not dRichard Purdie
2011-01-06bitbake/build.py: Ditch the extract_stamp function as its just going to compl...Richard Purdie
2011-01-05build: use logger.isEnabledFor, not getEffectiveLevelChris Larson
2011-01-04build: kill unneeded environment setup bitsChris Larson
2010-12-29Add support for 'noexec' tasksRichard Purdie
2010-12-29data: Add emit_func and generate_dependenciesRichard Purdie
2010-12-28build: fix empty function executionChris Larson
2010-12-28build: work around do_clean issue by creating T in exec_funcChris Larson
2010-12-28build: allow creation of FuncFailed with no function nameChris Larson
2010-12-28build: only warn about unset functions, not empty onesChris Larson
2010-12-22build: pass the correct filename to better_{compile,exec}Chris Larson
2010-12-19Use os.devnull, not /dev/nullChris Larson
2010-12-17build: Add support for pre and postfuncs for tasksRichard Purdie
2010-12-17logger usage cleanupChris Larson
2010-12-17Revert "build: stop injecting os/bb into __builtins__"Chris Larson
2010-12-17build: fix file mode for /dev/nullChris Larson
2010-12-17build: stop injecting os/bb into __builtins__Chris Larson
2010-12-17build: use utils.remove instead of os.systemBernhard Reutner-Fischer
2010-12-16Revert "build: kill stdout in python functions"Chris Larson
2010-12-15build: fix log file displayChris Larson
2010-12-15build: fix FuncFailed for the no logfile caseChris Larson
2010-12-15build: write logfiles per task, not per functionChris Larson
2010-12-15build: fix copy/paste thinko regarding LC_ALLChris Larson
2010-12-14build: ensure LogTee has a valid name propertyChris Larson
2010-12-14build: fix -D with shell functionsChris Larson
2010-12-14Fix PWD issue with new exec_func_shellChris Larson