summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2012-02-23bitbake: change for adding progress bar in Hob2.Shane Wang
2012-02-23command.py: add resolve option for generateTargetsTree APIDongxiao Xu
2012-02-23command.py: Add a new API triggerEvent()Dongxiao Xu
2012-02-23command.py: add new API to get the cpu count on the serverShane Wang
2012-02-23bitbake: Add client socket info for BitBakeServerConnectionDongxiao Xu
2012-02-23bitbake: add -B option to bind with interfaceDongxiao Xu
2012-02-23event.py: Add new events RequestPackageInfo and PackageInfoDongxiao Xu
2012-02-23cache: Use configuration's hash value to validate cacheDongxiao Xu
2012-02-23bitbake: add file and line number to ParseErrorPaul Eggleton
2012-02-23bitbake: fix parse errors not being reportedPaul Eggleton
2012-02-23siggen.py: Pass the datacache to signature generator classesRichard Purdie
2012-02-22bitbake/ui/knotty: fix incorrect exit codePaul Eggleton
2012-02-22siggen: compare runtaskdeps dictionary even when they have the same sizeMartin Jansa
2012-02-22bitbake/knotty: ensure CommandFailed increases error countPaul Eggleton
2012-02-22bitbake/knotty: ensure we return non-zero exit code on Ctrl+CPaul Eggleton
2012-02-22bitbake: show appropriate warnings for universe targetPaul Eggleton
2012-02-22Fix parser hang at 0% with single-core machinesCaleb Crome
2012-02-22persist_data: survive if sqlite3 couldn't enable the shared cacheChristopher Larson
2012-02-22knotty: shut down more cleanlyChristopher Larson
2012-02-22cooker: roll our own process poolChristopher Larson
2012-02-10Revert the switch to futures for nowChristopher Larson
2012-02-10siggen.py: Handle cases where the input to symmetric_difference() may be NoneRichard Purdie
2012-02-09bitbake-layers: add copyright noticePaul Eggleton
2012-02-02bitbake: Add description into the cache and clean up cache duplicationShane Wang
2012-02-01fetch2/git: Add workaround for clone using alternates problemRichard Purdie
2012-02-01cooker: add missing shutdowns to the exception handlingChristopher Larson
2012-02-01prserv: Do not ping PRService if not requiredLianhao Lu
2012-02-01bitbake-layers: list overlayed classes in show-overlayedPaul Eggleton
2012-02-01bitbake-layers: add show-recipes subcommandPaul Eggleton
2012-02-01bitbake-layers: improve show-overlayed outputPaul Eggleton
2012-02-01bitbake-layers: use directory name as layer namePaul Eggleton
2012-02-01bitbake-layers: use dashes in subcommandsPaul Eggleton
2012-01-27runqueue.py: Add inter setscene task dependency handlingRichard Purdie
2012-01-27runqueue.py: Fix missing setscene dependenciesRichard Purdie
2012-01-27data/runqueue.py: Fix commented out test code after variable name changesRichard Purdie
2012-01-23Bump the version to 1.15.1Richard Purdie
2012-01-20prserv: fix import of sqlite3Martin Jansa
2012-01-20siggen.py: Abstract the runtime task dependency handling code in the generatorsRichard Purdie
2012-01-20cooker.py: Allow siggen classes to be added by the metadataRichard Purdie
2012-01-20bitbake/fetch2: allow resuming interrupted fetchPaul Eggleton
2012-01-20bitbake/runqueue: always log tasks summaryPaul Eggleton
2012-01-20siggen: Ensure correct runtask dependency output is shown for diffsigsRichard Purdie
2012-01-20usermanual: Correct "inherit" search to bbclass from oeclassDarren Hart
2012-01-20cooker: use futures rather than a multiprocessing poolChristopher Larson
2012-01-20Add dependency on the backported python 3.2 concurrent.futuresChristopher Larson
2012-01-19bitbake/persist_data: Reconnect when DB is lockedLianhao Lu
2012-01-15bitbake/knotty: print task failure summaryPaul Eggleton
2012-01-15bitbake/cooker: avoid printing stack trace for -b match errorPaul Eggleton
2012-01-15bitbake/fetch2: reduce output for fetch failuresPaul Eggleton
2012-01-15bitbake/knotty: avoid printing full task log when error already printedPaul Eggleton