summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: [parser] Move one more item to the astHolger Freyther2010-02-151-34/+41
* bitbake: [parser] Move methodflags over to the astHolger Freyther2010-02-151-15/+23
* bitbake: [parser] Build fixRichard Purdie2010-02-151-2/+2
* bitbake: [parser] Move more statements over the two phase ASTHolger Freyther2010-02-151-17/+40
* bitbake: [parse] Change handling include through the AstNodeHolger Freyther2010-02-151-8/+2
* bitbake: [parser] Call eval and remove non ast codeHolger Freyther2010-02-151-2/+1
* bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther2010-02-151-33/+4
* bitbake: [parser] Prepare to cease out getFuncHolger Freyther2010-02-151-12/+17
* bitbake: [parser] Preserve include vs. require behaviourRichard Purdie2010-02-151-3/+7
* bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther2010-02-151-0/+78
* 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-152-43/+41
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-154-79/+92
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-153-180/+207
* bitbake: providers.py: sort eligible providers by DEFAULT_PREFERENCEBernhard Reutner-Fischer2010-02-151-0/+2
* bitbake: runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer2010-02-151-2/+10
* bitbake: taskdata.py: fix typo in debug messageBernhard Reutner-Fischer2010-02-151-1/+1
* bitbake: utils.py: Don't error if an exported environment variable is unset (...Richard Purdie2010-02-121-1/+1
* 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-103-37/+23
* bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2010-02-102-54/+3
* bitbake: usermanual.xml: Add section for ?= var setting.Theodore A. Roth2010-02-101-0/+5
* bitbake: fix invalid method and logicJoshua Lock2010-02-051-3/+3
* bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock2010-02-051-4/+18
* bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock2010-02-041-1/+2
* bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock2010-02-041-8/+22
* bitbake: Enhance the fetchers' support for local mirrorsJoshua Lock2010-02-041-7/+15
* bitbake: unify mirror support and make it independant of the fetcherJoshua Lock2010-02-0410-99/+53
* bitbake/build.py: No need for this gross hack nowRichard Purdie2010-01-271-3/+1
* bitbake: Don't import xmlrpc server unless neededRichard Purdie2010-01-222-3/+2
* bin/bitbake: Add import serverRichard Purdie2010-01-221-0/+1
* bitbake/cooker: Drop unneeded importRichard Purdie2010-01-221-1/+0
* bitbake: Fix UI failure exception handling with python 2.6Richard Purdie2010-01-211-1/+1
* knotty: Improve task failure message handling using the uihelper codeRichard Purdie2010-01-213-10/+31
* runqueue.py: Use fcntl to make the worker pipes non-blockingRichard Purdie2010-01-211-1/+6
* bitbake/event: If the server disappears, we just exit tooRichard Purdie2010-01-211-3/+6
* runqueue: When a task fails, make sure the server still processes events from...Richard Purdie2010-01-211-1/+11
* bitbake/__init__.py: Fix bb.plain and bb.warn function, initial patch from Pe...Richard Purdie2010-01-211-2/+2
* bitbake/git: remove repodir usage (from bitbake master)Martin Jansa2010-01-211-1/+1
* bitbake/runqueue: Fix typoRichard Purdie2010-01-211-1/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-2045-956/+4948
* bitbake: Apply modified version of a patch from Martin Jansa <martin.jansa@gm...Richard Purdie2010-01-121-1/+13
* taskdata.py: Improve error message if a task dependency has an incorrect formatRichard Purdie2009-12-181-0/+2