summaryrefslogtreecommitdiffstats
path: root/bitbake-dev/lib/bb/command.py
Commit message (Collapse)AuthorAgeFilesLines
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-271/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Sync with upstreamRichard Purdie2010-01-191-8/+8
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Sync with upstreamRichard Purdie2010-01-141-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Add a --revisions-changed commandline option to indicate when ↵Richard Purdie2009-07-291-0/+19
| | | | | | floating srcrevs have changed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Remve the need for the cache for -e -b optionsRichard Purdie2009-07-231-7/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Improve showEnvironment functionalityRichard Purdie2009-07-231-3/+12
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Turn parsing into a server idle callback allowing the client to ↵Richard Purdie2009-07-081-2/+21
| | | | | | interrupt parsing and improving user interactvity. Also now specify whether async commands need the cache or not Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFilesRob Bradford2008-10-271-2/+4
| | | | | Remove the implicit (from configuration.cmd) command/task for these events and instead use a parameter so that the task is given explicitly.
* bitbake-dev: Include target/command (from -c) in "buildTargets" commandRob Bradford2008-10-271-1/+2
| | | | | This allows a UI to read / control which task for the given targets is used. This makes it more consistent with the "buildFile" command.
* bitbake-dev: add a setVariable commandRob Bradford2008-10-241-0/+9
| | | | | This is synonymous with the getVariable command and allows you to set values in the data dictionary.
* bitbake-dev: rename readVariable to getVariableRob Bradford2008-10-231-1/+1
| | | | | Changing the name of this command makes it more consistent with other command names.
* bitbake-dev: Change terminology online/offline to sync/asyncRob Bradford2008-10-231-38/+38
| | | | | | Change the terminology from online/offline to sync/async when referring to commands that return a result immediately versus those that produce changes that are emitted as events over time.
* Add bitbake-dev to allow ease of testing and development of bitbake trunkRichard Purdie2008-09-301-0/+211
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5337 311d38ba-8fff-0310-9ca6-ca027cbcb966