summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/ConfHandler.py
Commit message (Expand)AuthorAgeFilesLines
* parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie2012-02-291-1/+1
* bitbake/ConfHandler: Be more strict about variable quotingRichard Purdie2012-02-281-2/+1
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-231-5/+6
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-9/+9
* parse_py: Use absolute paths for FILERichard Purdie2011-11-181-1/+1
* parse/ConfHandler: Fix multiline variable corruptionRichard Purdie2011-07-211-1/+1
* parse: pass filename, lineno into the astChris Larson2011-01-101-4/+4
* ConfHandler: commentary typo fixesBernhard Reutner-Fischer2011-01-041-3/+3
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-2/+3
* 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-021-1/+1
* Import fixupsChris Larson2010-07-021-1/+1
* Formatting cleanupsChris Larson2010-07-021-1/+1
* 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 ??= operatorChris Larson2010-03-221-1/+1
* 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-151-1/+2
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-151-10/+14
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-151-9/+9
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-151-52/+5
* 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] Unify opening a file...Holger Freyther2010-02-101-21/+2
* bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2010-02-101-50/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-3/+10
* bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2009-05-111-0/+7
* 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-161-1/+0
* bitbake: Sync with 1.8 upstream branchRichard Purdie2007-09-051-0/+6
* bitbake: Sync with upstreamRichard Purdie2007-08-111-3/+5
* bitbake: Update along 1.8 branchRichard Purdie2007-08-031-4/+7
* bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie2007-04-011-5/+11
* bitbake: Sync with upstream. Richard Purdie2007-01-081-16/+19
* Confhandler.py: Add cleanup from bitbake trunkRichard Purdie2006-11-271-6/+3
* bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie2006-11-161-17/+16
* Update bitbake to latest bitbake svnRichard Purdie2006-02-101-3/+16
* Initial populationRichard Purdie2005-08-311-0/+199