summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: toaster: orm Add convenience method to get all pkgs in a CustomImage...Michael Wood2016-02-101-0/+6
* bitbake: toaster: orm get_project_layer_versions to return layer_version objectsMichael Wood2016-02-101-3/+4
* bitbake: toaster: toastergui tests Add unit test for download custom recipeMichael Wood2016-02-101-1/+13
* bitbake: toaster: toastergui tests Update to reflect changes to CustomImageRe...Michael Wood2016-02-101-12/+29
* bitbake: toaster: views xhr_customrecipe_packages clean up APIMichael Wood2016-02-101-14/+13
* bitbake: toaster: toastertable remove title from Show all in tableMichael Wood2016-02-101-2/+2
* bitbake: toaster: Add recipe details pageMichael Wood2016-02-102-0/+232
* bitbake: toaster: newcustomimage Move modal dialog out of newcustomimage temp...Michael Wood2016-02-103-45/+37
* bitbake: toaster: Continue front end features to custom image recipe page.Michael Wood2016-02-103-70/+114
* bitbake: toaster: tables Add table for Packages and update SelectPackagesTableMichael Wood2016-02-104-39/+143
* bitbake: toaster: views Add view to download custom recipeMichael Wood2016-02-102-1/+17
* bitbake: toaster: move CustomImageRecipe generation to API entry pointMichael Wood2016-02-102-29/+90
* bitbake: toaster: orm add CustomImageRecipe generate contents functionMichael Wood2016-02-101-0/+49
* bitbake: toaster: buildinfohelper Add the concept of CustomImagePackageMichael Wood2016-02-101-16/+89
* bitbake: toaster: orm: Add db migration for new CustomImagePackage tableMichael Wood2016-02-101-0/+24
* bitbake: toaster: orm Add CustomImagePackage tableMichael Wood2016-02-101-0/+12
* bitbake: toaster: orm: Add db migration for new CustomImageRecipe inheritance...Michael Wood2016-02-101-0/+41
* bitbake: toaster: orm make CustomImageRecipe inherit from RecipeMichael Wood2016-02-101-7/+2
* bitbake: toaster: orm Add sum of dependencies size function to PackageDepende...Michael Wood2016-02-101-1/+7
* bitbake: toaster: tablejs Add an event handler to manually trigger a data reloadMichael Wood2016-02-101-0/+7
* bitbake: toaster: ToasterTables simplify filter function move common part to ...Michael Wood2016-02-101-1/+31
* bitbake: toaster: models fall back to a sensible string for no vcs referenceMichael Wood2016-02-101-1/+1
* bitbake: toaster: localhostbecontroller CustomRecipe now base_recipe is RecipeMichael Wood2016-02-101-1/+1
* bitbake: bb/fetch2: Move export_proxies function from wget to utils.Aníbal Limón2016-02-082-16/+20
* bitbake: toaster: reinstate ID on edit columns buttonElliot Smith2016-02-061-1/+1
* bitbake: cooker: shutdown cooker parser on shutdownEd Bartosh2016-02-061-0/+3
* bitbake: fetch2/osc: Clean up old variable syntaxRichard Purdie2016-02-061-5/+5
* bitbake: fetch2/osc: Remove hardcoded urlRichard Purdie2016-02-061-1/+1
* bitbake: parse/ast: Mark anonymous functions as python functionsRichard Purdie2016-02-041-2/+2
* bitbake: codeparser: Improve handling of data.expand() dependenciesRichard Purdie2016-02-041-0/+12
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-048-39/+39
* bitbake: fetch2/gitsm: Fix when repository change submodulesFelipe F. Tonello2016-02-041-1/+1
* bitbake: data_smart: Add missing expand parameter to getVar callRichard Purdie2016-02-041-1/+1
* bitbake: bitbake: prserv: do not clear umask when daemonizingDiego Santa Cruz2016-02-041-1/+0
* bitbake: bitbake: prserv: SIGTERM handling hung processDiego Santa Cruz2016-02-041-1/+1
* bitbake: bitbake: prserv: -wal and -shm sqlite lost when daemonizingDiego Santa Cruz2016-02-041-5/+8
* bitbake: cooker, bitbake-worker: Fix spelling of "received"Phil Blundell2016-02-012-4/+4
* bitbake: cooker: Only start as many parse threads as we needRichard Purdie2016-02-011-2/+3
* bitbake: knotty: Don't show errors for universe provider issuesRichard Purdie2016-02-011-5/+13
* bitbake: bitbake: BBUIHelper: Remove function findServerDetailsSujith H2016-01-301-41/+0
* bitbake: fetch2: Simplify logic in verify_checksum()Peter Kjellerstedt2016-01-301-20/+10
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-307-1/+18
* bitbake: utils: Add ability to change the process nameRichard Purdie2016-01-301-0/+11
* bitbake: data.py: avoid double newlines at the end of functions in emit_var()Andre McCurdy2016-01-301-0/+1
* bitbake: build.py: minor shell_trap_code() formatting tweaksAndre McCurdy2016-01-301-3/+2
* bitbake: bitbake-user-manual-ref-variables: Update the help for BBMASKPeter Kjellerstedt2016-01-291-11/+9
* bitbake: cooker: Allow BBMASK to contain multiple regular expressionsPeter Kjellerstedt2016-01-291-2/+15
* bitbake: bitbake-user-manual-metadata: Updated 'dir' flagMartin Samuelsson2016-01-291-0/+2
* bitbake: bitbake-user-manual: Updated the example BitBake directoryScott Rifenbark2016-01-291-1/+0
* bitbake: fetch2/wget: fallback to GET if HEAD is rejected in checkstatus()Ross Burton2016-01-262-23/+51