summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-0428-322/+374
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2011-01-044-48/+57
* Use the python logging module under the hood for bb.msgChris Larson2011-01-046-82/+143
* Allow %20 in a file name in the SRC_URIC Michael Sundius2011-01-041-1/+2
* Ignore python warnings that come from places we don't care aboutChris Larson2011-01-041-1/+5
* Make DataSmart inherit the MutableMapping ABCChris Larson2011-01-041-14/+20
* Split out 'find next buildable task' into a separate generator functionChris Larson2011-01-041-7/+13
* Let the RunQueueScheduler control the number of active tasksChris Larson2011-01-041-12/+8
* Add the ability to use runqueue schedulers from the metadataChris Larson2011-01-041-7/+23
* misc: Update the email address to a working one.Holger Hans Peter Freyther2011-01-041-1/+1
* Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson2011-01-041-1/+3
* Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson2011-01-041-5/+1
* Make realfile optional for better_exec, using the existing fn in the code objectChris Larson2011-01-041-2/+4
* When shutting down, send SIGTERM, not SIGINTChris Larson2010-12-311-2/+2
* bb.utils: check if lock file is writable, to fix bug 606Yu Ke2010-12-301-0/+4
* bitbake/depexp: fix early exitJoshua Lock2010-12-221-1/+1
* bitbake/fetch: Fix fetch errorRichard Purdie2010-12-211-3/+3
* runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian2010-12-211-1/+2
* bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie2010-12-211-5/+5
* bitbake/runqueue.py: Somehow the python environment mapping is failing so do ...Richard Purdie2010-12-211-2/+8
* bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie2010-12-201-0/+1
* bitbake/fetch: Checksum validity fixesRichard Purdie2010-12-201-11/+7
* FetchData: add SRC_URI checksumYu Ke2010-12-201-0/+49
* siggen.py: print taskname when seeing mismatched hash in cacheKevin Tian2010-12-201-1/+1
* bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie2010-12-172-60/+92
* bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene...Richard Purdie2010-12-171-1/+3
* bitbake/runqueue: Clean up message log levelsRichard Purdie2010-12-171-5/+5
* siggen.py: make sure stamp directory existingKevin Tian2010-12-161-0/+2
* bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas...Richard Purdie2010-12-161-4/+7
* runqueue.py: use correct task ID when checking validity of setscene tasksKevin Tian2010-12-141-5/+11
* bitbake: add optional expansion to getVarFlag()Paul Eggleton2010-12-142-5/+8
* bitbake: allow excluding dependencies of variablesPaul Eggleton2010-12-141-0/+1
* bitbake/bitbake-runtask: Since the parent has set the environment up cleanly ...Richard Purdie2010-12-101-2/+2
* bitbake: Overhaul environment handlingRichard Purdie2010-12-095-17/+48
* bitbake/cooker: fix idle command processing in serversJoshua Lock2010-12-091-1/+1
* bitbake/goggle: add a ProgressBar for parse progressJoshua Lock2010-12-071-3/+6
* bitbake/goggle: automatically show most recently added messageJoshua Lock2010-12-071-0/+4
* bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7Joshua Lock2010-12-071-2/+66
* bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock2010-12-071-1/+9
* bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock2010-12-072-15/+21
* bitbake/goggle: interaction tweaksJoshua Lock2010-12-071-0/+2
* bitbake/crumbs: fix the event name determinationJoshua Lock2010-12-071-1/+1
* bitbake/crumbs: do the test for ignored messages soonerJoshua Lock2010-12-071-4/+3
* bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock2010-12-071-3/+4
* siggen.py: fix the wrong usage on BB_TASKHASH_WHITELISTKevin Tian2010-12-071-4/+8
* bitbake/data_smart: Refactor _append/_prepend code to remove duplicationRichard Purdie2010-12-071-36/+23
* bitbake/data_smart: Fix append/prepend/override ordering issueRichard Purdie2010-12-071-8/+16
* siggen.py: set 'runtaskdeps' correctlyKevin Tian2010-12-061-6/+2
* bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie2010-12-051-7/+23
* bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie2010-12-051-2/+5