bitbake/doc/manual:
[vuplus_bitbake] / bin /
2006-03-13 Holger Hans Peter... bitbake/lib/bb/event.py:
2006-03-05 Holger Hans Peter... bitbake/bin/bitbake:
2006-02-26 Holger Hans Peter... bin/bitbake:
2006-02-24 Holger Hans Peter... bitbake/lib/event.bb:
2006-02-23 Holger Hans Peter... lib/bb/event.py:
2006-02-21 Richard Purdiebitbake/bin/bitbake:
2006-02-15 Richard Purdiebitbake/bin/bitbake:
2006-02-11 Holger Hans Peter... bitbake/bin/bitbake:
2006-02-09 Holger Hans Peter... bitbake/bin/bitbake:
2006-02-09 Holger Hans Peter... bitbake/bin/bitbake:
2006-01-31 Holger Hans Peter... bitbake/bin/bitbake:
2006-01-19 Holger Hans Peter... bitbake/bin/bitbake:
2006-01-19 Holger Hans Peter... bitbake/bin/bitbake:
2006-01-12 Holger Hans Peter... bitbake/lib/bb/utils.py:
2006-01-08 Holger Hans Peter... bitbake/bin/bitbake:
2005-12-15 Holger Hans Peter... bin/bitbake:
2005-11-03 Holger Hans Peter... bitbake/bin/bitbake
2005-08-04 Holger Hans Peter... bitbake/bin/bitbake:
2005-07-30 Holger Hans Peter... bitbake/bin/bitbake:
2005-07-30 Holger Hans Peter... bitbake/bin/bitdoc:
2005-07-26 Holger Hans Peter... bitbake/bin/bitbake:
2005-07-19 Michael 'Mickey... update configuration data before entering the shell...
2005-07-10 Holger Hans Peter... trunk/bitbake/bin/bitbake:
2005-07-08 Holger Hans Peter... bitbake/bin/bitdoc:
2005-07-06 Michael 'Mickey... add missing self to find_bbfiles() and get_bbfile()
2005-07-05 Michael 'Mickey... This (large) patch reintegrates the bb.make module...
2005-06-27 Holger Hans Peter... Patch by Yann Dirson to show a more verbose error log
2005-06-18 Holger Hans Peter... bitbake/bin/bitbake:
2005-06-15 Marcin JuszkiewiczKeep all temporary files in proper place not in TMPDIR...
2005-06-08 Michael 'Mickey... remove sys.exc_info() hack and instead use the magic...
2005-06-06 Holger Hans Peter... bitbake/bin/bitdoc:
2005-06-03 Michael 'Mickey... catch build exceptions also when building just one...
2005-06-02 Holger Hans Peter... bitbake/bin/bitbake:
2005-05-31 Holger Hans Peter... bitbake/bin/bitbake:
2005-05-30 Michael 'Mickey... calculate absolute path when parsing a bitbake file...
2005-05-30 Michael 'Mickey... fix stupid typo. this repairs bitbake -f
2005-05-30 Michael 'Mickey... remove accidantly commited debug line
2005-05-29 Michael 'Mickey... misc. refactoring bits for bin/bitbake:
2005-05-28 Holger Hans Peter... bitbake/bin/bitbake:
2005-05-26 Michael 'Mickey... catch parse error in parseConfigurationFile()
2005-05-26 Michael 'Mickey... - remove checking for return if parse-only is set when...
2005-05-25 Michael 'Mickey... call update_data right after parsing the conf files
2005-05-25 Michael 'Mickey... bitbake: factor out methods parseConfigurationFile...
2005-05-24 Michael 'Mickey... Mickey's style and performance tunings, volume I:
2005-05-23 Michael 'Mickey... update data to make _append's etc. appear. patch courte...
2005-05-23 Michael 'Mickey... Slight OO refactoring of BitBake command line utility...
2005-05-22 Holger Hans Peter... bitbake/bin/bitbake:
2005-05-22 Holger Hans Peter... bitbake/lib/bb/make.py:
2005-05-18 Holger Hans Peter... bitbake/bin/bitbake:
2005-05-18 Michael 'Mickey... add missing copyright and fix __ignored_dependencies...
2005-05-17 Holger Hans Peter... bin/bitbake:
2005-05-17 Holger Hans Peter... createCopy:
2005-01-23 Phil BlundellEvaluate dependencies in try_build(), even if stamp...
2005-01-22 Chris Larsonbin/bitbake:
2004-12-26 Chris Larsonbbread: wrap the call to bb.data.emit_env() in a try...
2004-12-26 Chris LarsonRemove references to 'BBMAKE' from the debug messages...
2004-12-22 Chris LarsonHandle the parse only cmdline option when using --build...
2004-12-22 Chris LarsonApply patch from Richard Purdie to fix the --force...
2004-12-13 Marcin Juszkiewiczfix building of one .bb file (-b parametr) - fix by pb
2004-12-10 Chris LarsonMake bbread use bb.make.load_bbfile() rather than calli...
2004-12-09 Chris LarsonApply patch from seb (proti) to fix OEDEBUG and add...
2004-12-08 Chris LarsonRework the way we handle do_clean and do_mrproper so...
2004-12-08 Chris LarsonMention --help when bitbake is called with no arguments.
2004-12-08 Chris LarsonUpdate bitbake command usage information: s/bbmake...
2004-12-08 Chris LarsonMake bbread spit out a nicer error when it encounters...
2004-12-08 Chris LarsonRename bbmake to bitbake.
2004-12-08 Chris LarsonAdd a 'buildfile' commandline option to bbmake, which...
2004-12-08 Chris LarsonUpdate the 'usage' information displayed by --help...
2004-12-07 Chris LarsonInitial import.
2004-12-04 Phil Blundellsupport "oemake --world" as a (preferred) alternative...
2004-12-03 Phil Blundellif an exception occurs, during parsing, show which...
2004-12-03 Chris LarsonFix oemake 'world' logic bug.
2004-12-01 Chris LarsonAdd an 'EXCLUDE_FROM_WORLD' variable to oemake, which...
2004-12-01 Chris LarsonBUGFIX: oe.build.mkstamp had a hardcoded path to the...
2004-11-28 Phil Blundelladd 'oemake -s' option to dump out a table of latest...
2004-11-19 Marcin Juszkiewiczsubversion use revisions not date
2004-11-19 Chris LarsonAttempt to correct an unintended consequence of the...
2004-11-19 Chris LarsonAuto merged
2004-10-31 Phil Blundellapply patch from Murray Jensen to fix lost CVS_RSH...
2004-10-27 Chris LarsonMake oeread suck a bit less.
2004-10-27 Chris LarsonCall oe.data.init() rather than manually initializing...
2004-10-22 Marcin JuszkiewiczAuto merged
2004-10-18 Holger Schurigallow for "-d /usr/src/CVS" parameter to cvs if you set
2004-10-15 Phil Blundellback out previous mistaken change
2004-10-13 Phil Blundelladd current task to OVERRIDES during execution to facil...
2004-10-01 Rene Wagnerfix OEMASK handling
2004-09-21 Phil Blundellalso accept ".inc" as a legitimate file extension
2004-09-18 Chris LarsonAdd -n/--name option to oeimage, to allow us to force...
2004-08-26 Marcin Juszkiewiczquiet cvs/svn tarball creating
2004-08-25 Marcin Juszkiewiczsubversion fetcher based on cvs one
2004-08-07 Phil Blundelluse _ not - to separate pv from pr in PREFERRED_VERSION_foo
2004-08-07 Phil Blundelladmit blank lines as legitimate python content
2004-08-07 Phil Blundellrework handling of comments, blank lines and \-continuation
2004-08-06 Michael 'Mickey... use an empty OEMASK if none is set
2004-08-05 Phil Blundellonly apply ?= assignments if variable is None, not...
2004-08-05 Chris LarsonAdd 'localdir' parameter to the cvs fetcher, specifical...
2004-08-04 Chris LarsonChange oeread behavior to act like showdata by default.
2004-08-04 Chris LarsonDon't hardcode the location of fakeroot, to allow us...
2004-08-04 Chris LarsonShow filename of log when displaying it, on failure.
2004-08-04 Phil Blundellremove special-casing of tag=HEAD
next