summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
be sure to propagate KeyboardInterrupt up correctly.
2004-12-03Fix oemake 'world' logic bug.Chris Larson
2004-12-01Add an 'EXCLUDE_FROM_WORLD' variable to oemake, which doesn't imply ↵Chris Larson
brokenness, to be used by images, native and cross oeclasses, etc.
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 ↵Phil Blundell
for all packages
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
SRC_URI = "cvs:///usr/src/CVS;module=mnci/qt3/mnrdp;method=dir"
2004-10-15back out previous mistaken changePhil Blundell
2004-10-13add current task to OVERRIDES during execution to facilitate ↵Phil Blundell
"EXTRA_OEMAKE_prepend_do-compile = '-j3'"
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 ↵Chris Larson
thereby ensure it is what we expect it to be.
2004-08-26quiet cvs/svn tarball creatingMarcin Juszkiewicz
2004-08-25subversion fetcher based on cvs oneMarcin Juszkiewicz
2004-08-10updateMichael 'Mickey' Lauer
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
2004-08-05Add 'localdir' parameter to the cvs fetcher, specifically for binutils cvs, ↵Chris Larson
for whom the 'binutils' module creates a local 'src' directory.
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 ↵Chris Larson
fakeroot-native.
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
catch faulty OEMASKs and emit a user friendly error message
2004-08-02honour CVS_TARBALL_STASH_${PN}Phil Blundell
2004-07-26add support for DEFAULT_PREFERENCE when selecting version to build (sorts ↵Phil Blundell
higher than version)
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-17mvdirChris Larson
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-01Kill off old unmaintained docs.Chris Larson
2004-07-01Delete: doc/TRANSITIONChris Larson
2004-07-01Delete: doc/TODOChris Larson