summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-08-13bitbake/git.py: Make sure different branches can have different revisions wit...Richard Purdie
2010-08-13bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie
2010-08-13bitbake/git.py: Make sure a full clone checkout always updatesRichard Purdie
2010-08-12bitbake/build.py: Note when calling functions that don't exist. Should probab...Richard Purdie
2010-08-12bitbake/cooker: Make sure no locks are held before we start forking workersRichard Purdie
2010-08-12bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variableRichard Purdie
2010-08-04cooker.py: Fix case of -b option with a full filepathRichard Purdie
2010-08-04*: Fix typo in documentationBernhard Reutner-Fischer
2010-08-04bitbake/build.py: Add support for pre and postfuncs for tasksRichard Purdie
2010-08-03utils: Fix number of arguments to bb.msg functionsBernhard Reutner-Fischer
2010-08-03*: cosmetic whitespace removalBernhard Reutner-Fischer
2010-08-03Add pysh, ply, and codegen to lib/ to prepare for future workChris Larson
2010-08-03Let the runqueue find the user selected scheduler dynamicallyChris Larson
2010-07-25bitbake: cache: If one virtual of a recipe is uncached, remove all versions f...Richard Purdie
2010-07-25bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c...Richard Purdie
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-16*: use print() as a functionBernhard Reutner-Fischer
2010-07-16bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc...Richard Purdie
2010-07-16bitbake: runqueue: Allow taskname to be passed to check_stamp_task()Richard Purdie
2010-07-16bitbake: runqueue: Make child process error scary so user is less likely to i...Richard Purdie
2010-07-16bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie
2010-07-16bitbake: runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie
2010-07-16bitbake: runqueue: Separate out task forking code into a new functionRichard Purdie
2010-07-16bitbake: runqueue: Combine the waitpid result handling code into a functionRichard Purdie
2010-07-16bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie
2010-07-02bitbake: Fix handling of empty variables in local config filesRichard Purdie
2010-07-02Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson
2010-07-023.0 prepChris Larson
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Drop a couple usages of readlinesChris Larson
2010-07-02Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson
2010-07-02Fix syntax error in shell.pyChris Larson
2010-07-02Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson
2010-07-02Move serverConnection.terminate() back into the finallyChris Larson
2010-07-02Limit the traceback length in the default exception handlerChris Larson
2010-07-02Switch from our own 'dummywrite' class to StringIOChris Larson
2010-07-02Switch a fatal usage to SystemExit ("T" not set)Chris Larson
2010-07-02Resurrect the excepthook, this time just sending the info with bb.fatalChris Larson
2010-07-02remove return in finally statementCliff Brake
2010-07-02cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson
2010-07-02Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson
2010-07-02Drop unnecessarly duplicated messages wrt FuncFailedChris Larson
2010-07-02knotty: use the future division to prep for 3.xChris Larson
2010-07-02Kill the unnecessary setVarFlag debugging messageChris Larson
2010-07-02knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson
2010-07-02Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson
2010-07-02Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson
2010-07-02Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson
2010-07-02Drop the non-debug traceback suppressor, at this point I think it does more h...Chris Larson
2010-07-02Change wget fetcher to use the runfetchcmdRyan Phillips