diff options
| author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-03-02 21:26:55 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 17:23:03 +0000 |
| commit | 3db71b408719d8588191edfc3b82554f72283e59 (patch) | |
| tree | 32e7d541bfd2888e85ec7d15eef9807740223712 /bitbake/lib/toaster/bldcontrol/models.py | |
| parent | 790b2d1387a150b85612ad38a53bab788154e4bb (diff) | |
| download | poky-3db71b408719d8588191edfc3b82554f72283e59.tar.gz | |
bitbake: toaster: don't use sshbecontroller
Removed usage of sshbecontroller from bbcontroller, models, tests
and database schema.
(Bitbake rev: 3ee06eb7e96de5dba539ad52201867e77d06a53e)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/models.py')
| -rw-r--r-- | bitbake/lib/toaster/bldcontrol/models.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/models.py b/bitbake/lib/toaster/bldcontrol/models.py index bb613c68a2..9244ed1d81 100644 --- a/bitbake/lib/toaster/bldcontrol/models.py +++ b/bitbake/lib/toaster/bldcontrol/models.py | |||
| @@ -12,10 +12,8 @@ class BuildEnvironment(models.Model): | |||
| 12 | ) | 12 | ) |
| 13 | 13 | ||
| 14 | TYPE_LOCAL = 0 | 14 | TYPE_LOCAL = 0 |
| 15 | TYPE_SSH = 1 | ||
| 16 | TYPE = ( | 15 | TYPE = ( |
| 17 | (TYPE_LOCAL, "local"), | 16 | (TYPE_LOCAL, "local"), |
| 18 | (TYPE_SSH, "ssh"), | ||
| 19 | ) | 17 | ) |
| 20 | 18 | ||
| 21 | LOCK_FREE = 0 | 19 | LOCK_FREE = 0 |
