summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fix setscene task start/failure handlingPaul Eggleton2012-02-284-8/+32
* bitbake/runqueue: make dry-run do everything except executePaul Eggleton2012-02-281-7/+2
* bitbake: Added BBINCLUDED variable.Lianhao Lu2012-02-283-0/+12
* data_smart.py: Uses BB_HASHCONFIG_WHITELIST to filter unnecessary variablesDongxiao Xu2012-02-271-12/+4
* V5 Disk space monitoringRobert Yang2012-02-262-0/+244
* bitbake/runqueue: Ensure finish_now() sets the runqueue state consistentlyRichard Purdie2012-02-261-0/+7
* crumbs: add back progress implementation for depexpJoshua Lock2012-02-251-0/+20
* bitbake/cooker: terminate when errors found in layer configurationPaul Eggleton2012-02-241-0/+17
* Hob: A new implemetation (v2)Dongxiao Xu2012-02-2445-2811/+5078
* fetch2/git: create bareclone optionBruce Ashfield2012-02-241-1/+16
* runqueue: fire sceneQueueTaskStarted event when a setscene queue startsDongxiao Xu2012-02-241-2/+14
* bitbake: change for adding progress bar in Hob2.Shane Wang2012-02-234-29/+73
* command.py: add resolve option for generateTargetsTree APIDongxiao Xu2012-02-232-13/+56
* command.py: Add a new API triggerEvent()Dongxiao Xu2012-02-231-0/+6
* command.py: add new API to get the cpu count on the serverShane Wang2012-02-232-0/+10
* bitbake: Add client socket info for BitBakeServerConnectionDongxiao Xu2012-02-232-5/+6
* bitbake: add -B option to bind with interfaceDongxiao Xu2012-02-232-6/+17
* event.py: Add new events RequestPackageInfo and PackageInfoDongxiao Xu2012-02-231-0/+13
* cache: Use configuration's hash value to validate cacheDongxiao Xu2012-02-233-21/+36
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-235-16/+26
* bitbake: fix parse errors not being reportedPaul Eggleton2012-02-231-6/+4
* siggen.py: Pass the datacache to signature generator classesRichard Purdie2012-02-231-2/+2
* bitbake/ui/knotty: fix incorrect exit codePaul Eggleton2012-02-221-1/+3
* siggen: compare runtaskdeps dictionary even when they have the same sizeMartin Jansa2012-02-221-21/+26
* bitbake/knotty: ensure CommandFailed increases error countPaul Eggleton2012-02-221-0/+1
* bitbake/knotty: ensure we return non-zero exit code on Ctrl+CPaul Eggleton2012-02-221-0/+5
* bitbake: show appropriate warnings for universe targetPaul Eggleton2012-02-222-3/+11
* Fix parser hang at 0% with single-core machinesCaleb Crome2012-02-221-1/+1
* persist_data: survive if sqlite3 couldn't enable the shared cacheChristopher Larson2012-02-221-1/+4
* knotty: shut down more cleanlyChristopher Larson2012-02-221-8/+7
* cooker: roll our own process poolChristopher Larson2012-02-221-29/+132
* Revert the switch to futures for nowChristopher Larson2012-02-107-1204/+11
* siggen.py: Handle cases where the input to symmetric_difference() may be NoneRichard Purdie2012-02-101-3/+6
* bitbake-layers: add copyright noticePaul Eggleton2012-02-091-0/+3
* bitbake: Add description into the cache and clean up cache duplicationShane Wang2012-02-023-9/+5
* fetch2/git: Add workaround for clone using alternates problemRichard Purdie2012-02-011-1/+1
* cooker: add missing shutdowns to the exception handlingChristopher Larson2012-02-011-0/+2
* prserv: Do not ping PRService if not requiredLianhao Lu2012-02-011-1/+1
* bitbake-layers: list overlayed classes in show-overlayedPaul Eggleton2012-02-011-0/+47
* bitbake-layers: add show-recipes subcommandPaul Eggleton2012-02-011-5/+52
* bitbake-layers: improve show-overlayed outputPaul Eggleton2012-02-013-24/+142
* bitbake-layers: use directory name as layer namePaul Eggleton2012-02-011-19/+20
* bitbake-layers: use dashes in subcommandsPaul Eggleton2012-02-011-5/+7
* 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