aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)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 ↵Phil Blundell
the current package.
2005-01-22bin/bitbake:Chris Larson
* check if a package's task is already complete _before_ calling the functions to try to build it. * don't bother trying to build a package's deps if the package has already been built. * cache the information about the 'perhaps you should define PREFERRED_PROVIDER_blah' messages so that the user only sees one for each provider.
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
to be more consistent with the other events.
2005-01-17As recommended by pb_ and RP, prepend the task name with 'task_' when ↵Chris Larson
mangling OVERRIDES in bb.data.exec_task().
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
patch courtesy Paul Eggleton
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 ↵Chris Larson
that builds of packages that attempt to read the kernel-version file (like kernel modules) fail as they should.
2004-12-24Update the user manual -- add example usage of the bitbake command. add ↵Chris Larson
example usage of bbfile collections.
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 ↵Chris Larson
script.
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 ↵Chris Larson
itself.
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
rather than load_oefile, since we need it done for 'include'd files as well as those directly loaded by the 'bitbake' commandline tool.
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 ↵Chris Larson
argument.
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
'def' line, rather than ripping it apart and doing it ourselves.
2004-12-08Rework the way we handle do_clean and do_mrproper so that the .oeclass that ↵Chris Larson
defines the task can make it only clean the package and not its dependencies, rather than hardcoding the knowledge in the bitbake command.
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
incorrect info about what packages are built by default (thanks to phil for spotting it).
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
matched as Error, thereby highlighting some incorrect syntax as such.
2004-12-08Vim syntax bugfix: make it a bit more tolerant about locating the end of ↵Chris Larson
bitbake shell & python functions (noticed zap_root_password's ending } was followed by whitespace).
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 ↵Chris Larson
highlighted.
2004-12-08Vim syntax update: bugfix: don't recognize an empty line as the end of a ↵Chris Larson
'def' block, but only a line which isnt empty and which doesn't start with whitespace.
2004-12-08Vim syntax update: 1) Add EXPORT_FUNCTIONS to our list of valid statements, ↵Chris Larson
and 2) Add '.' to the variable character class (so that things like IMAGE_FSTYPE_ext2.gz are properly highlighted).
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) ↵Chris Larson
to only match at the beginning of a line, in an oe statement.
2004-12-08Vim syntax update: highlight := variable assignment.Chris Larson
2004-12-08oe to bb rename in oedev.sh.Chris Larson