Commit History

Author SHA1 Message Date
  Richard Purdie 9f7978ca4d Update users of getVar/setVar to use the data store functions directly 12 years ago
  Richard Purdie 658d7daa70 parse_py: Use absolute paths for FILE 12 years ago
  Richard Purdie 09a9146262 parse/ConfHandler: Fix multiline variable corruption 13 years ago
  Chris Larson 9615c538b8 parse: pass filename, lineno into the ast 13 years ago
  Bernhard Reutner-Fischer 089dc31932 ConfHandler: commentary typo fixes 13 years ago
  Chris Larson 3b2c1fe5ca Switch bitbake internals to use logging directly rather than bb.msg 14 years ago
  Chris Larson 5def1c8c31 Move the unset BBPATH sanity check after the bblayers processing 14 years ago
  Chris Larson d39ab776e7 Apply some 2to3 transforms that don't cause issues in 2.6 14 years ago
  Chris Larson 4fa052f426 Import fixups 14 years ago
  Chris Larson 2caf134b43 Formatting cleanups 14 years ago
  Chris Larson 03a6c26f8d Stop using functions via 'bb' that were moved from there to other modules 14 years ago
  Chris Larson 92a2e2e909 Ensure we always utilize the correct messaging domains 14 years ago
  Chris Larson 74f50fbca1 Implement ??= operator 14 years ago
  Chris Larson 641e6cf3ec Error early if BBPATH is unset, rather than falling back to share/bitbake 14 years ago
  Holger Freyther 9c8bd8f6e4 [parser] Make resolve_file only resolve the path 15 years ago
  Holger Freyther 9e9d10bf33 [parser] Remove the "data" from feeder, evaluate after parsing a file 15 years ago
  Holger Freyther 9fe314b8b8 [parser] Cary a Statement Node through the parsing 15 years ago
  Holger Freyther 1809bc0b55 [parser] Move evaluating into the ast class... 14 years ago
  Martin Jansa d520ae0764 parse_py/ConfHandler.py: missing colon after else 14 years ago
  Richard Purdie 824a032672 ConfHandler: Fix require vs. include behaviour 14 years ago
  Holger Freyther cb067b1bf9 [parser] Move more stuff out the feeder 15 years ago
  Holger Freyther 0746350494 [parse] Unify opening a file... 15 years ago
  Holger Freyther 1ff6931c01 [parser] Kill obtain/localpath from the parser 15 years ago
  Chris Larson b335437993 Initial switch from distutils to setuptools. 15 years ago
  Chris Larson a501047669 Make the bbpath change for includes temporary rather than permanent. 15 years ago
  Richard Purdie 35562ac01a cooker.py: Add parseConfiguration() function and move inheritFromOS call outside the parser and into cooker 15 years ago
  Richard Purdie 789712931e Add support for the syntax "export VARIABLE" 17 years ago
  Richard Purdie a3272369a8 ConfHandler.py: Apply OVERRIDES before performing immediate expansions 17 years ago
  Richard Purdie 03a67eb10b runqueue.py: Improve the progress indicator by skipping tasks that have already run before starting the build rather than during it 17 years ago
  Richard Purdie 656f3bd77b fetch/__init__.py: Reinstate global urldata cache instead of using the persistent store for performance reasons 17 years ago