On 24/11/2015 11:33, "[email protected] on behalf of Ed Bartosh" <[email protected] on behalf of [email protected]> wrote:
>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 review and test. > >Changes in v4: Removed buildinfohelper code which was trying to guess >layer > version of the recipe. As a result of this bug Toaster > UI was not showing any information about recipes. > >Changes in v5: Rebased on top of latest toaster-next. > Unset environment variables when toaster stops > >The following changes since commit >c68c75e946fb166d8e7b42fb5da4f50917924095: > > toaster: change toasterconf.json logic to use TEMPLATECONF, like >oe-setup-builddir (2015-11-23 11:58:16 +0200) > >are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib ed/toaster/8279-v5 > >http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/8279-v >5 With this branch, I can no longer access the Command Line builds project. I guess a smallish issue in the overall scheme of things, but something we'd need to fix shortly after merging. Cheers Belén > >Ed Bartosh (26): > 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: check for toaster configuration later > 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 > toaster: remove usage of BUILD_MODE variable > toaster: do not create duplicate HelpText objects > toaster: implement BitbakeController.getVariable > toaster: set varibales on bitbake server > toaster: remove writeConfFile API > toaster: stop using toaster-pre.conf > toaster: remove SDKMACHINE from project variables > toaster: get rid of complicated heuristics > toaster: unset environment variables > >Michael Wood (1): > toaster: buildinfohelper Broaden the toaster created recipe data case > > bitbake/bin/toaster | 166 >+++++++++------------ > bitbake/lib/bb/ui/buildinfohelper.py | 68 +++------ > bitbake/lib/bb/ui/toasterui.py | 14 +- > bitbake/lib/toaster/bldcontrol/bbcontroller.py | 15 +- > .../toaster/bldcontrol/localhostbecontroller.py | 140 >++++------------- > .../bldcontrol/management/commands/runbuilds.py | 13 +- > bitbake/lib/toaster/bldcontrol/sshbecontroller.py | 10 -- > bitbake/lib/toaster/bldcontrol/tests.py | 4 - > bitbake/lib/toaster/toastergui/templates/base.html | 9 +- > .../lib/toaster/toastergui/templates/landing.html | 10 -- > .../toaster/toastergui/templates/projectconf.html | 70 +-------- > bitbake/lib/toaster/toastergui/tests.py | 4 - > bitbake/lib/toaster/toastergui/views.py | 29 ---- > .../toastermain/management/commands/get-dburl.py | 9 ++ > bitbake/lib/toaster/toastermain/settings.py | 3 - > bitbake/lib/toaster/toastermain/urls.py | 9 +- > 16 files changed, 150 insertions(+), 423 deletions(-) > create mode 100644 >bitbake/lib/toaster/toastermain/management/commands/get-dburl.py > >-- >2.1.4 > >-- >_______________________________________________ >toaster mailing list >[email protected] >https://lists.yoctoproject.org/listinfo/toaster -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
