summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/__init__.py
AgeCommit message (Expand)Author
2017-08-09cooker: Improve inotify overflow handlingRichard Purdie
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2015-11-16parse: Don't try to expand __base_depends/__dependsRichard Purdie
2015-08-18lib/bb/parse: properly handle OSError when updating mtime cachePaul Eggleton
2015-08-01bb.parse: properly error out on filesystem errorsChristopher Larson
2015-06-19bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-01-13cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie
2014-05-30event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-11parse: Improve file inheritance loggingRichard Purdie
2014-02-17parse: make vars_from_file return None for non-recipesPaul Eggleton
2013-11-29parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie
2013-08-24parse: Return IOError when including file with absolute pathMartin Jansa
2013-01-18bitbake: data_smart.py and friends: Track file inclusions for bitbake -ePeter Seebach
2012-11-19parse/cache/cooker: Preserve order in the file inclusion listRichard Purdie
2012-02-28bitbake: Added BBINCLUDED variable.Lianhao Lu
2012-02-23bitbake: add file and line number to ParseErrorPaul Eggleton
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-04parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer
2010-12-29Implement task signaturesRichard Purdie
2010-12-17parse: use bb.utils.whichChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-06-04cache: use a set() for __dependsBernhard Reutner-Fischer
2010-06-04Make the file not found error actually useable.Chris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Drop __all__ usageChris Larson
2010-04-09Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-02-12[parse] Use bb.which in resolve_fileChris Larson
2010-02-12[parser] Make resolve_file only resolve the pathHolger Freyther
2010-02-12[parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
2010-02-12[parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson
2010-02-12[parse] Don't use relative import of parse_py.Chris Larson
2010-02-12[parser] Cary a Statement Node through the parsingHolger Freyther
2010-01-21[parse] Unify opening a file...Holger Freyther
2008-09-30parse/__init__.py: Fix missing update_mtime function causing shell reparsing ...Richard Purdie
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-14cache.py: Share the parser's mtime_cache, reducing the number of stat syscallsRichard Purdie
2006-04-28 bitbake/lib/bb/parse/__init__.py:Holger Hans Peter Freyther
2005-09-08parser: add function to update the mtime for one file, courtesy Justin PatrinMichael 'Mickey' Lauer
2005-07-11Sorry for the inconvience and add the missing fileHolger Hans Peter Freyther
2005-07-10Prepare for the new tokenizer C-based parser as optional parser.Holger Hans Peter Freyther
2005-05-26have bb.parse.handle() throw ParseError if the input file is not Phil Blundell
2004-12-07Initial import.Chris Larson