summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: toastergui Fix invalid char test and implementationMichael Wood2016-02-192-3/+6
* bitbake: toaster: PackagesTable show only installed packagesMichael Wood2016-02-191-1/+3
* bitbake: toaster: toastergui unit tests convert to use fixturesMichael Wood2016-02-192-213/+488
* bitbake: toaster: SoftwareRecipesTable apply default order_byMichael Wood2016-02-191-0/+1
* bitbake: toaster: orm migrations Sort out migrations messMichael Wood2016-02-198-122/+26
* bitbake: data_smart: Drop default expand=False to getVarFlag [API change]Richard Purdie2016-02-181-1/+1
* bitbake: data_smart: Drop default expand=False to getVar [API change]Richard Purdie2016-02-181-1/+1
* bitbake: SignatureGeneratorBasic: make checksum cache file configurableMarkus Lehtonen2016-02-181-3/+17
* bitbake: MultiProcessCache: make cache filename configurableMarkus Lehtonen2016-02-181-2/+3
* bitbake: FileChecksumCache: add get_checksums() methodMarkus Lehtonen2016-02-182-44/+48
* bitbake: bb/runqueue: save task file dependency cache onto diskMarkus Lehtonen2016-02-181-0/+1
* bitbake: SignatureGenerator: add method for saving the file checksum cacheMarkus Lehtonen2016-02-181-0/+9
* bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen2016-02-184-15/+15
* bitbake: Allow Hob to run images on a custom simulator, other than qemuMirela Rabulea2016-02-182-18/+113
* bitbake: bb.ui.knotty: prefix task messages with recipe/taskChristopher Larson2016-02-161-5/+13
* bitbake: Move bb.{debug,note,..} into their own logging domainChristopher Larson2016-02-161-7/+9
* bitbake: knotty: Set exit failure code on runQueueTaskFailed eventsRichard Purdie2016-02-151-0/+1
* bitbake: taskdata: Fix traceback issue with missing providerRichard Purdie2016-02-151-1/+3
* bitbake: cooker: Improve cache handlingRichard Purdie2016-02-151-4/+10
* bitbake: Bump version post release to 1.29.0Richard Purdie2016-02-122-2/+2
* bitbake: cooker: gracefully shutdown parsersEd Bartosh2016-02-111-0/+1
* bitbake: buildinfohelper: unset brbe variable when build finishesElliot Smith2016-02-112-9/+19
* toaster: tests Remove symlinks from toasteruitest folderMihail Stanciu2016-02-112-2/+0
* bitbake: build: Improve python execution tracebacksRichard Purdie2016-02-101-7/+8
* bitbake: build/data: Don't expand python functions before execution [API change]Richard Purdie2016-02-103-5/+5
* bitbake: cooker: Don't expand python functions in variable dumpsRichard Purdie2016-02-101-2/+9
* bitbake: data: Don't expand python functions for variable dependenciesRichard Purdie2016-02-101-6/+6
* bitbake: data_smart: Avoid expanding anonymous python functionsRichard Purdie2016-02-101-1/+1
* bitbake: toaster: models Remove manual transaction control from lsupdatesMichael Wood2016-02-101-22/+1
* bitbake: toaster: build section Improve display of builds when > 1 targetsBelen Barros Pena2016-02-102-7/+12
* bitbake: toaster: templates make build data breadcrumb consistentBelen Barros Pena2016-02-103-5/+3
* bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie2016-02-102-31/+17
* bitbake: utils: Drop datastore function inspection during exceptionRichard Purdie2016-02-101-9/+0
* bitbake: cooker: extended dot stylingSchroeder, Henning2016-02-101-3/+3
* bitbake: toaster: Enable Image Customisation featureMichael Wood2016-02-104-10/+0
* bitbake: toaster: xhr_customrecipe_packages Add dependencies to included pack...Michael Wood2016-02-101-0/+12
* bitbake: toaster: orm generate_recipe_content only exclude locale packagesMichael Wood2016-02-101-8/+3
* bitbake: toaster: customrecipe page Add last successful build link and condit...Michael Wood2016-02-101-2/+11
* bitbake: toaster: models Add update_package_list for CustomImageRecipeMichael Wood2016-02-101-2/+48
* bitbake: toaster: orm Add last_updated field to CustomImageRecipeMichael Wood2016-02-102-0/+20
* bitbake: toaster: models add get_last_successful_built_target methodMichael Wood2016-02-101-0/+7
* bitbake: toaster: pkg_dependencies_popover just show direct dependenciesMichael Wood2016-02-101-2/+2
* bitbake: toaster: models add all_depends method for Package_DependencyManagerMichael Wood2016-02-101-0/+5
* bitbake: toaster: buildinfohelper CustomImagePackage update dependency infoMichael Wood2016-02-101-15/+4
* bitbake: toaster: newcustomimage_modal add frontend name validationMichael Wood2016-02-102-9/+35
* bitbake: toaster: API CustomImageRecipe check the recipe name supplied is validMichael Wood2016-02-101-0/+21
* bitbake: toaster: views CustomRecipe API add size information to the package ...Michael Wood2016-02-101-2/+12
* bitbake: toaster: models Invalidate ToasterTables cache when a m2m field changesMichael Wood2016-02-101-0/+1
* bitbake: toaster: customrecipe Add dependency tracking to package selectionMichael Wood2016-02-104-31/+80
* bitbake: toaster: tables move template logic into the pkg_add_rm_btnMichael Wood2016-02-102-14/+16