[bitbake-devel] [PATCH 0/6] toaster patchset

Alex DAMIAN alexandru.damian at intel.com
Tue Jul 28 14:24:39 UTC 2015


From: Alexandru DAMIAN <alexandru.damian at intel.com>


Hello,

This is a toaster patchset that is fixing several bugs. It has been code-reviewed
and tested by me.

Can you please pull at your own convenience ?

Cheers,
Alex


The following changes since commit 5196bfa9639eed2b1e6452f45775551203f8eeb4:

  bitbake-selftest: Add -v option for verbosity (2015-07-22 23:33:46 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib adamian/20150728_submission_bb
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20150728_submission_bb

Ed Bartosh (5):
  bitbake: toaster: Wait for toaster gui to come
  bitbake: toaster: Fix usage of wrong variables
  bitbake: toaster: get rid of _createdirpath function
  bitbake: toaster: Uncomment logging messages
  bitbake: toaster: Add is_image field to the Recipe model

Michael Wood (1):
  bitbake: toastergui: Toastertables don't replace dash in cache key

 lib/bb/ui/toasterui.py                             |   1 +
 lib/toaster/bldcontrol/localhostbecontroller.py    |  27 +-
 lib/toaster/bldcontrol/models.py                   |   8 +-
 .../0024_auto__add_field_recipe_is_image.py        | 338 +++++++++++++++++++++
 lib/toaster/orm/models.py                          |   3 +
 lib/toaster/toastergui/widgets.py                  |   4 +-
 6 files changed, 359 insertions(+), 22 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0024_auto__add_field_recipe_is_image.py

-- 
1.9.1




More information about the bitbake-devel mailing list