aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2005-08-04bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-07-30bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-07-30bitbake/bin/bitdoc:Holger Hans Peter Freyther
2005-07-26bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-07-19update configuration data before entering the shell. patch courtesy Proti - t...Michael 'Mickey' Lauer
2005-07-10trunk/bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-07-08bitbake/bin/bitdoc:Holger Hans Peter Freyther
2005-07-06add missing self to find_bbfiles() and get_bbfile()Michael 'Mickey' Lauer
2005-07-05This (large) patch reintegrates the bb.make module into the bitbake executable.Michael 'Mickey' Lauer
2005-06-27Patch by Yann Dirson to show a more verbose error logHolger Hans Peter Freyther
2005-06-18bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-06-15Keep all temporary files in proper place not in TMPDIR (patch by Holger Schurig)Marcin Juszkiewicz
2005-06-08remove sys.exc_info() hack and instead use the magic .args variable of the ex...Michael 'Mickey' Lauer
2005-06-06bitbake/bin/bitdoc:Holger Hans Peter Freyther
2005-06-03catch build exceptions also when building just one fileMichael 'Mickey' Lauer
2005-06-02bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-05-31bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-05-30calculate absolute path when parsing a bitbake file. this fixes -b withMichael 'Mickey' Lauer
2005-05-30fix stupid typo. this repairs bitbake -fMichael 'Mickey' Lauer
2005-05-30remove accidantly commited debug lineMichael 'Mickey' Lauer
2005-05-29misc. refactoring bits for bin/bitbake:Michael 'Mickey' Lauer
2005-05-28bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-05-26catch parse error in parseConfigurationFile()Michael 'Mickey' Lauer
2005-05-26- remove checking for return if parse-only is set when executing just one BBMichael 'Mickey' Lauer
2005-05-25call update_data right after parsing the conf filesMichael 'Mickey' Lauer
2005-05-25bitbake: factor out methods parseConfigurationFile() and handleCollections()Michael 'Mickey' Lauer
2005-05-24Mickey's style and performance tunings, volume I:Michael 'Mickey' Lauer
2005-05-23update data to make _append's etc. appear. patch courtesy BB-MeisterMichael 'Mickey' Lauer
2005-05-23Slight OO refactoring of BitBake command line utility in order toMichael 'Mickey' Lauer
2005-05-22bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-05-22bitbake/lib/bb/make.py:Holger Hans Peter Freyther
2005-05-18bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-05-18add missing copyright and fix __ignored_dependencies scoping problemMichael 'Mickey' Lauer
2005-05-17bin/bitbake:Holger Hans Peter Freyther
2005-05-17createCopy:Holger Hans Peter Freyther
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
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-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-13fix building of one .bb file (-b parametr) - fix by pbMarcin Juszkiewicz
2004-12-10Make bbread use bb.make.load_bbfile() rather than calling handle on the .bb i...Chris Larson
2004-12-09Apply patch from seb (proti) to fix OEDEBUG and add a debug commandline argum...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