[Toaster] [PATCH v3 00/15] per project build directory
Ed Bartosh
ed.bartosh at linux.intel.com
Fri Mar 11 00:06:22 PST 2016
Hi,
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 id>
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 id> exist and contain
correct conf/toaster.conf and conf/bblayers.conf
Changes in v2: stop bitbake server after the build
Changes in v3: fixed '/bin/sh: 1: source: not found' dash issue
used project id in build directory name
added 'INHERIT+='toaster buildhistory' to conf/local.conf on toaster start
The following changes since commit 01ab10ddaf21e34d8b3578975d1494cf0cfa4ef7:
toaster.bbclass: show packages that were setscened into existence too (2016-03-10 15:58:34 +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):
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
toaster: update local/conf
bitbake/bin/toaster | 77 ++---------
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 | 145 ++++++++++-----------
.../bldcontrol/management/commands/runbuilds.py | 6 +-
7 files changed, 95 insertions(+), 192 deletions(-)
--
Regards,
Ed
More information about the toaster
mailing list