summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau...Richard Purdie2010-08-251-3/+16
* utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie2010-08-231-2/+4
* utils.py: Add a new extend_deps() to easily merge two dependency listsMark Hatle2010-08-201-0/+11
* bitbake/utils.py: Allow copyfile to copy files which aren't readableRichard Purdie2010-08-201-0/+3
* bitbake/utils.py: Improve better_exec debug outputRichard Purdie2010-08-201-5/+9
* bitbake: Correctly route events from the worker to the serverRichard Purdie2010-08-205-8/+24
* bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...Richard Purdie2010-08-201-1/+1
* bitbake/cooker.py: Don't init the fetcher in the worker caseRichard Purdie2010-08-201-1/+2
* bitbake/persist_data: Attempt to fix locking issuesRichard Purdie2010-08-201-8/+17
* bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var()Richard Purdie2010-08-201-3/+8
* bitbake/server: Raise a shutdown event if we're seeing exceptionsRichard Purdie2010-08-201-1/+2
* bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da...Richard Purdie2010-08-191-3/+3
* bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie2010-08-191-7/+10
* bitbake/runqueue.py: Fix runqueue UI issuesRichard Purdie2010-08-191-17/+27
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-197-112/+201
* bitbake: Initial scenequeue implementation (needs major fixes)Richard Purdie2010-08-191-24/+262
* bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie2010-08-191-5/+8
* bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie2010-08-191-128/+144
* bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie2010-08-192-2/+7
* bitbake/runqueue.py: Drop duplicated classRichard Purdie2010-08-191-6/+0
* bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie2010-08-182-113/+124
* bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...Richard Purdie2010-08-171-1/+1
* bitbake/git.py: Make sure different branches can have different revisions wit...Richard Purdie2010-08-131-1/+1
* bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie2010-08-132-4/+9
* bitbake/git.py: Make sure a full clone checkout always updatesRichard Purdie2010-08-131-1/+1
* bitbake/build.py: Note when calling functions that don't exist. Should probab...Richard Purdie2010-08-121-0/+1
* bitbake/cooker: Make sure no locks are held before we start forking workersRichard Purdie2010-08-121-0/+6
* bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variableRichard Purdie2010-08-121-0/+1
* cooker.py: Fix case of -b option with a full filepathRichard Purdie2010-08-041-1/+1
* *: Fix typo in documentationBernhard Reutner-Fischer2010-08-043-3/+3
* bitbake/build.py: Add support for pre and postfuncs for tasksRichard Purdie2010-08-041-0/+6
* utils: Fix number of arguments to bb.msg functionsBernhard Reutner-Fischer2010-08-031-2/+2
* *: cosmetic whitespace removalBernhard Reutner-Fischer2010-08-032-2/+2
* Add pysh, ply, and codegen to lib/ to prepare for future workChris Larson2010-08-0313-0/+9046
* Let the runqueue find the user selected scheduler dynamicallyChris Larson2010-08-031-5/+15
* bitbake: cache: If one virtual of a recipe is uncached, remove all versions f...Richard Purdie2010-07-251-0/+14
* bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c...Richard Purdie2010-07-251-1/+2
* bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie2010-07-164-28/+55
* *: use print() as a functionBernhard Reutner-Fischer2010-07-163-10/+10
* bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc...Richard Purdie2010-07-161-5/+5
* bitbake: runqueue: Allow taskname to be passed to check_stamp_task()Richard Purdie2010-07-161-4/+5
* bitbake: runqueue: Make child process error scary so user is less likely to i...Richard Purdie2010-07-161-1/+1
* bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie2010-07-161-1/+1
* bitbake: runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie2010-07-161-3/+0
* bitbake: runqueue: Separate out task forking code into a new functionRichard Purdie2010-07-161-56/+61
* bitbake: runqueue: Combine the waitpid result handling code into a functionRichard Purdie2010-07-161-28/+21
* bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie2010-07-162-34/+12
* bitbake: Fix handling of empty variables in local config filesRichard Purdie2010-07-021-1/+1
* Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson2010-07-021-2/+10
* 3.0 prepChris Larson2010-07-026-22/+31
OpenPOWER on IntegriCloud