[oe-commits] [openembedded-core] branch sumo updated (0a2db92 -> 84f19e7)

git at git.openembedded.org git at git.openembedded.org
Thu Apr 25 14:02:09 UTC 2019


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

rpurdie pushed a change to branch sumo
in repository openembedded-core.

    from 0a2db92  build-appliance-image: Update to sumo head revision
     new a1675c3  oeqa/manual: transfer manual test cases from testopia to oeqa
     new 772b2b8  oeqa/manual: Remove bitbake-selftest execution
     new 90d9542  oeqa/manual/build-appliance: Drop test which is already automated
     new cd3c467  oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM
     new 3f14311  oeqa/manual: Add manual runtime 'compliance' testcases to json
     new 4e26c3a  oeqa/manual/sdk.json: Updated toolchain tarball to core-image-sato
     new 05f7859  oeqa/manual/bsp-hw.json: add non-IA tests
     new 862c96a  oeqa/manual/bsp-hw.json: test id updated and obsolete test cases removed
     new 7d95d4c  oeqa/manual/compliance-test.json: test id updated and missing test cases added
     new 35233e4  oeqa/manual/kernel-dev.json: test id updated
     new 73f5446  oeqa/manual/toaster: transfer manual toaster test cases to oeqa
     new 05e08a6  oeqa/manual/toaster: updated test id naming
     new 69ccfb9  resulttool: Enable report for single result file
     new 639598a  resulttool: Allow store to work on single files
     new 08c5471  resulttool: Allow extraction of ptest data
     new 6eb041f  resulttool/manualexecution: Standardize input check
     new c833aba  resulttool/manualexecution: Enable display full steps without press enter
     new 1e5fba5  resulttool/manualexecution: Fixed step sorted by integer
     new 77ede7c  resulttool/manualexecution: Refactor and simplify codebase
     new 5ae4926  pkgdata.py: avoid target-sdk-dummy-provides to mess things up
     new 30b33d7  wic: Support for changing the imager.
     new 2f2d52a  scripts/wic: Be consistent about how we call bitbake
     new 6b56815  wic: make engine.py:get_partitions() resilient to parted/dmidecode stderr output
     new 6f53c61  wic: search nonarch STAGING_DATADIR for multilib
     new b9ccf44  scripts/lib/wic/engine: Fix cp's target path for ext* filesystems
     new c8331fa  wic/engine.py: Load paths from PATH environment variable
     new 68f56a4  wic/engine: Fix missing parted autobuilder failures
     new 7b1dba1  wic: use explicit errno import
     new b254ab6  lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+
     new cc771aa  logging: use warning instead warn
     new af7ba26  oeqa/selftest/devtool: Ensure dbus is built befoe running test
     new 85c1b6f  oeqa: Default to buffer mode for tests
     new 84f19e7  devtool: Split tests into multiple classes

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


Summary of changes:
 meta/lib/oe/maketype.py                          |    9 +-
 meta/lib/oe/terminal.py                          |    6 +-
 meta/lib/oeqa/core/context.py                    |    2 +-
 meta/lib/oeqa/core/runner.py                     |    5 -
 meta/lib/oeqa/manual/abat.patch                  |   64 +
 meta/lib/oeqa/manual/bsp-hw.json                 | 1286 +++++++++++
 meta/lib/oeqa/manual/bsp-qemu.json               |  222 ++
 meta/lib/oeqa/manual/build-appliance.json        |   96 +
 meta/lib/oeqa/manual/compliance-test.json        |  194 ++
 meta/lib/oeqa/manual/crops.json                  |  294 +++
 meta/lib/oeqa/manual/eclipse-plugin.json         |  322 +++
 meta/lib/oeqa/manual/kernel-dev.json             |  200 ++
 meta/lib/oeqa/manual/oe-core.json                |  264 +++
 meta/lib/oeqa/manual/sdk.json                    |   32 +
 meta/lib/oeqa/manual/toaster-managed-mode.json   | 2572 ++++++++++++++++++++++
 meta/lib/oeqa/manual/toaster-unmanaged-mode.json | 1170 ++++++++++
 meta/lib/oeqa/selftest/cases/devtool.py          |  115 +-
 meta/lib/oeqa/selftest/cases/efibootpartition.py |    1 -
 meta/lib/oeqa/selftest/cases/imagefeatures.py    |    2 -
 meta/lib/oeqa/selftest/cases/pkgdata.py          |    1 +
 meta/lib/oeqa/selftest/cases/runqemu.py          |    2 -
 meta/lib/oeqa/selftest/context.py                |    2 +-
 meta/lib/oeqa/utils/qemurunner.py                |    4 +-
 scripts/combo-layer                              |    2 +-
 scripts/contrib/verify-homepage.py               |    2 +-
 scripts/lib/devtool/export.py                    |    2 +-
 scripts/lib/devtool/import.py                    |    8 +-
 scripts/lib/devtool/standard.py                  |   16 +-
 scripts/lib/devtool/upgrade.py                   |    6 +-
 scripts/lib/recipetool/append.py                 |   14 +-
 scripts/lib/recipetool/create.py                 |    4 +-
 scripts/lib/recipetool/create_kmod.py            |    2 +-
 scripts/lib/recipetool/create_npm.py             |    6 +-
 scripts/lib/recipetool/newappend.py              |    4 +-
 scripts/lib/resulttool/manualexecution.py        |   61 +-
 scripts/lib/resulttool/resultutils.py            |   39 +-
 scripts/lib/resulttool/store.py                  |   23 +-
 scripts/lib/wic/engine.py                        |   26 +-
 scripts/lib/wic/filemap.py                       |    9 +-
 scripts/lib/wic/plugins/source/bootimg-pcbios.py |   10 +-
 scripts/resulttool                               |   10 -
 scripts/runqemu                                  |   16 +-
 scripts/wic                                      |   18 +-
 43 files changed, 6941 insertions(+), 202 deletions(-)
 create mode 100644 meta/lib/oeqa/manual/abat.patch
 create mode 100644 meta/lib/oeqa/manual/bsp-hw.json
 create mode 100644 meta/lib/oeqa/manual/bsp-qemu.json
 create mode 100644 meta/lib/oeqa/manual/build-appliance.json
 create mode 100644 meta/lib/oeqa/manual/compliance-test.json
 create mode 100644 meta/lib/oeqa/manual/crops.json
 create mode 100644 meta/lib/oeqa/manual/eclipse-plugin.json
 create mode 100644 meta/lib/oeqa/manual/kernel-dev.json
 create mode 100644 meta/lib/oeqa/manual/oe-core.json
 create mode 100644 meta/lib/oeqa/manual/sdk.json
 create mode 100644 meta/lib/oeqa/manual/toaster-managed-mode.json
 create mode 100644 meta/lib/oeqa/manual/toaster-unmanaged-mode.json

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


More information about the Openembedded-commits mailing list