aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2004-07-01Warn about usage of OEDIR.Chris Larson
2004-07-01Move set_additional_vars call.Chris Larson
2004-06-27second attempt at pickling functionsPhil Blundell
2004-06-27store list of defined functions as "__functions" in metadataPhil Blundell
2004-06-27also pickle the functions listed in __functionsPhil Blundell
2004-06-26remove 'return' from call thunk for inherited functions, so that appending worksPhil Blundell
2004-06-22Allow _prepend/_append/_delete variable flags to flow from unexpanded variabl...Chris Larson
2004-06-21SRC_URI_append_machine = fooHolger Hans Peter Freyther
2004-06-12trap oe.build exceptions at top level to avoid python traceback spewPhil Blundell
2004-06-12if a build fails, re-throw the exception rather than trying other providersPhil Blundell
2004-06-12oemake BUGFIX: only display the progress bar when stdout is a tty. Otherwise ...Marcin Juszkiewicz
2004-06-12automatically insert a leading/trailing space during +=/=+ catenationsPhil Blundell
2004-06-06allow / in variable namesPhil Blundell
2004-06-06add support for PREFERRED_PROVIDER_<virtual>Phil Blundell
2004-06-04add progress bar during provider hash buildingPhil Blundell
2004-06-01Minor indentation change - no hard tabs in the oe core.Chris Larson
2004-06-01add oe.data.inherits_class()Phil Blundell
2004-06-01remove bogus length check in expand() to fix meta-opiePhil Blundell
2004-05-27BUGFIX: correct indentation on that build debugging cset.Chris Larson
2004-05-27Adapt oe.build code to pipe our logs through tee if OEDEBUG is set.Chris Larson
2004-05-25i am not executableHolger Schurig
2004-05-22Deal with really annoying failure when the build code tries to return to a di...Chris Larson
2004-05-22Remove unnecessary decodeurl debugging.Chris Larson
2004-05-22Bugfix in encodeurl per the recent decodeurl changes.Chris Larson
2004-05-22Bugfix in decodeurl's uri regex; the previous version was losing parm's and ...Chris Larson
2004-05-22Rework decodeuri's regular expression for the uri to handle relative paths, a...Chris Larson
2004-05-22Handle relative file:// paths.Chris Larson
2004-05-22Fix A variable.Chris Larson
2004-05-21Dump a useful error message when our attempt to populate the 'A' environment ...Chris Larson
2004-05-19Delete: bin/oemakepkgsHolger Schurig
2004-05-18Bugfix in OEPATH mangling when loading a .oe's metadata. Previously the mang...Chris Larson
2004-05-17allow + and - in function namesPhil Blundell
2004-05-17correct line numbers when handling backslash-continuationPhil Blundell
2004-05-15Allow specifying rsh=[rsh cmd] in the cvs URI, so as to avoid manually screwi...Chris Larson
2004-05-15Display actual cause of a failure to open a .oe in oe.make.Chris Larson
2004-05-14Correct the way we mkdir CACHE to use oe.mkdirhier (like mkdir -p rather than...Chris Larson
2004-05-13add documentation about common commandsMichael 'Mickey' Lauer
2004-05-09update data after anon funcsGerald Britton
2004-05-09kill off some remnant tabsChris Larson
2004-05-09Kill off some trailing whitespaceChris Larson
2004-05-09Correct an indentation bug, add some missing modelines, and correct all the m...Chris Larson
2004-05-09Indentation brokenness fixes.Chris Larson
2004-05-09Mixed indentation is BAD.Chris Larson
2004-05-09Whitespace changes. Reformat things to better match the usual python indenta...Chris Larson
2004-05-09Delete: bin/oespawnChris Larson
2004-05-08Auto mergedMichael 'Mickey' Lauer
2004-05-08oemake BUGFIX: only display the spinner when stdout is a tty. Otherwise just...Chris Larson
2004-05-08Fix oemake -c clean to not clean the dependency tree for a package.Chris Larson
2004-05-08exclude BROKEN packages from world - patch courtesy pb_.Michael 'Mickey' Lauer
2004-05-04make += and =+ work when the variable was not previously defined - patch cour...Michael 'Mickey' Lauer