aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2005-03-11Adjust the version in setup.py.Chris Larson
2005-01-23Evaluate dependencies in try_build(), even if stamp file is up to date for th...Phil Blundell
2005-01-22bin/bitbake:Chris Larson
2005-01-17Add -nochunks makefile targets for documentation generation (user's manual).1.1Chris Larson
2005-01-17Unbork our event classes a bit. Added a 'data' property to the Build events ...Chris Larson
2005-01-17As recommended by pb_ and RP, prepend the task name with 'task_' when manglin...Chris Larson
2005-01-16add current task name to OVERRIDES during executionPhil Blundell
2005-01-06Test trigger alterations.Chris Larson
2005-01-06Test trigger alterations.Chris Larson
2005-01-02correct transposed protocol/revision parameters to svn checkout;Phil Blundell
2004-12-27emit_var(): if showing all vars, emit even those with invalid names1.0Phil Blundell
2004-12-26bbread: wrap the call to bb.data.emit_env() in a try: except block.Chris Larson
2004-12-26Remove references to 'BBMAKE' from the debug messages in the bitbake command.Chris Larson
2004-12-26Re-raise bb.build.FuncFailed if it's encountered in emit_var. This ensures t...Chris Larson
2004-12-24Update the user manual -- add example usage of the bitbake command. add exam...Chris Larson
2004-12-24Add information on the bitbake command to the User Manual.Chris Larson
2004-12-22Handle the parse only cmdline option when using --buildfile.Chris Larson
2004-12-22Apply patch from Richard Purdie to fix the --force support in the bitbake scr...Chris Larson
2004-12-14renamed to get less ambiguous nameMarcin Juszkiewicz
2004-12-13fix building of one .bb file (-b parametr) - fix by pbMarcin Juszkiewicz
2004-12-10Set the 'url' in setup.py to our berlios.de project.Chris Larson
2004-12-10Clean out the cruft in the vim syntax.Chris Larson
2004-12-10Make bbread use bb.make.load_bbfile() rather than calling handle on the .bb i...Chris Larson
2004-12-09Fix the install paths of our datafiles in setup.py.Chris Larson
2004-12-09Clean up the BBPATH mangling bits in the parser.Chris Larson
2004-12-09Fix the BBPATH mangling fix..Chris Larson
2004-12-09Add the location of the .bb file to BBPATH in the parser's handle() function ...Chris Larson
2004-12-09Adapt bits to the new way of handling the debug level.Chris Larson
2004-12-09Apply patch from seb (proti) to fix OEDEBUG and add a debug commandline argum...Chris Larson
2004-12-09Vim syntax: bugfix in the match of 'def' lines.Chris Larson
2004-12-09Vim syntax update: let syntax/python.vim do the highlighting for the actual '...Chris Larson
2004-12-08Rework the way we handle do_clean and do_mrproper so that the .oeclass that d...Chris Larson
2004-12-08Mention --help when bitbake is called with no arguments.Chris Larson
2004-12-08Update bitbake command usage information: s/bbmake/bitmake/g, and remove the ...Chris Larson
2004-12-08Make bbread spit out a nicer error when it encounters an IOError.Chris Larson
2004-12-08Rename bbmake to bitbake.Chris Larson
2004-12-08Add a 'buildfile' commandline option to bbmake, which makes bbbuild unnecessary.Chris Larson
2004-12-08Update the 'usage' information displayed by --help in bbimage and bbmake.Chris Larson
2004-12-08Adjust whitespace handling in the vim syntax a bit.Chris Larson
2004-12-08Vim syntax: add a catchall which should flag anything which isn't explicitly ...Chris Larson
2004-12-08Vim syntax bugfix: make it a bit more tolerant about locating the end of bitb...Chris Larson
2004-12-08Vim syntax: match variables defined using ?=.Chris Larson
2004-12-08Vim syntax: match & highlight the 'fakeroot' flag for functions.Chris Larson
2004-12-08Vim syntax: limit the areas in which variable dereferences are matched and hi...Chris Larson
2004-12-08Vim syntax update: bugfix: don't recognize an empty line as the end of a 'def...Chris Larson
2004-12-08Vim syntax update: 1) Add EXPORT_FUNCTIONS to our list of valid statements, a...Chris Larson
2004-12-08Vim syntax update: match and highlight variable definitions flagged as 'export'.Chris Larson
2004-12-08Vim syntax update: Fix the statements (include/inherit/addtask/addhandler) to...Chris Larson
2004-12-08Vim syntax update: highlight := variable assignment.Chris Larson
2004-12-08oe to bb rename in oedev.sh.Chris Larson