[oe-commits] [bitbake] branch master-next updated (54b1961 -> 7ac431d)

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:41:59 UTC 2016


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

      from  54b1961   fetch2/wget: attempt checkstatus again if it fails
       new  e9f41c0   knotty: provide a symlink to the latest console log
       new  c3e51d7   knotty: import latest python-progressbar
       new  0d275fc   lib: implement basic task progress support
       new  751b756   lib/bb/progress: add MultiStageProgressReporter
       new  250e5c2   fetch2: implement progress support
       new  90ded68   knotty: add code to support showing progress for sstate object querying
       new  fb5f4cf   knotty: show task progress bar
       new  03317b1   knotty: add quiet output mode
       new  4f73a93   runqueue: add ability to enforce that tasks are setscened
       new  65c6536   runqueue: report progress for "Preparing RunQueue" step
       new  2166cbd   toaster: remove SSTATE_MIRRORS from blacklists in views
       new  5d10e31   toaster: remove SSTATE_MIRRORS from projectconf
       new  afed23b   toaster: fix validation checks for DL_DIR and SSTATE_DIR
       new  7ac431d   bitbake: toaster-tests: tests for project config

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/bb/build.py                                    |  34 ++
 lib/bb/event.py                                    |  27 ++
 lib/bb/fetch2/__init__.py                          |   4 +-
 lib/bb/fetch2/git.py                               |  52 ++-
 lib/bb/fetch2/wget.py                              |  26 +-
 lib/bb/main.py                                     |   9 +
 lib/bb/msg.py                                      |   5 +-
 lib/bb/progress.py                                 | 270 ++++++++++++++
 lib/bb/runqueue.py                                 | 151 +++++++-
 lib/bb/ui/knotty.py                                | 143 ++++++--
 lib/bb/ui/uihelper.py                              |   7 +-
 lib/progressbar.py                                 | 384 --------------------
 lib/progressbar/LICENSE.txt                        |  52 +++
 lib/progressbar/__init__.py                        |  49 +++
 lib/progressbar/compat.py                          |  44 +++
 lib/progressbar/progressbar.py                     | 315 +++++++++++++++++
 lib/progressbar/widgets.py                         | 391 +++++++++++++++++++++
 .../tests/browser/test_project_config_page.py      | 113 ++++++
 lib/toaster/toastergui/templates/projectconf.html  |  72 ++--
 lib/toaster/toastergui/views.py                    |  11 +-
 20 files changed, 1712 insertions(+), 447 deletions(-)
 create mode 100644 lib/bb/progress.py
 delete mode 100644 lib/progressbar.py
 create mode 100644 lib/progressbar/LICENSE.txt
 create mode 100644 lib/progressbar/__init__.py
 create mode 100644 lib/progressbar/compat.py
 create mode 100644 lib/progressbar/progressbar.py
 create mode 100644 lib/progressbar/widgets.py

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


More information about the Openembedded-commits mailing list