summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: codeparser: Allow empty functionsRichard Purdie2015-06-271-0/+3
* bitbake: bitbake: fetch2/hg.py: fix unpack error and mirror tarballRobert Yang2015-06-271-13/+66
* bitbake: fetch/perforce: Fix single file checkoutsRichard Purdie2015-06-271-1/+1
* bitbake: event: Handle recursive events and the data store betterRichard Purdie2015-06-261-2/+6
* bitbake: cooker: Fire BuildCompleted before finishing the commandRichard Purdie2015-06-261-2/+2
* bitbake: toasterui: verify variable before usageAlexandru DAMIAN2015-06-261-4/+5
* bitbake: toaster: refactor build modelAlexandru DAMIAN2015-06-262-23/+50
* bitbake: toaster: fixes after replacing BuildRequest with BuildAlexandru DAMIAN2015-06-261-14/+10
* bitbake: toaster: fill in build data from buildrequestAlexandru DAMIAN2015-06-261-1/+15
* bitbake: runqueue: Sanity check BB_NUMBER_THREADSRichard Purdie2015-06-231-0/+3
* bitbake: runqueue: Handle BBHandledException correctlyRichard Purdie2015-06-231-0/+7
* bitbake: server/process: Don't log BBHandledExceptionRichard Purdie2015-06-231-2/+3
* bitbake: runqueue: Improve handling of fakeworker failing to startRichard Purdie2015-06-231-1/+6
* bitbake: event: Inject 'd' into event handlersRichard Purdie2015-06-231-0/+2
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-2313-57/+57
* bitbake: bitbake: Bump version to 1.27.1Richard Purdie2015-06-091-1/+1
* bitbake: cooker/event: Add an event which lists all stamps reachable after pa...Richard Purdie2015-06-092-0/+15
* bitbake: parse/BBHandler: Avoid repeatedly resetting FILERichard Purdie2015-06-051-2/+2
* bitbake: toaster logger: assign projects to all buildsAlexandru DAMIAN2015-05-291-10/+27
* bitbake: toaster logger: refactor recipe and layer file pathsAlexandru DAMIAN2015-05-291-15/+32
* bitbake: data: Make expandKeys deterministicRichard Purdie2015-05-291-1/+1
* bitbake: ConfHandler: Fix bogus dependency problemsRichard Purdie2015-05-291-1/+0
* bitbake: BBHandler: Drop cwd from search pathRichard Purdie2015-05-291-2/+1
* bitbake: cooker/utils: Improve parsing profilingRichard Purdie2015-05-292-5/+21
* bitbake: tests/data: Add key expansion unit testRichard Purdie2015-05-291-0/+14
* bitbake: tests/data: Add log parsing test codeRichard Purdie2015-05-291-1/+24
* bitbake: data: Revert expandKeys warning moveRichard Purdie2015-05-291-6/+5
* bitbake: data: Clean up expandKeys None value handlingRichard Purdie2015-05-291-2/+2
* bitbake: data: Move warning code to the first loop for performanceRichard Purdie2015-05-261-5/+5
* bitbake: siggen: Don't crash if number of task dependencies changeRichard Purdie2015-05-261-6/+10
* bitbake: cache: Clean up getVar usage to modern syntax/styleRichard Purdie2015-05-261-6/+6
* bitbake: fetch/hg: Disable checksums for archived downloadsAsh Charles2015-05-261-0/+7
* bitbake: fetch2/git.py: Add gitpkgv_revision alternative version informationMike Looijmans2015-05-241-0/+25
* bitbake: fetch2/__init__.py: Make get_srcrev output configurableMike Looijmans2015-05-241-3/+6
* bitbake: fetch/git: Fix uri in git checkstatusMarcin SmoczyƄski2015-05-191-2/+1
* bitbake: fetch2/hg.py: add clean functionRobert Yang2015-05-191-0/+5
* bitbake: lib/bb/utils: fix and extend edit_metadata_file()Paul Eggleton2015-05-192-58/+451
* bitbake: lib/bb/utils: fix several bugs in edit_metadata_file()Paul Eggleton2015-05-191-3/+11
* bitbake: lib/bb/utils: add function to get layer containing a filePaul Eggleton2015-05-191-0/+16
* bitbake: tests/parse: Add file missing from previous commitRichard Purdie2015-05-161-0/+69
* bitbake: tests/fetch: Add mirror of mirror testsRichard Purdie2015-05-161-0/+25
* bitbake: fetch2: Improve mirror building function error handlingRichard Purdie2015-05-161-1/+3
* bitbake: fetch2: Allow GIT_SMART_HTTP to be passed throughLiam R. Howlett2015-05-161-0/+1
* bitbake: bitbake: fetch2/git: Add URL when latest_revision generates an excep...Mariano Lopez2015-05-151-1/+2
* bitbake: BBHandler: Error for incomplete function definitionsRichard Purdie2015-05-151-7/+12
* bitbake: tests/fetch: ensure fetch tests preserve current dirPaul Eggleton2015-05-151-0/+2
* bitbake: fetch2/git: ensure the unpacked origin remote points upstreamPaul Eggleton2015-05-151-14/+17
* bitbake: runqueue: Handle cases where siginfo is now a parameter to the hashv...Richard Purdie2015-05-151-2/+7
* bitbake: fetch2: Add BB_ALLOWED_NETWORKS supportLiam R. Howlett2015-05-122-0/+90
* bitbake: fetch/hg: support submodulesDaniel McGregor2015-05-121-19/+36