[bitbake-devel] [PATCH 0/3] toaster: remove ssh build controller

brian avery avery.brian at gmail.com
Thu Mar 3 05:26:52 UTC 2016


sshbecontroller code and tests have been broken for months. Its functionality(running
builds on remote machine) can be achieved by simply running manage.py runbuilds
on the remote machine. There is no need to keep it in the codebase.

This change would also make refactoring of buildcontroller code
[YOCTO #8806] easier.

-bavery

The following changes since commit ed3decf958ff7fd09da3ca931808bb68e7915971:

  toaster: update the meta-yocto toaster configuration file (2016-03-02 20:30:17 -0800)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/ed/2016-03-03_remove-ssh-controller
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/ed/2016-03-03_remove-ssh-controller

Ed Bartosh (3):
  toaster: raise NotImplementedError
  toaster: don't use sshbecontroller
  toaster: remove sshbecontroller module

 lib/toaster/bldcontrol/bbcontroller.py             |  16 +-
 .../migrations/0002_auto_20160120_1250.py          |  19 +++
 lib/toaster/bldcontrol/models.py                   |  10 +-
 lib/toaster/bldcontrol/sshbecontroller.py          | 169 ---------------------
 lib/toaster/bldcontrol/tests.py                    |  30 +---
 5 files changed, 32 insertions(+), 212 deletions(-)
 create mode 100644 bitbake/lib/toaster/bldcontrol/migrations/0002_auto_20160120_1250.py
 delete mode 100644 bitbake/lib/toaster/bldcontrol/sshbecontroller.py

--
1.9.1



More information about the bitbake-devel mailing list