aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-02-15bitbake: [parser] Move one more item to the astHolger Freyther
2010-02-15bitbake: [parser] Move methodflags over to the astHolger Freyther
2010-02-15bitbake: [parser] Build fixRichard Purdie
2010-02-15bitbake: [parser] Move more statements over the two phase ASTHolger Freyther
2010-02-15bitbake: [parse] Change handling include through the AstNodeHolger Freyther
2010-02-15bitbake: [parser] Call eval and remove non ast codeHolger Freyther
2010-02-15bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther
2010-02-15bitbake: [parser] Prepare to cease out getFuncHolger Freyther
2010-02-15bitbake: [parser] Preserve include vs. require behaviourRichard Purdie
2010-02-15bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther
2010-02-15bitbake: [parser] Add documentation about usage of this codeHolger Freyther
2010-02-15bitbake: [parser] Move the finalise into the ast as wellHolger Freyther
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther
2010-02-15bitbake: [parser] Move evaluating into the ast class...Holger Freyther
2010-02-15bitbake: providers.py: sort eligible providers by DEFAULT_PREFERENCEBernhard Reutner-Fischer
2010-02-15bitbake: runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer
2010-02-15bitbake: taskdata.py: fix typo in debug messageBernhard Reutner-Fischer
2010-02-12bitbake: utils.py: Don't error if an exported environment variable is unset (...Richard Purdie
2010-02-10bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj
2010-02-10bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa
2010-02-10bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie
2010-02-10bitbake: [parser] Move more stuff out the feederHolger Freyther
2010-02-10bitbake: [parse] Move inherit handling to methodHolger Freyther
2010-02-10bitbake: [parsers] Move out more functionsHolger Freyther
2010-02-10bitbake: [parser] Move more stuff out to separate methods...Holger Freyther
2010-02-10bitbake: [parser] Move the handling of a method to a functionHolger Freyther
2010-02-10bitbake: [parse] Unify opening a file...Holger Freyther
2010-02-10bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther
2010-02-10bitbake: usermanual.xml: Add section for ?= var setting.Theodore A. Roth
2010-02-05bitbake: fix invalid method and logicJoshua Lock
2010-02-05bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock
2010-02-04bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock
2010-02-04bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock
2010-02-04bitbake: Enhance the fetchers' support for local mirrorsJoshua Lock
2010-02-04bitbake: unify mirror support and make it independant of the fetcherJoshua Lock
2010-01-27bitbake/build.py: No need for this gross hack nowRichard Purdie
2010-01-22bitbake: Don't import xmlrpc server unless neededRichard Purdie
2010-01-22bin/bitbake: Add import serverRichard Purdie
2010-01-22bitbake/cooker: Drop unneeded importRichard Purdie
2010-01-21bitbake: Fix UI failure exception handling with python 2.6Richard Purdie
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie
2010-01-21runqueue.py: Use fcntl to make the worker pipes non-blockingRichard Purdie
2010-01-21bitbake/event: If the server disappears, we just exit tooRichard Purdie
2010-01-21runqueue: When a task fails, make sure the server still processes events from...Richard Purdie
2010-01-21bitbake/__init__.py: Fix bb.plain and bb.warn function, initial patch from Pe...Richard Purdie
2010-01-21bitbake/git: remove repodir usage (from bitbake master)Martin Jansa
2010-01-21bitbake/runqueue: Fix typoRichard Purdie
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2010-01-12bitbake: Apply modified version of a patch from Martin Jansa <martin.jansa@gm...Richard Purdie
2009-12-18taskdata.py: Improve error message if a task dependency has an incorrect formatRichard Purdie