aboutsummaryrefslogtreecommitdiffstats
path: root/bin/oe/data.py
AgeCommit message (Expand)Author
2004-07-22improve diagnostics when bad things happen during expansionPhil Blundell
2004-06-22Allow _prepend/_append/_delete variable flags to flow from unexpanded variabl...Chris Larson
2004-06-21SRC_URI_append_machine = fooHolger Hans Peter Freyther
2004-06-01Minor indentation change - no hard tabs in the oe core.Chris Larson
2004-06-01add oe.data.inherits_class()Phil Blundell
2004-06-01remove bogus length check in expand() to fix meta-opiePhil Blundell
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-04-25Kill one instance of KeyboardInterrupt being swallowed (in the variable expan...Chris Larson
2004-04-20Import patch tmpfileMichael 'Mickey' Lauer
2004-04-20Import patch data.patchMichael 'Mickey' Lauer
2004-04-11Import patch showdata.patchMichael 'Mickey' Lauer
2004-04-04print information when expand failsMichael 'Mickey' Lauer
2004-04-01Auto mergedChris Larson
2004-03-31Raise an exception when a variable references itself, rather than exiting the...Chris Larson
2004-03-31Improve performance by cutting down duplication expansions.Chris Larson
2004-03-31Implement a check for variable recursion at expansion time.Chris Larson
2004-03-31BUGFIX: kill unnecessary empty line in function emission.Chris Larson
2004-03-31support python function expansionMichael 'Mickey' Lauer
2004-03-28Alterations to OE data behavior.Chris Larson
2004-03-28support 'fakeroot' attribute for functionsMichael 'Mickey' Lauer
2004-01-26Replacing B.has_key(A) calls with A in B.Chris Larson
2004-01-24another optimization, another few percentGerald Britton
2004-01-24(no commit message)Gerald Britton
2004-01-24Auto mergedGerald Britton
2004-01-24BUGFIX: silly bug in the overrides application.Chris Larson
2004-01-24First pass of improvements to the data handling to improve oemake performance.Chris Larson
2004-01-23Alter data handling functions to skip operation on non-string metadata.Chris Larson
2004-01-23Add a new syntax to .conf/.oe files for setting metadata about metadata, and ...Chris Larson
2004-01-16import time into the environment (need it for some nice tricks in .oe files)Michael 'Mickey' Lauer
2004-01-02Get rid of OEDIR. It'll still get added to the OEPATH if you set it, for com...Chris Larson
2003-10-31Allow '+' in a variable name.Chris Larson
2003-09-28eliminate dupes from paths, cleanup path inclusion a bitGerald 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-07-28Allow deletion of prepends/appends itemsChris Larson
2003-07-14Update documentation, and make use of doctest, for the 'data' implementation.Chris Larson
2003-07-09Revamp our _prepend/_append handling to fix the major bug mentioned in the TODOChris Larson
2003-07-07BUGFIX: uncomment a miscommented block :)Chris Larson
2003-07-02Add an emit_var convenience functionChris Larson
2003-07-01Add optional third argument to getVar, which results in the data being expand...Chris Larson
2003-06-30BUGFIX in python sub in export (${@pythoncode}), import oe and set the d loca...Chris Larson
2003-06-27Convert package and package_ipkg to new implementations of parsing and data, ...Chris Larson
2003-06-26Add staging_bindir to path in emit_envChris Larson
2003-06-26Slight correction to emit_env wrt PATHChris Larson
2003-06-25BUGFIX: typo in emit_envChris Larson
2003-06-25Escape the doublequotes in the variable contents in emit_env so as not to bre...Chris Larson
2003-06-20BUGFIX: import typesChris Larson
2003-06-16Better default values for the expandData() function. Now if you supply only ...Chris Larson
2003-06-14BUGFIX: Handle the case where a variable is None in our data store in the emi...Chris Larson