summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2010-02-15bitbake: [cache] copy instead of deepcopy in syncHolger Freyther1
2010-02-15bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson1
2010-02-15bitbake: [parse] Use bb.which in resolve_fileChris Larson1
2010-02-15bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther3
2010-02-15bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther1
2010-02-15bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther1
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther4
2010-02-15bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2
2010-02-15bitbake: [parse] Don't use relative import of parse_py.Chris Larson1
2010-02-15bitbake: [parse] Move the last method to the AST...Holger Freyther1
2010-02-15bitbake: [parser] Move more methods to the ast schemeHolger Freyther1
2010-02-15bitbake: [parser] Move one more item to the astHolger Freyther1
2010-02-15bitbake: [parser] Move methodflags over to the astHolger Freyther1
2010-02-15bitbake: [parser] Build fixRichard Purdie1
2010-02-15bitbake: [parser] Move more statements over the two phase ASTHolger Freyther1
2010-02-15bitbake: [parse] Change handling include through the AstNodeHolger Freyther1
2010-02-15bitbake: [parser] Call eval and remove non ast codeHolger Freyther1
2010-02-15bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther1
2010-02-15bitbake: [parser] Prepare to cease out getFuncHolger Freyther1
2010-02-15bitbake: [parser] Preserve include vs. require behaviourRichard Purdie1
2010-02-15bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther1
2010-02-15bitbake: [parser] Add documentation about usage of this codeHolger Freyther1
2010-02-15bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther4
2010-02-15bitbake: [parser] Move evaluating into the ast class...Holger Freyther3
2010-02-15bitbake: providers.py: sort eligible providers by DEFAULT_PREFERENCEBernhard Reutner-Fischer1
2010-02-15bitbake: runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer1
2010-02-15bitbake: taskdata.py: fix typo in debug messageBernhard Reutner-Fischer1
2010-02-15sanity.bbclass: Add chrpath to the required utilitiesJoshua Lock1
2010-02-12relocatable.bbclass: Tidy up classJoshua Lock1
2010-02-12chrpath: Only set the chrpath binary for the native packageJoshua Lock1
2010-02-12relocatable.bbclass: Improve logic and styleJoshua Lock1
2010-02-12bitbake: utils.py: Don't error if an exported environment variable is unset (...Richard Purdie1
2010-02-11relocatable.bbclass: remove hard-coded rpaths from native binariesJoshua Lock3
2010-02-11xserver-nodm-init: Make sure kdrive servers have the console keyboard enabledRichard Purdie2
2010-02-11xserver-kdrive: Add keyboard fix (partially from OE.devRichard Purdie3
2010-02-11preferred-xorg-versions: Update xserver-kdrive versionRichard Purdie1
2010-02-11xserver-xf86: Drop old versions and update xserver-xf86-lite versionRichard Purdie3
2010-02-11xserver-kdrive: Add 1.7.99.2Richard Purdie31
2010-02-11calibrateproto: Add missing length fields to X_RepliesRichard Purdie4
2010-02-11sharp-flash-header: Convert from leagacy stagingRichard Purdie1
2010-02-11binutils: Apply cross compiling changes to libtool since we don't autoreconfRichard Purdie2
2010-02-11keymaps: Use RDEPENDS_${PN}Richard Purdie1
2010-02-11linux-libc-headers: extend nativesdk for 2.6.29Joshua Lock1
2010-02-10preferred-xorg-versions.inc: bump preferred util-macrosJoshua Lock1
2010-02-10bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj1
2010-02-10bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa1
2010-02-10bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie1
2010-02-10bitbake: [parser] Move more stuff out the feederHolger Freyther1
2010-02-10bitbake: [parse] Move inherit handling to methodHolger Freyther1