summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: knotty: Ensure consolelog file handle is closedRichard Purdie2016-05-131-0/+5
* bitbake: runqueue: Improve timestamp comparisonsRichard Purdie2016-05-131-1/+5
* bitbake: daemonize/prserv/tests/fetch: Convert file() -> open()Richard Purdie2016-05-132-3/+3
* bitbake: runqueue: Fix missing fakeworker under dry runRichard Purdie2016-05-111-1/+1
* bitbake: lib/bb/utils.py: Fix explode_dep_versions2() determinism issueRichard Purdie2016-05-111-1/+2
* bitbake: tests: assertEquals -> assertEqualRichard Purdie2016-05-112-48/+48
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-1113-53/+53
* bitbake: bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson2016-05-062-3/+3
* bitbake: bb.utils: let loaded plugins provide a plugin objectChristopher Larson2016-05-061-2/+4
* bitbake: bb.utils: use imp.get_suffixes for load_pluginsChristopher Larson2016-05-061-2/+9
* bitbake: bb.utils: add load_plugins from scriptutilsChristopher Larson2016-05-061-0/+21
* bitbake: bb.data_smart: use iter() for __len__Christopher Larson2016-05-061-1/+1
* bitbake: bb.event: handle __builtins__ as a moduleChristopher Larson2016-05-061-3/+8
* bitbake: bb.build: handle __builtins__ as a moduleChristopher Larson2016-05-061-2/+7
* bitbake: bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval2016-05-061-1/+2
* bitbake: bitake: main: fix line-too-long pytling warningsEd Bartosh2016-05-061-39/+82
* bitbake: bitbake: main: fix bad-continuation warningsEd Bartosh2016-05-061-66/+69
* bitbake: bitbake: main: fix bad-witespace pylint warningsEd Bartosh2016-05-061-69/+69
* bitbake: bitbake: main: set defaults from env variablesEd Bartosh2016-05-061-18/+6
* bitbake: bitbake: main: add 2 environment variablesEd Bartosh2016-05-061-0/+6
* bitbake: bitbake: Switch to post release versionRichard Purdie2016-04-291-1/+1
* bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication ag...Ross Burton2016-04-291-2/+3
* bitbake: main: fix processing of BBEVENTLOGEd Bartosh2016-04-191-1/+1
* bitbake: lib/bb/utils: add docstring for contains()Ross Burton2016-04-181-1/+19
* bitbake: providers: Add PREFERRED_RPROVIDER supportRichard Purdie2016-04-152-23/+44
* bitbake: providers: We don't depend on previous build resultsRichard Purdie2016-04-151-3/+3
* bitbake: cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie2016-04-152-1/+10
* bitbake: cooker: pass exception to finishAsyncCommandRichard Purdie2016-04-151-2/+2
* bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie2016-04-121-2/+70
* bitbake: data_smart: Restrict expansion regexp to not include : charactersRichard Purdie2016-04-091-1/+1
* bitbake: tests/utils.py: test origvalue in a callback matches what is expectedRandy Witt2016-04-091-0/+22
* bitbake: lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt2016-04-092-2/+2
* bitbake: Update version to 1.30.0Richard Purdie2016-04-061-1/+1
* bitbake: buildinfohelper: work around unicode exceptionsJoshua Lock2016-04-061-4/+6
* bitbake: toasterui: update build in internal stateEd Bartosh2016-04-061-0/+1
* bitbake: buildinfohelper: fix KeyErrorEd Bartosh2016-04-061-2/+2
* bitbake: buildinfohelper: Add handler for cancelling a buildMichael Wood2016-04-061-1/+18
* bitbake: toasterui: shutdown on BuildCompleted eventEd Bartosh2016-04-061-5/+8
* bitbake: toaster: fix jethro buildEd Bartosh2016-04-061-8/+10
* bitbake: toasterui: fix brbe reportingEd Bartosh2016-04-061-3/+3
* bitbake: buildinfohelper: improve handling of providermapEd Bartosh2016-04-061-2/+1
* bitbake: uievent: improve BBUIEventQueue codeEd Bartosh2016-04-061-2/+8
* bitbake: toasterui: add brbe parameter to buildinfohelperEd Bartosh2016-04-062-3/+4
* bitbake: fetch2/git.py: remove .indirectiondir workaroundRobert Yang2016-04-061-17/+1
* bitbake: persist_data: Return str instead of unicode for sqlite3 text queriesKlauer, Daniel2016-04-061-0/+1
* bitbake: siggen: Ensure tainted stamps are accounted for with writing custom ...Richard Purdie2016-04-031-3/+7
* bitbake: siggen: Fix nostamp taint handlingRichard Purdie2016-04-031-3/+7
* bitbake: siggen: Add checksum recalculation/checking codeRichard Purdie2016-04-031-11/+49
* bitbake: siggen: Fix check calculation problem with file_checksumsRichard Purdie2016-04-031-3/+4
* bitbake: siggen: Drop misleading duplicate methodRichard Purdie2016-04-031-3/+0