summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/__init__.py
AgeCommit message (Expand)Author
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-02-14bitbake: bitbake: parse: fixes for resolve_file()Robert Yang
2017-08-13bitbake: cooker: Improve inotify overflow handlingRichard Purdie
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2015-11-16bitbake: parse: Don't try to expand __base_depends/__dependsRichard Purdie
2015-08-19bitbake: lib/bb/parse: properly handle OSError when updating mtime cachePaul Eggleton
2015-08-01bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-01-14bitbake: cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie
2014-06-01bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-11bitbake: parse: Improve file inheritance loggingRichard Purdie
2014-02-17bitbake: parse: make vars_from_file return None for non-recipesPaul Eggleton
2013-11-30bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie
2013-08-26bitbake: parse: Return IOError when including file with absolute pathMartin Jansa
2013-01-18bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...Peter Seebach
2012-11-20bitbake: parse/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-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-01-04parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04parse: use bb.utils.whichChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-09-29bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-07-02cache: use a set() for __dependsBernhard Reutner-Fischer
2010-07-02Make the file not found error actually useable.Chris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Drop __all__ usageChris Larson
2010-07-02Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-02-15bitbake: [parse] Use bb.which in resolve_fileChris Larson
2010-02-15bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
2010-02-15bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson
2010-02-15bitbake: [parse] Don't use relative import of parse_py.Chris Larson
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther
2010-02-10bitbake: [parse] Unify opening a file...Holger Freyther
2008-09-16bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake sh...Richard Purdie
2007-01-08bitbake: Sync with upstream. Richard Purdie
2006-11-16bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie
2006-05-09Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...Richard Purdie
2006-02-10Update bitbake to latest bitbake svnRichard Purdie
2005-08-31Initial populationRichard Purdie