[Toaster] [PATCH 00/18] Patches for upstream 22.11.16

Michael Wood michael.g.wood at intel.com
Tue Nov 22 09:55:20 PST 2016


Patches for upstream submission. This is a patchset for all the current patches waiting to be upstreamed.

Tests completed:
- https://travis-ci.org/toastertester/toaster-next/builds/178028675
- Run command line build of binutils-native
- Run local build of core-image-minimal
- Run master project build of core-image-minimal
- Build customised core-image-minimal

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


Michael Wood (14):
  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: layerindex updater Take into account layers being predefined
  toaster: orm/fixtures Add the master release and correct morty release
  toaster: settings fixture Set default release to master
  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

 bitbake/bin/toaster                                |   2 +-
 bitbake/lib/bb/ui/buildinfohelper.py               | 112 +++++++--------
 .../toaster/bldcontrol/localhostbecontroller.py    | 160 +++++++++++----------
 .../bldcontrol/management/commands/runbuilds.py    |  21 ++-
 bitbake/lib/toaster/orm/fixtures/oe-core.xml       |  23 ++-
 bitbake/lib/toaster/orm/fixtures/poky.xml          |  82 ++++++++++-
 bitbake/lib/toaster/orm/fixtures/settings.xml      |   2 +-
 .../toaster/orm/management/commands/lsupdates.py   |  61 +++-----
 bitbake/lib/toaster/orm/models.py                  |  94 +++++++-----
 bitbake/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 ++++++++++++
 bitbake/lib/toaster/toastergui/api.py              |  16 ++-
 .../toaster/toastergui/static/js/customrecipe.js   |   6 +
 bitbake/lib/toaster/toastergui/static/js/table.js  |   2 +-
 .../toastermain/settings_production_example.py     |  58 ++++++++
 17 files changed, 597 insertions(+), 236 deletions(-)
 create mode 100644 bitbake/lib/toaster/tests/commands/__init__.py
 create mode 100644 bitbake/lib/toaster/tests/commands/test_loaddata.py
 create mode 100644 bitbake/lib/toaster/tests/commands/test_lsupdates.py
 create mode 100644 bitbake/lib/toaster/tests/commands/test_runbuilds.py
 create mode 100644 bitbake/lib/toaster/toastermain/settings_production_example.py

-- 
2.7.4



More information about the toaster mailing list