aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2005-05-26- remove checking for return if parse-only is set when executing just one BBMichael 'Mickey' Lauer
2005-05-26have bb.parse.handle() throw ParseError if the input file is not Phil Blundell
2005-05-26- add more commands: edit, clean, rebuild.Michael 'Mickey' Lauer
2005-05-25call update_data right after parsing the conf filesMichael 'Mickey' Lauer
2005-05-25Python 2.3.x compatibility fixMichael 'Mickey' Lauer
2005-05-25add first (preview) version of the bitbake interactive modeMichael 'Mickey' Lauer
2005-05-25bitbake: factor out methods parseConfigurationFile() and handleCollections()Michael 'Mickey' Lauer
2005-05-25tolerate ${...} in function namesPhil Blundell
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-23bitbake/MANIFEST:Holger Hans Peter Freyther
2005-05-23bitbake/lib/bb module:Holger Hans Peter Freyther
2005-05-23bitbake/TODO:Holger Hans Peter Freyther
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/ChangeLog:Holger Hans Peter Freyther
2005-05-22bitbake/lib/bb/make.py:Holger Hans Peter Freyther
2005-05-21bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther
2005-05-20bitbake/lib/bb/fetch.py:Holger Hans Peter Freyther
2005-05-20bitbake/lib/bb/fetch.py:Holger Hans Peter Freyther
2005-05-20bitbake/lib/bb/data.py:Holger Hans Peter Freyther
2005-05-20bitbake/lib/bb/data.py:Holger Hans Peter Freyther
2005-05-20bitbake/lib/bb/data.py:Holger Hans Peter Freyther
2005-05-20bitbake/lib/bb/data.py:Holger Hans Peter Freyther
2005-05-20bitbake/lib/bb/data_dict.py:Holger Hans Peter Freyther
2005-05-20bitbake/TODO:Holger Hans Peter Freyther
2005-05-20bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther
2005-05-18tbake/lib/bb/fetch.py:Holger Hans Peter Freyther
2005-05-18bitbake/lib/bb/fetch.pyHolger Hans Peter Freyther
2005-05-18Change the bb.__version__ to 1.2.1, and adjust setup.py to actually import th...Chris Larson
2005-05-18bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-05-18add missing copyright and fix __ignored_dependencies scoping problemMichael 'Mickey' Lauer
2005-05-17lib/bb/data.py:Holger Hans Peter Freyther
2005-05-17lib/bb/data.py:Holger Hans Peter Freyther
2005-05-17bin/bitbake:Holger Hans Peter Freyther
2005-05-17lib/bb/data.py:Holger Hans Peter Freyther
2005-05-17add authors fileMichael 'Mickey' Lauer
2005-05-17lib/bb/data.py:Holger Hans Peter Freyther
2005-05-17lib/bb/build.py:Holger Hans Peter Freyther
2005-05-17Add a ChangeLog to lay out the 'API' changes of bitbakeHolger Hans Peter Freyther
2005-05-17lib/bb/fetch.py:Holger Hans Peter Freyther
2005-05-17Add data_dict.py to the MANIFESTHolger Hans Peter Freyther
2005-05-17createCopy:Holger Hans Peter Freyther
2005-05-17bitbake data module abstraction:Holger Hans Peter Freyther
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