summaryrefslogtreecommitdiffstats
path: root/bin/oe/parse/ConfHandler.py
AgeCommit message (Expand)Author
2004-12-07Initial import.Chris Larson
2004-08-05only apply ?= assignments if variable is None, not if it is the empty stringPhil Blundell
2004-07-01Warn about usage of OEDIR.Chris Larson
2004-06-12automatically insert a leading/trailing space during +=/=+ catenationsPhil Blundell
2004-06-06allow / in variable namesPhil Blundell
2004-05-09kill off some remnant tabsChris Larson
2004-05-09Correct an indentation bug, add some missing modelines, and correct all the m...Chris Larson
2004-05-09Whitespace changes. Reformat things to better match the usual python indenta...Chris Larson
2004-05-04make += and =+ work when the variable was not previously defined - patch cour...Michael 'Mickey' Lauer
2004-04-30support += and =+ syntax for immediate prepend and append - patch courtesy pb_.Michael 'Mickey' Lauer
2004-04-30add dependency tracking for parse cache - patch courtesy pb_.Michael 'Mickey' Lauer
2004-04-12Auto mergedChris Larson
2004-04-12Auto mergedChris Larson
2004-04-03backed out FILE (not) fix I submitted few hours agoerich
2004-04-03${FILE} was not expanded correctlyerich
2004-03-31Add a parse error exception, and use that for unparsed lines rather than exit...Chris Larson
2004-03-31Move some variable sets out of the parser, add support for anonymous function...Chris Larson
2004-01-26Replacing B.has_key(A) calls with A in B.Chris Larson
2004-01-24First pass of improvements to the data handling to improve oemake performance.Chris Larson
2004-01-23Add a new syntax to .conf/.oe files for setting metadata about metadata, and ...Chris Larson
2004-01-22revert my enhancementHolger Schurig
2004-01-22no need to os.path.join twiceHolger Schurig
2004-01-22fixed line number countingHolger Schurig
2004-01-02Auto mergedChris Larson
2004-01-02Adaptations to pass the metadata into localpath functions in fetchChris Larson
2003-12-05Include site.conf, and add ${HOME}/.oe to OEPATH.Chris Larson
2003-10-31Allow '+' in a variable name.Chris Larson
2003-10-24Add INST_OEPKGS and OEPKGS to the set of vars inherited from the env.Chris Larson
2003-10-10Add VAR?=value to the parser.Chris Larson
2003-09-28fix inheriting from OS environment in includes, cleanup debuggingGerald Britton
2003-09-23Allow variable references within the key of a variable definition. i.e. FILE...Chris Larson
2003-09-23Packaging granularity fixes.Chris Larson
2003-09-22(no commit message)Chris Larson
2003-07-30Complete TODO: Allow specifying TOPDIR via the environment or .conf file, wit...Chris Larson
2003-07-09Move .oe/.conf obtaining into the handler rather than include.Chris Larson
2003-07-09BUGFIX: dont require write access to .conf filesChris Larson
2003-07-07Teach 'include' lines from .oe/.conf/.oeclass to be able to fetch it from ups...Chris Larson
2003-07-03BUGFIX: make INHERIT work.Chris Larson
2003-07-01Add /usr/share/oe to the end of oepath regardless.. makes it easier to use th...Chris Larson
2003-06-27Changing the behaviors of include and inherit wrt non absolute pathsChris Larson
2003-06-27Add BUILDNAME and do_patch flags to initializationChris Larson
2003-06-26Add clean and mrproper targetsChris Larson
2003-06-26Enhancements all around, rework of the python function implementation, move d...Chris Larson
2003-06-26Move initial global conf var flag setup to the conf handler's init() function.Chris Larson
2003-06-17Correction to the parsers re: whitespace.Chris Larson
2003-06-16Move OEPATH follow into handle functions of the parsers.Chris Larson
2003-06-14Adding recent .oe parser enhancements back into the new package.Chris Larson
2003-06-14(no commit message)Chris Larson