summaryrefslogtreecommitdiff
path: root/bitbake-dev/lib/bb/command.py
AgeCommit message (Collapse)AuthorFiles
2008-10-27bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFilesRob Bradford1
Remove the implicit (from configuration.cmd) command/task for these events and instead use a parameter so that the task is given explicitly.
2008-10-27bitbake-dev: Include target/command (from -c) in "buildTargets" commandRob Bradford1
This allows a UI to read / control which task for the given targets is used. This makes it more consistent with the "buildFile" command.
2008-10-24bitbake-dev: add a setVariable commandRob Bradford1
This is synonymous with the getVariable command and allows you to set values in the data dictionary.
2008-10-23bitbake-dev: rename readVariable to getVariableRob Bradford1
Changing the name of this command makes it more consistent with other command names.
2008-10-23bitbake-dev: Change terminology online/offline to sync/asyncRob Bradford1
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.
2008-09-30Add bitbake-dev to allow ease of testing and development of bitbake trunkRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5337 311d38ba-8fff-0310-9ca6-ca027cbcb966