All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: toaster@yoctoproject.org
Subject: [PATCH 00/13] per project build directory
Date: Mon,  7 Mar 2016 20:57:19 +0200	[thread overview]
Message-ID: <cover.1457376135.git.ed.bartosh@linux.intel.com> (raw)

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

The following changes since commit c5194851573c91c0aab8fe4c549086037daf2370:

  toaster: bring back the strict directive (2016-03-07 12:03:57 +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 (13):
  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

 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    | 127 ++++++++-------------
 .../bldcontrol/management/commands/runbuilds.py    |   6 +-
 8 files changed, 75 insertions(+), 193 deletions(-)

--
Regards,
Ed



             reply	other threads:[~2016-03-07 21:17 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-07 18:57 Ed Bartosh [this message]
2016-03-07 18:57 ` [PATCH 01/13] xmlrpc: fix bug in setting XMLRPCServer.single_use Ed Bartosh
2016-03-07 18:57 ` [PATCH 02/13] toaster: don't start bitbake server Ed Bartosh
2016-03-07 18:59 ` [PATCH 03/13] toaster: get rid of noui option Ed Bartosh
2016-03-07 18:59 ` [PATCH 04/13] toaster: set BITBAKE_UI environment variable Ed Bartosh
2016-03-08 15:25   ` Michael Wood
2016-03-08 16:46     ` Brian Avery
2016-03-07 18:59 ` [PATCH 05/13] toasterui: add brbe parameter to buildinfohelper Ed Bartosh
2016-03-07 18:59 ` [PATCH 06/13] uievent: improve BBUIEventQueue code Ed Bartosh
2016-03-07 19:00 ` [PATCH 07/13] buildinfohelper: improve handling of providermap Ed Bartosh
2016-03-07 19:00 ` [PATCH 08/13] toasterui: fix brbe reporting Ed Bartosh
2016-03-07 19:01 ` [PATCH 09/13] toaster: remove startBBServer API Ed Bartosh
2016-03-07 19:01 ` [PATCH 10/13] toaster: remove release API Ed Bartosh
2016-03-07 19:01 ` [PATCH 11/13] toaster: add brbe parameter to triggerBuild Ed Bartosh
2016-03-07 19:01 ` [PATCH 12/13] toaster: modified setLayers API Ed Bartosh
2016-03-07 19:01 ` [PATCH 13/13] toaster: reimplement triggerBuild 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.1457376135.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.