All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/20] RFC: toaster: 8279: Provide a single way of starting Toaster
@ 2015-10-11 21:15 Ed Bartosh
  2015-10-11 21:15 ` [PATCH 01/20] toaster: don't allow to run toaster as a script Ed Bartosh
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Ed Bartosh @ 2015-10-11 21:15 UTC (permalink / raw)
  To: toaster

Hi,

This patchset merges two Toaster modes in one:

To run toaster you should source it in already prepared build environment:
  cd poky
  . oe-init-build-env
  . ../bitbake/bin/toaster

After that you should be able to trigger builds both ways:
from command line and from toaster UI.

Please test it and report your findings.

The following changes since commit 86371789e6eb6e5753105c48e5b4a6effaff683f:

  toaster: Modify "New build" button behaviour for cli builds project (2015-10-11 14:32:25 +0300)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/8279-v2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/8279-v2

Ed Bartosh (20):
  toaster: don't allow to run toaster as a script
  toaster: implement get-dburl command
  toaster: set DATABASE_URL in toaster script
  toaster: run bitbake the same way
  toaster: remove unused variable
  toaster: don't use exit in shell script
  toaster: check for toaster configuration later
  toaster: use BBASEDIR to find config
  toaster: get rid of TOASTER_MANAGED variable
  toaster: use parent of the build dir
  toaster: make runbuilds to loop
  toaster: start 'manage.py runbuilds' in the script
  toaster: update brbe and project attributes
  toaster: implement stop_bitbake function
  toaster: implement start_bitbake function
  toaster: implement 'toaster restart-bitbake'
  toaster: remove _setupBE function
  toaster: reimplemented startBBServer method
  toaster: remove stopBBServer API
  toaster: do not terminate bb server

 bin/toaster                                        | 182 +++++++--------------
 lib/bb/ui/buildinfohelper.py                       |   6 +
 lib/bb/ui/toasterui.py                             |  15 +-
 lib/toaster/bldcontrol/bbcontroller.py             |   6 -
 lib/toaster/bldcontrol/localhostbecontroller.py    | 110 +++----------
 .../bldcontrol/management/commands/runbuilds.py    |  13 +-
 lib/toaster/bldcontrol/sshbecontroller.py          |  10 --
 lib/toaster/bldcontrol/tests.py                    |   4 -
 .../toastermain/management/commands/get-dburl.py   |   9 +
 9 files changed, 112 insertions(+), 243 deletions(-)
 create mode 100644 bitbake/lib/toaster/toastermain/management/commands/get-dburl.py

--
Regards,
Ed


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-10-11 21:19 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 21:15 [PATCH 00/20] RFC: toaster: 8279: Provide a single way of starting Toaster Ed Bartosh
2015-10-11 21:15 ` [PATCH 01/20] toaster: don't allow to run toaster as a script Ed Bartosh
2015-10-11 21:15 ` [PATCH 02/20] toaster: implement get-dburl command Ed Bartosh
2015-10-11 21:15 ` [PATCH 03/20] toaster: set DATABASE_URL in toaster script Ed Bartosh
2015-10-11 21:15 ` [PATCH 04/20] toaster: run bitbake the same way Ed Bartosh
2015-10-11 21:15 ` [PATCH 05/20] toaster: remove unused variable Ed Bartosh
2015-10-11 21:15 ` [PATCH 06/20] toaster: don't use exit in shell script Ed Bartosh
2015-10-11 21:15 ` [PATCH 07/20] toaster: check for toaster configuration later Ed Bartosh
2015-10-11 21:15 ` [PATCH 08/20] toaster: use BBASEDIR to find config Ed Bartosh
2015-10-11 21:15 ` [PATCH 09/20] toaster: get rid of TOASTER_MANAGED variable Ed Bartosh
2015-10-11 21:15 ` [PATCH 10/20] toaster: use parent of the build dir Ed Bartosh
2015-10-11 21:15 ` [PATCH 11/20] toaster: make runbuilds to loop Ed Bartosh
2015-10-11 21:15 ` [PATCH 12/20] toaster: start 'manage.py runbuilds' in the script Ed Bartosh
2015-10-11 21:15 ` [PATCH 13/20] toaster: update brbe and project attributes Ed Bartosh
2015-10-11 21:15 ` [PATCH 14/20] toaster: implement stop_bitbake function Ed Bartosh
2015-10-11 21:15 ` [PATCH 15/20] toaster: implement start_bitbake function Ed Bartosh
2015-10-11 21:15 ` [PATCH 16/20] toaster: implement 'toaster restart-bitbake' Ed Bartosh
2015-10-11 21:15 ` [PATCH 17/20] toaster: remove _setupBE function Ed Bartosh
2015-10-11 21:15 ` [PATCH 18/20] toaster: reimplemented startBBServer method Ed Bartosh
2015-10-11 21:15 ` [PATCH 19/20] toaster: remove stopBBServer API Ed Bartosh
2015-10-11 21:15 ` [PATCH 20/20] toaster: do not terminate bb server Ed Bartosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.