From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/33] sumo-next pull request
Date: Sat, 13 Apr 2019 11:14:59 -0700 [thread overview]
Message-ID: <cover.1555179238.git.akuster808@gmail.com> (raw)
please consider these changes for sumo
The following changes since commit 0a2db923fd17019d07d88204b355aa46590f0b97:
build-appliance-image: Update to sumo head revision (2019-03-27 23:21:58 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/sumo-next
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/sumo-next
Chen Qi (2):
pkgdata.py: avoid target-sdk-dummy-provides to mess things up
logging: use warning instead warn
Davis, Michael (1):
wic: Support for changing the imager.
Geoff Parker (1):
wic: make engine.py:get_partitions() resilient to parted/dmidecode
stderr output
Kai Kang (1):
wic: search nonarch STAGING_DATADIR for multilib
Khem Raj (1):
lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+
Leonardo Augusto (1):
scripts/lib/wic/engine: Fix cp's target path for ext* filesystems
Mazliana (1):
oeqa/manual/bsp-hw.json: add non-IA tests
Richard Purdie (9):
oeqa/manual: Remove bitbake-selftest execution
oeqa/manual/build-appliance: Drop test which is already automated
resulttool: Allow store to work on single files
resulttool: Allow extraction of ptest data
scripts/wic: Be consistent about how we call bitbake
wic/engine: Fix missing parted autobuilder failures
oeqa/selftest/devtool: Ensure dbus is built befoe running test
oeqa: Default to buffer mode for tests
devtool: Split tests into multiple classes
Robert Yang (1):
oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM
Ross Burton (1):
wic: use explicit errno import
Sudhir Sharma (1):
oeqa/manual: Add manual runtime 'compliance' testcases to json
William Bourque (1):
wic/engine.py: Load paths from PATH environment variable
Yeoh Ee Peng (8):
oeqa/manual: transfer manual test cases from testopia to oeqa
oeqa/manual/toaster: transfer manual toaster test cases to oeqa
oeqa/manual/toaster: updated test id naming
resulttool: Enable report for single result file
resulttool/manualexecution: Standardize input check
resulttool/manualexecution: Enable display full steps without press
enter
resulttool/manualexecution: Fixed step sorted by integer
resulttool/manualexecution: Refactor and simplify codebase
sangeeta jain (4):
oeqa/manual/sdk.json: Updated toolchain tarball to core-image-sato
oeqa/manual/bsp-hw.json: test id updated and obsolete test cases
removed
oeqa/manual/compliance-test.json: test id updated and missing test
cases added
oeqa/manual/kernel-dev.json: test id updated
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
--
2.7.4
reply other threads:[~2019-04-13 18:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1555179238.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.