From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: toaster@yoctoproject.org
Subject: [PATCH 00/20] RFC: toaster: 8279: Provide a single way of starting Toaster
Date: Mon, 12 Oct 2015 00:15:37 +0300 [thread overview]
Message-ID: <cover.1444597590.git.ed.bartosh@linux.intel.com> (raw)
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
next reply other threads:[~2015-10-11 21:16 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-11 21:15 Ed Bartosh [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1444597590.git.ed.bartosh@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--cc=toaster@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.