summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* runqueue.py: Add inter setscene task dependency handlingRichard Purdie2012-01-271-0/+22
* runqueue.py: Fix missing setscene dependenciesRichard Purdie2012-01-271-3/+5
* data/runqueue.py: Fix commented out test code after variable name changesRichard Purdie2012-01-272-2/+2
* Bump the version to 1.15.1Richard Purdie2012-01-232-2/+2
* prserv: fix import of sqlite3Martin Jansa2012-01-201-1/+6
* siggen.py: Abstract the runtime task dependency handling code in the generatorsRichard Purdie2012-01-201-7/+18
* cooker.py: Allow siggen classes to be added by the metadataRichard Purdie2012-01-201-1/+1
* bitbake/fetch2: allow resuming interrupted fetchPaul Eggleton2012-01-201-3/+3
* bitbake/runqueue: always log tasks summaryPaul Eggleton2012-01-201-5/+7
* siggen: Ensure correct runtask dependency output is shown for diffsigsRichard Purdie2012-01-201-15/+21
* usermanual: Correct "inherit" search to bbclass from oeclassDarren Hart2012-01-201-1/+1
* cooker: use futures rather than a multiprocessing poolChristopher Larson2012-01-201-11/+18
* Add dependency on the backported python 3.2 concurrent.futuresChristopher Larson2012-01-206-0/+1186
* bitbake/persist_data: Reconnect when DB is lockedLianhao Lu2012-01-191-5/+7
* bitbake/knotty: print task failure summaryPaul Eggleton2012-01-152-6/+22
* bitbake/cooker: avoid printing stack trace for -b match errorPaul Eggleton2012-01-151-6/+11
* bitbake/fetch2: reduce output for fetch failuresPaul Eggleton2012-01-151-1/+6
* bitbake/knotty: avoid printing full task log when error already printedPaul Eggleton2012-01-152-4/+16
* bitbake/fetch2: correctly decode exit signal/statusPaul Eggleton2012-01-151-4/+7
* bitbake/runqueue: avoid "failed" in task summary if nothing didPaul Eggleton2012-01-151-1/+5
* bitbake/fetch2: improve error formatting for fetcher errorsPaul Eggleton2012-01-152-5/+8
* bitbake/knotty: don't count errors as warnings in summaryPaul Eggleton2012-01-151-1/+1
* bitbake: Automatically start local PR service.Lianhao Lu2012-01-114-45/+123
* bitbake/PRservice: Added no_hist mode and export/import.Lianhao Lu2012-01-114-80/+263
* bitbake: Add BBHandledException exception classRichard Purdie2012-01-103-4/+19
* bitbake/knotty: Show summary of warning/error messages shownRichard Purdie2012-01-101-2/+11
* bitbake-layers: close files in apply_append()Paul Eggleton2012-01-101-0/+2
* bitbake-layers: flatten: warn the user if output structure is incorrectPaul Eggleton2012-01-101-0/+38
* bitbake-layers: flatten: allow specifying layers to flattenPaul Eggleton2012-01-101-8/+67
* command.py: add parseConfigurationFiles APIDongxiao Xu2012-01-061-0/+10
* bitbake: add a new option "--server-only"Dongxiao Xu2012-01-061-7/+16
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-063-0/+31
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-061-2/+2
* xmlrpc: Change BitbakeServerInfo init functionDongxiao Xu2012-01-061-4/+4
* command.py: add initCooker APIDongxiao Xu2012-01-062-0/+19
* cooker: user bb.configuration.data to inject eventsDongxiao Xu2012-01-061-2/+2
* command.py: Modify needcache value for certain functionsDongxiao Xu2012-01-061-2/+2
* bitbake/runqueue: Improve the setscene loggingRichard Purdie2012-01-051-0/+4
* fetch2/git: change colon to dot in ud.hostJuraj Hercek2012-01-041-1/+1
* bitbake-layers: fix Python error during parsePaul Eggleton2012-01-041-0/+1
* ui/crumbs/hobprefs: trigger a reparse after changing IMAGE_FSTYPESJoshua Lock2011-12-201-0/+1
* ui/crumbs/runningbuild: handle InvalidTask eventsJoshua Lock2011-12-201-0/+4
* vim/syntax: Recognize ?? operatorKhem Raj2011-12-201-2/+2
* siggen.py: If both sigs have a variable in it's whitelist then don't say it's...Matthew McClintock2011-12-051-3/+3
* Remove the async_cmds and sync_cmds from command.pyRobert Yang2011-12-051-14/+0
* fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabledJoshua Lock2011-12-051-3/+3
* Remove the duplicated assignments of self.configuration.cmdRobert Yang2011-12-051-3/+0
* cooker.py: Allow the -e option to work with virtual classes and -bRichard Purdie2011-12-011-1/+3
* build.py: Be determistic about a function's cwdRichard Purdie2011-12-011-2/+1
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-2724-198/+196