[oe-commits] [bitbake] branch master updated (033c5a1 -> acac9bf)

git at git.openembedded.org git at git.openembedded.org
Fri May 20 09:13:19 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  033c5a1   cooker: Improve taskgraph file handling
       new  c14cbb0   toaster: handle multiple imagefs types
       new  99b1b52   toaster: projectconf Small tweaks to IMAGE_FSTYPES form
       new  62c74eb   toaster-tests: tests for project config
       new  973c740   toaster: Remove DATABASE_URL being passed around as an environment var
       new  e8e0596   toaster: runbuilds move the execution sequence out of the poll loop
       new  c52e34c   toaster: Add a specific test settings file
       new  d188237   toaster: tests Add a BuildTest helper class
       new  94418b1   toaster: tests build Add a test for a build of core-image-minimal
       new  acac9bf   toaster: tests builds Add SSTATE_MISS as a valid condition for tc=833

The 9 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:
 bin/toaster                                        |   2 -
 lib/bb/ui/buildinfohelper.py                       |  20 +-
 .../bldcontrol/management/commands/runbuilds.py    |  31 +-
 .../tests/browser/test_project_config_page.py      | 115 ++++++
 lib/toaster/tests/builds/README                    |  14 +
 .../commands => tests/builds}/__init__.py          |   0
 lib/toaster/tests/builds/buildtest.py              | 134 +++++++
 lib/toaster/tests/builds/test_core_image_min.py    | 396 +++++++++++++++++++++
 lib/toaster/toastergui/templates/projectconf.html  | 112 +++---
 .../toastermain/management/commands/get-dburl.py   |   9 -
 .../toastermain/settings-test.py}                  |  40 ++-
 lib/toaster/toastermain/settings.py                |  67 +---
 12 files changed, 790 insertions(+), 150 deletions(-)
 create mode 100644 lib/toaster/tests/browser/test_project_config_page.py
 create mode 100644 lib/toaster/tests/builds/README
 copy lib/toaster/{toastermain/management/commands => tests/builds}/__init__.py (100%)
 create mode 100644 lib/toaster/tests/builds/buildtest.py
 create mode 100644 lib/toaster/tests/builds/test_core_image_min.py
 delete mode 100644 lib/toaster/toastermain/management/commands/get-dburl.py
 copy lib/{bb/parse/parse_py/__init__.py => toaster/toastermain/settings-test.py} (57%)

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


More information about the Openembedded-commits mailing list