Commit History

Author SHA1 Message Date
  Richard Purdie 9fe8242916 Add support for .bbappend files (see mailing lists for detais) 14 years ago
  Richard Purdie 5af44edac6 Remove two layers of unnecessary functions from task execution 14 years ago
  Richard Purdie c9e66bbae7 Fix handling of empty variables in local config files 14 years ago
  Jeff Dike 0cd35a24d3 Move the logger initialization from cooker to utils 14 years ago
  Chris Larson b781317b50 Add a warning if a BBFILE_PATTERN doesn't match any bb files 14 years ago
  Chris Larson 219be63895 Apply some 2to3 refactorings 14 years ago
  Chris Larson 65a51bb206 Until the interactive mode is fixed, kill it from the valid options, to avoid confusion 14 years ago
  Chris Larson f5b7e16adf Switch from our own 'dummywrite' class to StringIO 14 years ago
  Chris Larson 1239df8b82 cooker: Kill __getitem__ usage on exception objects (python 3 prep) 14 years ago
  Bernhard Reutner-Fischer ec1f2773b4 cooker: use time.strftime() instead of spawing sh with date 14 years ago
  Chris Larson 1b378ddf3d Move a var definition in cooker.parse_next 14 years ago
  Chris Larson fe36a726b9 Don't try to expand non-string values 14 years ago
  Chris Larson 1c6b31c649 Search up the directory tree for bblayers.conf 14 years ago
  Chris Larson 849dbd6324 Add a hack to avoid the req that all vars using LAYERDIR be immediately expanded 14 years ago
  Chris Larson 5def1c8c31 Move the unset BBPATH sanity check after the bblayers processing 14 years ago
  Chris Larson ff2e28d0d9 Apply the 2to3 print function transform 14 years ago
  Chris Larson 4fa052f426 Import fixups 14 years ago
  Chris Larson 2caf134b43 Formatting cleanups 14 years ago
  Chris Larson 92a2e2e909 Ensure we always utilize the correct messaging domains 14 years ago
  Enrico Scholz f1c7fe9fc1 Made '-b' work with BBCLASSEXTEND 14 years ago
  Richard Purdie acc27c3988 bitbake/cooker.py: Finishing the command needs to happen after the BuildCompleted event else the cooker can shutdown first 14 years ago
  Chris Larson b1b06133da BBFILES: use a set to remove duplicates when collecting. 14 years ago
  Richard Purdie 6034a2d846 cooker.py: Add support for a bblayers.conf file 14 years ago
  Bernhard Reutner-Fischer 060ef3d957 cooker: bail out early if no files to build 14 years ago
  Chris Larson 5b6ccb16c6 Avoid unnecessary calls to keys() when iterating over dictionaries. 15 years ago
  Richard Purdie 423830fff7 cooker: Drop unneeded import 14 years ago
  Richard Purdie 095211d8e2 Improve BBCLASSEXTEND handling for skipped packages and report better parsing statistics 14 years ago
  Richard Purdie 3162f336ed event.py: Pass the datastore to the fire command, don't build it into events 14 years ago
  Richard Purdie 19a6dc1fe6 server: Improve idle handling timeouts 14 years ago
  Richard Purdie 4d67b81dd8 Add none server type to avoid xmlrpc in the default case 14 years ago