summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/buildinfohelper.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna2023-08-301-1/+12
* bitbake: buildinfohelper: Drop unused variablesRichard Purdie2022-04-211-2/+2
* bitbake: buildinfohelper: Drop unused functionRichard Purdie2022-04-211-21/+0
* bitbake: ui/buildinfohelper: Drop unused importRichard Purdie2022-04-211-1/+1
* bitbake: toaster: race condition for end-of-buildDavid Reyna2022-03-211-0/+6
* bitbake: bitbake: buildinfohelper.py fix for Django 3.2Tim Orling2022-03-151-11/+5
* bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie2021-11-031-8/+8
* bitbake: lib/bb: Clean up use of len()Richard Purdie2021-11-031-10/+10
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-5/+5
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-4/+4
* bitbake: toaster: improve warnings when adding dependency to packagesDavid Reyna2019-10-021-0/+10
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: toaster: error logs missing for cli buildsDavid Reyna2018-10-041-4/+5
* bitbake: toaster: some recipe events do not include packagesDavid Reyna2017-12-181-1/+5
* bitbake: toaster: add getMessage to MockEventDavid Reyna2017-06-221-0/+6
* bitbake: toaster: fail on layers with sub-layerDavid Reyna2017-06-221-3/+8
* bitbake: toaster: fix SDK artifact captureDavid Reyna2017-04-111-0/+30
* bitbake: toaster: resolve missing 'native[sdk]:' prefixesDavid Reyna2017-03-071-0/+8
* bitbake: toaster: buildinfohelper Clarify log message for build historyMichael Wood2016-11-301-2/+2
* bitbake: toaster: buildinfohelper fix _get_layer_version_for_dependencyMichael Wood2016-11-301-12/+20
* bitbake: toaster: buildinfohelper Simplify layer event to toaster layer functionMichael Wood2016-11-301-41/+28
* bitbake: toaster: buildinfohelper toaster-custom-images layerMichael Wood2016-11-301-6/+1
* bitbake: toaster: buildinfohelper Handle regex pathsbrian avery2016-11-041-1/+26
* bitbake: toaster: buildinfohelper: Use correct way to get message from LogMes...Michael Wood2016-10-061-6/+3
* bitbake: toaster: check if file existEd Bartosh2016-09-301-0/+3
* bitbake: toaster: buildinfohelper local layer don't construct path using git ...Michael Wood2016-09-211-3/+5
* bitbake: toaster: unlock BuildEnvirnoment when build is doneEd Bartosh2016-09-211-3/+5
* bitbake: toaster: notify runbuilds when build status changesEd Bartosh2016-09-211-0/+4
* bitbake: toaster: keep layer name in variable history pathDavid Reyna2016-09-081-1/+2
* bitbake: buildinfohelper: discover kernel artifacts correctlyElliot Smith2016-09-021-4/+7
* bitbake: toaster: buildinfohelper Add handling local layers (i.e. non-git) la...Michael Wood2016-08-111-4/+23
* bitbake: toasterui: ensure that the Build object is always availableElliot Smith2016-08-111-81/+115
* bitbake: toaster: show progress of recipe parsing in recent builds areaElliot Smith2016-08-111-42/+76
* bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood2016-07-261-3/+3
* bitbake: toaster: add package manifest path to Target objectsElliot Smith2016-07-191-3/+21
* bitbake: buildinfohelper: only record image files for tasks which make imagesElliot Smith2016-07-191-5/+15
* bitbake: toaster: improve scan for SDK artifactsElliot Smith2016-07-191-41/+134
* bitbake: buildinfohelper: fix retrieval of targetsElliot Smith2016-07-191-7/+8
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-191-29/+56
* bitbake: toaster: do image and artifact scan on BuildCompletedElliot Smith2016-07-191-22/+179
* bitbake: buildinfohelper: ensure task datetimes are timezone-awareElliot Smith2016-07-081-1/+1
* bitbake: toaster: replace viewkeys() -> keys()Ed Bartosh2016-06-151-1/+1
* bitbake: Revert "buildinfohelper: work around unicode exceptions"Ed Bartosh2016-06-021-6/+4
* bitbake: toaster: Remove DATABASE_URL being passed around as an environment varMichael Wood2016-05-201-10/+10
* bitbake: buildinfohelper: add method to set current build as CANCELLEDElliot Smith2016-05-171-0/+10
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-10/+10
* 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