aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2004-08-05Add 'localdir' parameter to the cvs fetcher, specifically for binutils cvs, f...Chris Larson
2004-08-04Change oeread behavior to act like showdata by default.Chris Larson
2004-08-04Don't hardcode the location of fakeroot, to allow us to ASSUME_PROVIDED faker...Chris Larson
2004-08-04Show filename of log when displaying it, on failure.Chris Larson
2004-08-04remove special-casing of tag=HEADPhil Blundell
2004-08-04improve keyboard error handlingMichael 'Mickey' Lauer
2004-08-04improve performance by compiling the OEMASK regexp out of the loopMichael 'Mickey' Lauer
2004-08-02honour CVS_TARBALL_STASH_${PN}Phil Blundell
2004-07-26add support for DEFAULT_PREFERENCE when selecting version to build (sorts hig...Phil Blundell
2004-07-25receive tupleMichael 'Mickey' Lauer
2004-07-24count number of parsed, cached, skipped packages and print a statistic lineMichael 'Mickey' Lauer
2004-07-22improve diagnostics when bad things happen during expansionPhil Blundell
2004-07-20reality checkMichael 'Mickey' Lauer
2004-07-20get dir without having to rely on OEDIRMichael 'Mickey' Lauer
2004-07-19slightly improve provider hash progress outputMichael 'Mickey' Lauer
2004-07-03fix formatting of diagnostic messagePhil Blundell
2004-07-02add support for PREFERRED_VERSION and oefile priorityPhil Blundell
2004-07-02Import oe.build in the OEHandler.Chris Larson
2004-07-01Delete: bin/parse_manifestChris Larson
2004-07-01Delete: bin/oemakedChris Larson
2004-07-01Delete: bin/oeinstallChris Larson
2004-07-01Delete: bin/file_manifestChris Larson
2004-07-01Delete: bin/READMEChris Larson
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