summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py
Commit message (Expand)AuthorAgeFilesLines
* bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie2010-08-311-2/+3
* 3.0 prepChris Larson2010-07-022-7/+10
* parser: fix harmless typo in variable nameBernhard Reutner-Fischer2010-07-021-4/+4
* Don't try to expand non-string valuesChris Larson2010-07-021-1/+1
* Move the unset BBPATH sanity check after the bblayers processingChris Larson2010-07-021-4/+1
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-022-4/+4
* Deprecate the usage of certain objects via certain modulesChris Larson2010-07-021-1/+1
* Drop __all__ usageChris Larson2010-07-021-2/+0
* Import fixupsChris Larson2010-07-022-4/+4
* Formatting cleanupsChris Larson2010-07-022-2/+2
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-021-1/+2
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-021-1/+1
* Implement BBVERSIONSChris Larson2010-03-251-24/+2
* Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson2010-03-221-14/+16
* Implement ??= operatorChris Larson2010-03-221-1/+1
* Re-getVar BBCLASSEXTEND after finalise()Chris Larson2010-03-221-3/+2
* Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson2010-03-221-5/+1
* bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther2010-02-152-4/+6
* bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther2010-02-151-14/+23
* bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther2010-02-151-11/+18
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-152-27/+36
* bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2010-02-151-21/+3
* bitbake: [parser] Add documentation about usage of this codeHolger Freyther2010-02-151-0/+1
* bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2010-02-151-43/+2
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-152-24/+25
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-152-180/+16
* bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj2010-02-101-2/+2
* bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa2010-02-101-1/+1
* bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie2010-02-101-1/+4
* bitbake: [parser] Move more stuff out the feederHolger Freyther2010-02-101-38/+48
* bitbake: [parse] Move inherit handling to methodHolger Freyther2010-02-101-4/+6
* bitbake: [parsers] Move out more functionsHolger Freyther2010-02-101-70/+78
* bitbake: [parser] Move more stuff out to separate methods...Holger Freyther2010-02-101-20/+25
* bitbake: [parser] Move the handling of a method to a functionHolger Freyther2010-02-101-11/+15
* bitbake: [parse] Unify opening a file...Holger Freyther2010-02-102-37/+4
* bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2010-02-102-54/+3
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-202-15/+30
* bitbake/BBHandler: Only add do_ prefix to tasks if its not already presentRichard Purdie2009-12-181-1/+2
* bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie2009-11-131-1/+3
* bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie2009-10-131-12/+17
* bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie2009-10-131-7/+0
* bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2009-05-112-6/+7
* bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie2009-01-031-1/+15
* bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie2009-01-021-58/+35
* bitbake: Improve error message for missing class filesRichard Purdie2008-11-061-1/+1
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-09-301-1/+0
* ConfHandler.py: revert accidental commitRichard Purdie2008-09-161-0/+1
* bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake sh...Richard Purdie2008-09-162-3/+4
* bitbake: apply r1075 from upstream to get postinsts working againMarcin Juszkiewicz2008-06-121-2/+2
* bitbake: Sync with upstreamRichard Purdie2008-05-191-2/+2