aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
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
2004-12-08Update the 'usage' information displayed by --help in bbimage and bbmake.Chris Larson
2004-12-07Initial import.Chris Larson
2004-12-04support "oemake --world" as a (preferred) alternative for "oemake world".Phil Blundell
2004-12-03if an exception occurs, during parsing, show which file caused it.Phil Blundell
2004-12-03Fix oemake 'world' logic bug.Chris Larson
2004-12-01Add an 'EXCLUDE_FROM_WORLD' variable to oemake, which doesn't imply brokennes...Chris Larson
2004-12-01BUGFIX: oe.build.mkstamp had a hardcoded path to the stamps dir.Chris Larson
2004-11-28add 'oemake -s' option to dump out a table of latest and preferred versions f...Phil Blundell
2004-11-19subversion use revisions not dateMarcin Juszkiewicz
2004-11-19Attempt to correct an unintended consequence of the localdir fix.Chris Larson
2004-11-19Auto mergedChris Larson
2004-10-31apply patch from Murray Jensen to fix lost CVS_RSH when doing incremental updatePhil Blundell
2004-10-27Make oeread suck a bit less.Chris Larson
2004-10-27Call oe.data.init() rather than manually initializing the dictionary.Chris Larson
2004-10-22Auto mergedMarcin Juszkiewicz
2004-10-18allow for "-d /usr/src/CVS" parameter to cvs if you setHolger Schurig
2004-10-15back out previous mistaken changePhil Blundell
2004-10-13add current task to OVERRIDES during execution to facilitate "EXTRA_OEMAKE_pr...Phil Blundell
2004-10-01fix OEMASK handlingRene Wagner
2004-09-21also accept ".inc" as a legitimate file extensionPhil Blundell
2004-09-18Add -n/--name option to oeimage, to allow us to force the IMAGE_NAME and ther...Chris Larson
2004-08-26quiet cvs/svn tarball creatingMarcin Juszkiewicz
2004-08-25subversion fetcher based on cvs oneMarcin Juszkiewicz
2004-08-07use _ not - to separate pv from pr in PREFERRED_VERSION_fooPhil Blundell
2004-08-07admit blank lines as legitimate python contentPhil Blundell
2004-08-07rework handling of comments, blank lines and \-continuationPhil Blundell
2004-08-06use an empty OEMASK if none is setMichael 'Mickey' Lauer
2004-08-05only apply ?= assignments if variable is None, not if it is the empty stringPhil Blundell