[bitbake-devel] [PATCH 00/15] Patches for Toaster 22.11.16

Michael Wood michael.g.wood at intel.com
Thu Nov 24 11:19:51 UTC 2016


This is the latest patchset for submission upstream from Toaster.

Branch available at poky-contrib michaelw/toaster/patch_queue_22_11_16
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=michaelw/toaster/patch_queue_22_11_16

*Note* there are new files added in this patchset 

Thanks

Michael Wood (11):
  toaster: runbuilds Write the pidfile in python rather than shell
    script
  toaster: tests Add management command tests
  toaster: Add an example production settings file
  toaster: customrecipejs Consume click event on 'a' link if disabled
  toaster: buildinfohelper toaster-custom-images layer
  toaster: orm models Project class Fix pyflake errors
  toaster: orm models Handle CustomImageRecipe BRLayer here
  toaster: bldcontrol Move CustomImageRecipe file creation into own
    function
  toaster: buildinfohelper Simplify layer event to toaster layer
    function
  toaster: buildinfohelper fix _get_layer_version_for_dependency
  toaster: buildinfohelper Clarify log message for build history

Reyna, David (2):
  toaster: orm gen_layerdeps Protect against circular Layer dependencies
  toaster: tablejs Fix missing close square bracket

Sujith H (2):
  toaster: localhostbecontroller accept custom init script for build
  toaster: localhostbecontroller write toaster layers for project to
    toaster-bblayers.conf

 bin/toaster                                        |   2 +-
 lib/bb/ui/buildinfohelper.py                       | 112 +++++++--------
 lib/toaster/bldcontrol/localhostbecontroller.py    | 160 +++++++++++----------
 .../bldcontrol/management/commands/runbuilds.py    |  21 ++-
 lib/toaster/orm/management/commands/lsupdates.py   |   1 -
 lib/toaster/orm/models.py                          |  94 +++++++-----
 lib/toaster/tests/commands/__init__.py             |   0
 lib/toaster/tests/commands/test_loaddata.py        |  61 ++++++++
 lib/toaster/tests/commands/test_lsupdates.py       |  45 ++++++
 lib/toaster/tests/commands/test_runbuilds.py       |  88 ++++++++++++
 lib/toaster/toastergui/api.py                      |  16 ++-
 lib/toaster/toastergui/static/js/customrecipe.js   |   6 +
 lib/toaster/toastergui/static/js/table.js          |   2 +-
 .../toastermain/settings_production_example.py     |  58 ++++++++
 14 files changed, 481 insertions(+), 185 deletions(-)
 create mode 100644 lib/toaster/tests/commands/__init__.py
 create mode 100644 lib/toaster/tests/commands/test_loaddata.py
 create mode 100644 lib/toaster/tests/commands/test_lsupdates.py
 create mode 100644 lib/toaster/tests/commands/test_runbuilds.py
 create mode 100644 lib/toaster/toastermain/settings_production_example.py

-- 
2.7.4




More information about the bitbake-devel mailing list