[oe-commits] [openembedded-core] branch master-next updated (cfbb3cc -> fa521d5)

git at git.openembedded.org git at git.openembedded.org
Fri May 26 20:59:53 UTC 2017


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

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

 discard cfbb3cc  isoimage-isohybrid: don't use TRANSLATED_TARGET_ARCH
 discard d6a29c7  selftest: add new test case test_wic_ls
 discard c257b50  engine: implement listing wic images
 discard e9076e3  wic: add 'wic ls' command
 discard 4ddf4ad  wic: add help and usage content for 'wic ls'
 discard 296fe9f  wic: add wic_init_parser_ls
 discard b4c40e3  bootimg-pcbios: make boot image file unique
 discard eab90b9  filemap: add parameter 'length' to sparse_copy
 discard 13f77d8  filemap: fix skip logic
 discard 9d24bf0  image_types_wic: schedule prepare_wic_build correctly
 discard 4f0aca3  grub-efi: fixed default value of GRUB_ROOT
 discard ad23c49  oe-selftest: add wic tests for generic EFI
 discard 1584d8b  image_types_wic: merged 2 tasks
 discard 6bdf86e  image_types_wic: add do_populate_bootfs task
 discard 5d67be9  efi: add efi_bootfs_populate API
     new f8bfab2  linux-yocto/meta: bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependencies
     new c9ec1dc  linux-yocto/meta: smp: Add config X86_BIGSMP since its needed when NR_CPUS > 8
     new c3406bf  kernel/meta: add virtualbox configuration fragment
     new 2e81bda  testsdk.bbclass: Remove unused import of OEStreamLogger
     new b8e54ad  oeqa/sdk/context.py: Import argparse_oe at OESDKTestContext.run method
     new 7c638d2  oeqa/sdk/context.py: Add return to OESDKTestContext.run() method
     new b46166b  oeqa/core: Don't expose OEStreamLogger in OETestContext
     new 0422cbe  oeqa/core/runner: OETestResult remove unneeded override of startTest
     new e89962f  oeqa/core: Move OETestContext.log{Summary, Details} into OETestResult
     new 996a4b4  oeqa/core/threaded: Add new module with OETestLoaderThreaded
     new 0f49672  oeqa/core/threaded: Add OEStreamLoggerThreaded class
     new 54742a7  oeqa/core/runner: OETestResult add internal _tc_map_results
     new 1b4490a  oeqa/core/threaded: Add OETestResultThreaded{,Internal} classes
     new 83cfc31  oeqa/core/threaded: Add support of OETestRunnerThreaded
     new 58f389b  oeqa/core/threaded: Add OETestContextThreaded class
     new 1f1b785  oeqa/core/decorator/depends: Add support for threading mode
     new 4da5ce5  oeqa/core/decorator/oetimeout: Add support for OEQA threaded mode
     new 1b93b9c  oeqa/sdkext/cases: Move sdk_update test into devtool module
     new 986459d  oeqa/core/tests: Add tests of OEQA Threaded mode
     new ca015aa  oeqa/sdk: Enable usage of OEQA thread mode
     new 1eae7a0  oeqa/core: Add list tests support in context and runner
     new a2efcb0  oeqa/core: Add support for run tests by module, class and name
     new 08d8b50  classes/test{export,images}: Change modules to list
     new da20c54  oeqa/runtime/case: Don't use OEQA framework internal methods
     new c28d2ee  oeqa/core/README: Improve documentation
     new d393e5f  oeqa/core/case: fix typo on comment about exception name
     new d3346a0  oeqa/core/context: Raise exception when a manifest is specified but missing
     new 85f336e  oeqa/core/context: Use a default iterable modules object
     new 4bb5e93  oeqa/core/context: Omit docstring output on XMLResult
     new 4ff7ce0  oeqa/core/context: Include a _pre_run method
     new 9775a08  scripts/oe-test: Move load_test_components to oeqa.utils
     new 0ca1ea6  oeqa/selftest: Move base class to case module
     new 930bba6  oeqa/selftest/case: Migrate case class to the new OEQA framework
     new 4c82529  scripts/oe-selftest: Move {add,remove}_include files to case
     new 67ebb49  oeqa/selftest/case.py: Remove machine selection logic
     new 887149b  oeqa/selftest/case: Don't figure out the testlayer inside
     new fa521d5  scripts/oe-selftest: Migrate to new framework into oeqa.selftest.context

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cfbb3cc)
            \
             N -- N -- N   refs/heads/master-next (fa521d5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 37 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-selftest/wic/test_generic_efi.wks.in          |   9 -
 meta/classes/grub-efi.bbclass                      |  14 +-
 meta/classes/image_types_wic.bbclass               |  87 +--
 meta/classes/systemd-boot.bbclass                  |   6 -
 meta/classes/testexport.bbclass                    |   2 +-
 meta/classes/testimage.bbclass                     |   6 +-
 meta/classes/testsdk.bbclass                       |  13 +-
 meta/lib/oeqa/core/README                          |  81 ++-
 meta/lib/oeqa/core/case.py                         |   2 +-
 meta/lib/oeqa/core/context.py                      | 127 +---
 meta/lib/oeqa/core/decorator/depends.py            |   8 +-
 meta/lib/oeqa/core/decorator/oetimeout.py          |  40 +-
 meta/lib/oeqa/core/exception.py                    |   6 +
 meta/lib/oeqa/core/loader.py                       |  66 +-
 meta/lib/oeqa/core/runner.py                       | 192 ++++-
 .../core/tests/cases/loader/threaded/threaded.py   |  12 +
 .../another.py => threaded/threaded_alone.py}      |   7 +-
 .../cases/loader/threaded/threaded_depends.py      |  10 +
 .../tests/cases/loader/threaded/threaded_module.py |  12 +
 meta/lib/oeqa/core/tests/common.py                 |  10 +
 meta/lib/oeqa/core/tests/test_decorators.py        |  12 +
 meta/lib/oeqa/core/tests/test_loader.py            |  30 +-
 meta/lib/oeqa/core/threaded.py                     | 274 +++++++
 meta/lib/oeqa/runtime/case.py                      |   8 +-
 meta/lib/oeqa/sdk/context.py                       |  11 +-
 meta/lib/oeqa/sdkext/cases/devtool.py              |  32 +
 meta/lib/oeqa/sdkext/cases/sdk_update.py           |  39 -
 meta/lib/oeqa/selftest/base.py                     | 248 -------
 meta/lib/oeqa/selftest/case.py                     | 266 +++++++
 meta/lib/oeqa/selftest/context.py                  | 224 ++++++
 meta/lib/oeqa/selftest/wic.py                      |  56 --
 meta/lib/oeqa/utils/__init__.py                    |  37 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       |   2 +-
 scripts/lib/wic/engine.py                          |  86 +--
 scripts/lib/wic/filemap.py                         |  26 +-
 scripts/lib/wic/help.py                            |  65 --
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |   2 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |   6 +-
 scripts/oe-selftest                                | 791 +--------------------
 scripts/oe-test                                    |  34 +-
 scripts/wic                                        |  40 --
 52 files changed, 1412 insertions(+), 1609 deletions(-)
 delete mode 100644 meta-selftest/wic/test_generic_efi.wks.in
 create mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded.py
 copy meta/lib/oeqa/core/tests/cases/loader/{valid/another.py => threaded/threaded_alone.py} (57%)
 create mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_depends.py
 create mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_module.py
 create mode 100644 meta/lib/oeqa/core/threaded.py
 delete mode 100644 meta/lib/oeqa/sdkext/cases/sdk_update.py
 delete mode 100644 meta/lib/oeqa/selftest/base.py
 create mode 100644 meta/lib/oeqa/selftest/case.py
 create mode 100644 meta/lib/oeqa/selftest/context.py

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


More information about the Openembedded-commits mailing list