summaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2013-09-18bitbake: build, runqueue: adds info to the *runQueue* eventsAlexandru DAMIAN
2013-09-18bitbake: cooker,runqueue: send the task dependency treeAlexandru DAMIAN
2013-09-18bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN
2013-09-18data_smart: Fix variable reference issuesRichard Purdie
2013-09-18cooker: return a copy checkPackagesRichard Purdie
2013-09-17Revert "bb.fatal: Raise a BBHandledException instead of exiting"Richard Purdie
2013-09-17bb.fatal: Raise a BBHandledException instead of exitingRichard Purdie
2013-09-17data: Optimise flag exclusion list handlingRichard Purdie
2013-09-17data: Optimise flag lookup in build_dependenciesRichard Purdie
2013-09-17data: Optimise build_dependencies a littleRichard Purdie
2013-09-17data_smart: Cache the fact a variable accesses another even if its unsetRichard Purdie
2013-09-17data_smart: Allow flags to use the expand cacheRichard Purdie
2013-09-17data_smart: Allow expansion of flags in getVarFlagsRichard Purdie
2013-09-17data_smart: Add explict None checksAlexandru DAMIAN
2013-09-17data: Cache an list of export variablesRichard Purdie
2013-09-17data: Use direct iteration, not keys()Richard Purdie
2013-09-17data_smart: use the expand_cache in VariableParseRichard Purdie
2013-09-17data_smart: Improve variable expansion regexpRichard Purdie
2013-09-17siggen: Use lookup cache exclusivelyRichard Purdie
2013-09-17data: Be explicit in data_db checkRichard Purdie
2013-09-17cooker: Allow profiling of the parser in profile modeRichard Purdie
2013-09-17cooker: Avoid duplication for taskdata creationAlexandru DAMIAN
2013-09-16runqueue: add runQueueTaskSkipped eventAlexandru DAMIAN
2013-09-16build: Add logfile to add TaskBase eventsRichard Purdie
2013-09-13cooker: updateCache should rause exceptions, not sys.exitRichard Purdie
2013-09-13knotty: Cleanup error/interruption handlingRichard Purdie
2013-09-13command: Treat empty messages as failures, not CommandCompletedRichard Purdie
2013-09-13cooker/command: Add finishcommand to reset cooker stateRichard Purdie
2013-09-13cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie
2013-09-13cooker: Clean up init/reset configuration codeRichard Purdie
2013-09-13cooker: Drop obsolete worker testRichard Purdie
2013-09-13bitbake: xmlrpc: delete unused code BitBakeUIEventServerAlexandru DAMIAN
2013-09-12data_smart: Account for changes in append/prepend/remove in the config hashRichard Purdie
2013-09-11utils: Fix BB_PRESERVE_ENVRichard Purdie
2013-09-10bitbake: runqueue: add sceneQueueTaskCompleted eventAlexandru DAMIAN
2013-09-09runqueue.py: check whether multiple versions of the same PN are due to be builtRobert Yang
2013-09-09providers.py: enhance the runtime debug degbug messgaeRobert Yang
2013-09-06knotty: Reduce refresh of footerRichard Purdie
2013-09-06bitbake: Ensure ${DATE} and ${TIME} are consistentPeter Kjellerstedt
2013-09-06hob: remove custom image from the images list when not neededCristiana Voicu
2013-09-06hob: limit the description size when a custom image is savedCristiana Voicu
2013-09-06data_smart: Move getVar expand cache handing to fix _remove operationsRichard Purdie
2013-09-04hob: remove PACKAGE_INSTALL variable setting from hobCristiana Voicu
2013-09-04bitbake-worker: ensure BUILDNAME is available during executionPaul Eggleton
2013-09-02bitbake/cooker: fix some calls of cookerdata.findConfigFile methodCristiana Voicu
2013-09-02runqueue: Fix scenequeue to pass file descriptors, not a floatRichard Purdie
2013-09-01server/xmlrpc: stop server on client exitAlexandru DAMIAN
2013-09-01build: Fix profile file namesRichard Purdie
2013-09-01server/process, server/xmlrpc, runqueue: Use select.select() on fds, not time...Richard Purdie
2013-08-30server/xmlrpc: Increase timeout to 60sRichard Purdie