All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/15] per project build directory
@ 2016-03-08 13:53 Ed Bartosh
  2016-03-08 13:53 ` [PATCH v2 01/15] xmlrpc: fix bug in setting XMLRPCServer.single_use Ed Bartosh
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Ed Bartosh @ 2016-03-08 13:53 UTC (permalink / raw)
  To: toaster

Hi,

This is a first draft of per project build directory implementation.
Default build directory is not going to be used for project builds anymore.
It can be used only for command line builds. Toaster will use build-toaster-<project>
directories for project builds.

This is how to test this:
 - run toaster
 - run command line build: build zlib
 - check if it's shown in Toaster UI
 - create project for Yocto master
 - trigger project build from UI
 - wait until it succeeds
 - create project for Jethro
 - trigger project build from UI
 - wait until it succeds
 - check that 2 build directories build-toaster-<project> exist and contain
   correct toaster.conf and bblayers.conf

Changes in v2: stop bitbake server after the build

The following changes since commit 3cee13dc65a1db5643126859ae9e5ce6bd282c81:

  toaster: rework task buildstats storage and display (2016-03-08 11:09:44 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/project-build-dir-7880
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/project-build-dir-7880

Ed Bartosh (15):
  xmlrpc: fix bug in setting XMLRPCServer.single_use
  toaster: don't start bitbake server
  toaster: get rid of noui option
  toaster: set BITBAKE_UI environment variable
  toasterui: add brbe parameter to buildinfohelper
  uievent: improve BBUIEventQueue code
  buildinfohelper: improve handling of providermap
  toasterui: fix brbe reporting
  toaster: remove startBBServer API
  toaster: remove release API
  toaster: add brbe parameter to triggerBuild
  toaster: modified setLayers API
  toaster: reimplement triggerBuild
  toaster: add new parameter to _shellcmd
  toaster: stop bitbake server after the build

 bitbake/bin/toaster                                |  73 ++---------
 bitbake/lib/bb/server/xmlrpc.py                    |   3 +-
 bitbake/lib/bb/ui/buildinfohelper.py               |   7 +-
 bitbake/lib/bb/ui/toasterui.py                     |   9 +-
 bitbake/lib/bb/ui/uievent.py                       |  10 +-
 bitbake/lib/toaster/bldcontrol/bbcontroller.py     |  33 -----
 .../toaster/bldcontrol/localhostbecontroller.py    | 133 ++++++++-------------
 .../bldcontrol/management/commands/runbuilds.py    |   6 +-
 8 files changed, 80 insertions(+), 194 deletions(-)

--
Regards,
Ed


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

end of thread, other threads:[~2016-03-11 13:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 13:53 [PATCH v2 00/15] per project build directory Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 01/15] xmlrpc: fix bug in setting XMLRPCServer.single_use Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 02/15] toaster: don't start bitbake server Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 03/15] toaster: get rid of noui option Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 04/15] toaster: set BITBAKE_UI environment variable Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 05/15] toasterui: add brbe parameter to buildinfohelper Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 06/15] uievent: improve BBUIEventQueue code Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 07/15] buildinfohelper: improve handling of providermap Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 08/15] toasterui: fix brbe reporting Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 09/15] toaster: remove startBBServer API Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 10/15] toaster: remove release API Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 11/15] toaster: add brbe parameter to triggerBuild Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 12/15] toaster: modified setLayers API Ed Bartosh
2016-03-08 13:53 ` [PATCH v2 13/15] toaster: reimplement triggerBuild Ed Bartosh
2016-03-08 13:54 ` [PATCH v2 14/15] toaster: add new parameter to _shellcmd Ed Bartosh
2016-03-08 13:54 ` [PATCH v2 15/15] toaster: stop bitbake server after the build Ed Bartosh
2016-03-09 11:40 ` [PATCH v2 00/15] per project build directory Barros Pena, Belen
2016-03-11 10:42   ` 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.