[oe-commits] [openembedded-core] branch master-next updated (03b43c8 -> f6f1a13)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 12 20:07:02 UTC 2018


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 03b43c8  file: Security fix CVE-2018-10360
 discard f9a7f1e  wayland-protocols: upgrade 1.14 -> 1.15
 discard bc3e455  python3-pycairo: update to 1.17.1
 discard eaf2323  python3-pygobject: update to 3.28.3
 discard 536ada7  python*-setuptools: update to 40.0.0
 discard 4e1885a  xorg-xserver: Enable systemd-logind if using systemd
 discard 6b94d18  grub-efi: Provide target architecture for 32-bit ARM.
 discard 31eaadb  image-live: fix check for rootfs size with hddimg images
 discard d7095ec  liburcu: Add RISC-V support
 discard 9aa6b50  nfs-utils: remove libnfsidmap
 discard b7aaf58  perf: add dwarf to PACKAGECONFIG
 discard 6a682ab  psmisc:23.0 -> 23.1
 discard 83d8c73  procps:3.3.14 -> 3.3.15
 discard 7821208  ethtool:4.16 -> 4.17
 discard 7cb3afe  libdrm: Add PACKAGECONFIG support for all meson options
 discard ed95c07  perf: disable parallelism for 'make clean'
 discard c412a91  oeqa/runner: Simplify code
     new ade78d6  Revert "oeqa/sdk: Enable usage of OEQA thread mode"
     new ef7c4c6  Revert "oeqa/core/tests: Add tests of OEQA Threaded mode"
     new fc19a0a  Revert "oeqa/core/decorator/oetimeout: Add support for OEQA threaded mode"
     new 78f27d7  oeqa/decorator/depends: Remove threading code
     new e911de7  oeqa/core/threaded: Remove in favour of using concurrenttests
     new 29e9b19  oeqa/runner: Simplify code
     new 71fdd8e  perf: disable parallelism for 'make clean'
     new 1daf4a7  libdrm: Add PACKAGECONFIG support for all meson options
     new 8c7e3fd  ethtool:4.16 -> 4.17
     new 7e5bf33  procps:3.3.14 -> 3.3.15
     new 0e8b1d5  psmisc:23.0 -> 23.1
     new c679284  perf: add dwarf to PACKAGECONFIG
     new 80b1fc0  nfs-utils: remove libnfsidmap
     new d45131e  liburcu: Add RISC-V support
     new 22b2f13  image-live: fix check for rootfs size with hddimg images
     new 4d440d5  grub-efi: Provide target architecture for 32-bit ARM.
     new 92169bc  xorg-xserver: Enable systemd-logind if using systemd
     new 37322dc  python*-setuptools: update to 40.0.0
     new 8d6017e  python3-pygobject: update to 3.28.3
     new 420bde9  python3-pycairo: update to 1.17.1
     new 4e0c319  wayland-protocols: upgrade 1.14 -> 1.15
     new f6f1a13  file: Security fix CVE-2018-10360

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   (03b43c8)
            \
             N -- N -- N   refs/heads/master-next (f6f1a13)

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 22 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/classes/testsdk.bbclass                       |   4 -
 meta/lib/oeqa/core/context.py                      |   6 +-
 meta/lib/oeqa/core/decorator/depends.py            |   9 +-
 meta/lib/oeqa/core/decorator/oetimeout.py          |  40 +--
 .../core/tests/cases/loader/threaded/threaded.py   |  12 -
 .../tests/cases/loader/threaded/threaded_alone.py  |   8 -
 .../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_data.py              |   4 +-
 meta/lib/oeqa/core/tests/test_decorators.py        |  12 -
 meta/lib/oeqa/core/tests/test_loader.py            |  30 +--
 meta/lib/oeqa/core/threaded.py                     | 275 ---------------------
 meta/lib/oeqa/sdk/context.py                       |   5 +-
 14 files changed, 21 insertions(+), 416 deletions(-)
 delete mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded.py
 delete mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_alone.py
 delete mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_depends.py
 delete mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_module.py
 delete mode 100644 meta/lib/oeqa/core/threaded.py

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


More information about the Openembedded-commits mailing list