summaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2016-05-10bb/fetch2: drop checksum cachemarquiz/bitbake/checksum-refactorMarkus Lehtonen
2016-05-10SignatureGenerator: make checksum_cache arg of get_taskhash() mandatoryMarkus Lehtonen
2016-05-10SignatureGenerator: add checksum_cache argument to get_taskhash()Markus Lehtonen
2016-05-10Move file checksum cache out of SignatureGeneratorMarkus Lehtonen
2016-05-10bb/siggen: drop commented-out codeMarkus Lehtonen
2016-05-06bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson
2016-05-06bb.utils: let loaded plugins provide a plugin objectChristopher Larson
2016-05-06bb.utils: use imp.get_suffixes for load_pluginsChristopher Larson
2016-05-06bb.utils: add load_plugins from scriptutilsChristopher Larson
2016-05-06bb.data_smart: use iter() for __len__Christopher Larson
2016-05-06bb.event: handle __builtins__ as a moduleChristopher Larson
2016-05-06bb.build: handle __builtins__ as a moduleChristopher Larson
2016-05-06bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval
2016-04-29bitake: main: fix line-too-long pytling warningsEd Bartosh
2016-04-29bitbake: main: fix bad-continuation warningsEd Bartosh
2016-04-29bitbake: main: fix bad-witespace pylint warningsEd Bartosh
2016-04-29bitbake: main: set defaults from env variablesEd Bartosh
2016-04-29bitbake: main: add 2 environment variablesEd Bartosh
2016-04-29bitbake: Switch to post release versionRichard Purdie
2016-04-26fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication agentsRoss Burton
2016-04-19main: fix processing of BBEVENTLOGEd Bartosh
2016-04-18lib/bb/utils: add docstring for contains()Ross Burton
2016-04-14providers: Add PREFERRED_RPROVIDER supportRichard Purdie
2016-04-14providers: We don't depend on previous build resultsRichard Purdie
2016-04-14cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie
2016-04-14cooker: pass exception to finishAsyncCommandRichard Purdie
2016-04-12runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie
2016-04-09data_smart: Restrict expansion regexp to not include : charactersRichard Purdie
2016-04-09tests/utils.py: test origvalue in a callback matches what is expectedRandy Witt
2016-04-09lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt
2016-04-06Update version to 1.30.0Richard Purdie
2016-04-06buildinfohelper: work around unicode exceptionsJoshua Lock
2016-04-06toasterui: update build in internal stateEd Bartosh
2016-04-06buildinfohelper: fix KeyErrorEd Bartosh
2016-04-06buildinfohelper: Add handler for cancelling a buildMichael Wood
2016-04-06toasterui: shutdown on BuildCompleted eventEd Bartosh
2016-04-06toaster: fix jethro buildEd Bartosh
2016-04-06toasterui: fix brbe reportingEd Bartosh
2016-04-06buildinfohelper: improve handling of providermapEd Bartosh
2016-04-06uievent: improve BBUIEventQueue codeEd Bartosh
2016-04-06toasterui: add brbe parameter to buildinfohelperEd Bartosh
2016-04-05fetch2/git.py: remove .indirectiondir workaroundRobert Yang
2016-04-05persist_data: Return str instead of unicode for sqlite3 text queriesKlauer, Daniel
2016-04-03siggen: Ensure tainted stamps are accounted for with writing custom stampsRichard Purdie
2016-04-02siggen: Fix nostamp taint handlingRichard Purdie
2016-04-02siggen: Add checksum recalculation/checking codeRichard Purdie
2016-04-02siggen: Fix check calculation problem with file_checksumsRichard Purdie
2016-04-02siggen: Drop misleading duplicate methodRichard Purdie
2016-04-02tests/fetch.py: Improve unit tests for trusted network checkOlof Johansson
2016-04-02fetch2: BB_ALLOWED_NETWORKS should not care about port numbersOlof Johansson