summaryrefslogtreecommitdiff
path: root/bitbake
AgeCommit message (Expand)AuthorFiles
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
2010-02-10bitbake: [parsers] Move out more functionsHolger Freyther1
2010-02-10bitbake: [parser] Move more stuff out to separate methods...Holger Freyther1
2010-02-10bitbake: [parser] Move the handling of a method to a functionHolger Freyther1
2010-02-10bitbake: [parse] Unify opening a file...Holger Freyther3
2010-02-10bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2
2010-02-10bitbake: usermanual.xml: Add section for ?= var setting.Theodore A. Roth1
2010-02-05bitbake: fix invalid method and logicJoshua Lock1
2010-02-05bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock1
2010-02-04bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock1
2010-02-04bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock1
2010-02-04bitbake: Enhance the fetchers' support for local mirrorsJoshua Lock1
2010-02-04bitbake: unify mirror support and make it independant of the fetcherJoshua Lock10
2010-01-27bitbake/build.py: No need for this gross hack nowRichard Purdie1
2010-01-22bitbake: Don't import xmlrpc server unless neededRichard Purdie2
2010-01-22bin/bitbake: Add import serverRichard Purdie1
2010-01-22bitbake/cooker: Drop unneeded importRichard Purdie1
2010-01-21bitbake: Fix UI failure exception handling with python 2.6Richard Purdie1
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie3
2010-01-21runqueue.py: Use fcntl to make the worker pipes non-blockingRichard Purdie1
2010-01-21bitbake/event: If the server disappears, we just exit tooRichard Purdie1
2010-01-21runqueue: When a task fails, make sure the server still processes events from...Richard Purdie1
2010-01-21bitbake/__init__.py: Fix bb.plain and bb.warn function, initial patch from Pe...Richard Purdie1
2010-01-21bitbake/git: remove repodir usage (from bitbake master)Martin Jansa1
2010-01-21bitbake/runqueue: Fix typoRichard Purdie1
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie45
2010-01-12bitbake: Apply modified version of a patch from Martin Jansa <martin.jansa@gm...Richard Purdie1
2009-12-18taskdata.py: Improve error message if a task dependency has an incorrect formatRichard Purdie1
2009-12-18bitbake/BBHandler: Only add do_ prefix to tasks if its not already presentRichard Purdie1
2009-12-16bitbake/data_smart.py: Fix error where update-rc.d would not get added to the...Richard Purdie1
2009-12-11bitbake/git.py: Typo fixRichard Purdie1
2009-12-11bitbake/git.py: Add support for fullclone parameterRichard Purdie1
2009-12-11bitbake/git.py: Move variable init into the localpath functionRichard Purdie1
2009-12-11bitbake/cooker.py: Fix handling of extra configuration filesRichard Purdie1
2009-12-11git.py: Improve command failure error messagesRichard Purdie1
2009-11-26bitbake: Fix dict changing size problemsRichard Purdie1
2009-11-13fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie2
2009-11-13bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie6
2009-11-13bitbake: Sync module import cleanups back from bitbake trunkRichard Purdie11
2009-11-13build.py: Fix zero size logfile problemsRichard Purdie1
2009-10-20bitbake: hg fetcher - sync bitbake-dev and remove debugRichard Purdie1
2009-10-19bitbake: Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc...Richard Purdie1
2009-10-17bitbake: Fix svk fetcherRichard Purdie1
2009-10-13bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie1
2009-10-13bitbake: Add bb and os to __builtins__, not the exec function globalRichard Purdie1
2009-10-13bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie1