[oe-commits] [bitbake] branch master-next updated (7ae93cf -> 985d6ce)

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 09:47:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master-next
in repository bitbake.

    from 7ae93cf  bb/utils.py: add break_hardlinks helper
     add 985d6ce  Toaster: Implement the project-specific feature and releated enhancements and defects.

No new revisions were added by this update.

Summary of changes:
 lib/toaster/bldcontrol/localhostbecontroller.py    | 172 ++++--
 .../bldcontrol/management/commands/runbuilds.py    |   2 +-
 .../orm/migrations/0018_project_specific.py        |  28 +
 lib/toaster/orm/models.py                          |  61 ++-
 lib/toaster/toastergui/api.py                      | 168 +++++-
 lib/toaster/toastergui/static/js/layerBtn.js       |  12 +
 lib/toaster/toastergui/static/js/libtoaster.js     | 105 ++++
 lib/toaster/toastergui/static/js/mrbsection.js     |   4 +-
 lib/toaster/toastergui/static/js/projecttopbar.js  |  22 +
 lib/toaster/toastergui/tables.py                   |   4 +
 .../templates/{base.html => base_specific.html}    |  52 +-
 ...ojectpage.html => baseprojectspecificpage.html} |   8 +-
 .../templates/generic-toastertable-page.html       |   2 +-
 lib/toaster/toastergui/templates/importlayer.html  |   4 +-
 .../toastergui/templates/landing_specific.html     |  50 ++
 lib/toaster/toastergui/templates/layerdetails.html |   3 +-
 lib/toaster/toastergui/templates/mrb_section.html  |   2 +-
 .../toastergui/templates/newcustomimage.html       |   4 +-
 .../{newproject.html => newproject_specific.html}  |  53 +-
 lib/toaster/toastergui/templates/project.html      |   7 +-
 .../{project.html => project_specific.html}        |   3 +-
 ...ecttopbar.html => project_specific_topbar.html} |  25 +-
 lib/toaster/toastergui/templates/projectconf.html  |   7 +-
 .../{recipe_btn.html => recipe_add_btn.html}       |   8 +-
 lib/toaster/toastergui/urls.py                     |  13 +
 lib/toaster/toastergui/views.py                    | 151 ++++++
 lib/toaster/toastergui/widgets.py                  |   6 +
 .../toastermain/management/commands/builddelete.py |   6 +-
 .../toastermain/management/commands/buildimport.py | 586 +++++++++++++++++++++
 29 files changed, 1408 insertions(+), 160 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0018_project_specific.py
 copy lib/toaster/toastergui/templates/{base.html => base_specific.html} (76%)
 copy lib/toaster/toastergui/templates/{baseprojectpage.html => baseprojectspecificpage.html} (84%)
 create mode 100644 lib/toaster/toastergui/templates/landing_specific.html
 copy lib/toaster/toastergui/templates/{newproject.html => newproject_specific.html} (61%)
 copy lib/toaster/toastergui/templates/{project.html => project_specific.html} (99%)
 copy lib/toaster/toastergui/templates/{projecttopbar.html => project_specific_topbar.html} (77%)
 copy lib/toaster/toastergui/templates/{recipe_btn.html => recipe_add_btn.html} (85%)
 mode change 100755 => 100644 lib/toaster/toastergui/views.py
 create mode 100644 lib/toaster/toastermain/management/commands/buildimport.py

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list