summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Added BBINCLUDED variable.Lianhao Lu2012-02-281-0/+9
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-231-2/+13
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-3/+3
* parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer2011-01-041-3/+4
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-4/+3
* parse: use bb.utils.whichChris Larson2011-01-041-1/+1
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-2/+7
* bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie2010-09-291-2/+2
* bitbake: Implement signaturesRichard Purdie2010-09-031-0/+4
* cache: use a set() for __dependsBernhard Reutner-Fischer2010-07-021-2/+2
* Make the file not found error actually useable.Chris Larson2010-07-021-3/+5
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-2/+2
* Drop __all__ usageChris Larson2010-07-021-2/+0
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-021-1/+2
* bitbake: [parse] Use bb.which in resolve_fileChris Larson2010-02-151-7/+3
* bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther2010-02-151-12/+6
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-151-6/+2
* bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2010-02-151-0/+20
* bitbake: [parse] Don't use relative import of parse_py.Chris Larson2010-02-151-1/+1
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-151-2/+6
* bitbake: [parse] Unify opening a file...Holger Freyther2010-02-101-0/+19
* bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake sh...Richard Purdie2008-09-161-0/+4
* bitbake: Sync with upstream. Richard Purdie2007-01-081-16/+18
* bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie2006-11-161-3/+8
* Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...Richard Purdie2006-05-091-3/+3
* Update bitbake to latest bitbake svnRichard Purdie2006-02-101-3/+6
* Initial populationRichard Purdie2005-08-311-0/+70