aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-09-01bitbake/fetch: ensure the mirrored repository is updated as requiredJoshua Lock
2010-09-01bitbake/git: define a forcefetch methodJoshua Lock
2010-09-01bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock
2010-08-31bitbake/codeparser: Implement persistent cacheRichard Purdie
2010-08-31bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie
2010-08-31bitbake: Add codeparser for parsing shell and python functionsRichard Purdie
2010-08-31bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie
2010-08-31bitbake/data_smart.py: Allow the data expand function to keep track of refere...Richard Purdie
2010-08-25bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau...Richard Purdie
2010-08-23utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie
2010-08-20utils.py: Add a new extend_deps() to easily merge two dependency listsMark Hatle
2010-08-20bitbake/utils.py: Allow copyfile to copy files which aren't readableRichard Purdie
2010-08-20bitbake/utils.py: Improve better_exec debug outputRichard Purdie
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie
2010-08-20bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...Richard Purdie
2010-08-20bitbake/cooker.py: Don't init the fetcher in the worker caseRichard Purdie
2010-08-20bitbake/persist_data: Attempt to fix locking issuesRichard Purdie
2010-08-20bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var()Richard Purdie
2010-08-20bitbake/server: Raise a shutdown event if we're seeing exceptionsRichard Purdie
2010-08-19bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da...Richard Purdie
2010-08-19bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie
2010-08-19bitbake/runqueue.py: Fix runqueue UI issuesRichard Purdie
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie
2010-08-19bitbake: Initial scenequeue implementation (needs major fixes)Richard Purdie
2010-08-19bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie
2010-08-19bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie
2010-08-19bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie
2010-08-19bitbake/runqueue.py: Drop duplicated classRichard Purdie
2010-08-18bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie
2010-08-17bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...Richard Purdie
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