[oe-commits] [openembedded-core] branch master-next updated (bf31658 -> 9720c9b)

git at git.openembedded.org git at git.openembedded.org
Sun Nov 17 22:53:50 UTC 2019


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 bf31658  boost: fix build for x32
 discard e7aad02  mesa: Upgrade to 19.2.4
 discard e7558be  image_types: add Zstandard conversion support
 discard d815821  zstd: move recipe to oe-core from meta-oe
 discard 4d3a87b  wic: rm with -r flag support
 discard 833578c  selftest/wic: test wic rm with -r flag
 discard 4fc92d8  systemd: remove ${PN}-xorg-xinitrc
 discard b393729  distro_features_check: expand with MACHINE_FEATURES and COMBINED_FEATURES, rename
 discard 262ff3e  HACK: Enable saving of packages
 discard de6e2a2  fix ltp?
 discard f30d63b  manual qa: drop ltpstress test
 discard 995ac23  OEQA/manual: remove crash stress test
 discard d6ad16e  OEQA/runtime: Add ltp stress test
 discard d61d734  OEQA: update ltp runtimes to use new structure
 discard 4d4c6a3  OEQA: Centrilize the base LTP routines
     new a501f83  HACK: Enable saving of packages
     new 9e49f07  distro_features_check: expand with MACHINE_FEATURES and COMBINED_FEATURES, rename
     new 1917471  systemd: remove ${PN}-xorg-xinitrc
     new 3fa312d  selftest/wic: test wic rm with -r flag
     new 24a6b85  wic: rm with -r flag support
     new 4267120  mesa: Upgrade to 19.2.4
     new 71781c6  boost: fix build for x32
     new cbd63cc  oeqa/manual/bsp-hw: remove rpm -ivh test
     new 93c6b88  oeqa/runtime/boot: add reboot test
     new 94b946e  oeqa/manual/bsp-hw: remove reboot test
     new e5030aa  oeqa/manual/bsp-hw: move storage tests to runtime
     new 7e16ee2  oeqa/manual/bsp-hw: remove usb and SDmicro tests
     new 356ce0c  manual/bsd-hw: remove bash tests
     new f07dd7b  bind: Whitelist CVE-2019-6470
     new f9eca28  oeqa/manual/compliance-test: remove crashme tests
     new 4f12f2f  oeqa/manual/compliance-test: move crashme to runtime
     new 3383f2f  /oeqa/manual/compliance-test: remove obsolete test
     new 9720c9b  cdrtools-native: Don't set uid/gid during install

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   (bf31658)
            \
             N -- N -- N   refs/heads/master-next (9720c9b)

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 18 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/image_types.bbclass                   |   8 +-
 meta/lib/oeqa/manual/bsp-hw.json                   | 288 +--------------------
 meta/lib/oeqa/runtime/cases/{ping.py => boot.py}   |  13 +-
 meta/lib/oeqa/runtime/cases/ltp.py                 |  83 +++++-
 meta/lib/oeqa/runtime/cases/ltp_compliance.py      |  73 +++++-
 meta/lib/oeqa/runtime/cases/ltp_stress.py          |  79 +++++-
 meta/lib/oeqa/runtime/cases/storage.py             | 149 +++++++++++
 meta/lib/oeqa/utils/ltp.py                         | 133 ----------
 meta/recipes-connectivity/bind/bind_9.11.5-P4.bb   |   3 +
 .../cdrtools/cdrtools-native_3.01.bb               |   5 +-
 .../0001-Don-t-set-uid-gid-during-install.patch    |  27 ++
 meta/recipes-extended/zstd/zstd_1.4.4.bb           |  35 ---
 12 files changed, 420 insertions(+), 476 deletions(-)
 copy meta/lib/oeqa/runtime/cases/{ping.py => boot.py} (63%)
 create mode 100644 meta/lib/oeqa/runtime/cases/storage.py
 delete mode 100644 meta/lib/oeqa/utils/ltp.py
 create mode 100644 meta/recipes-devtools/cdrtools/cdrtools/0001-Don-t-set-uid-gid-during-install.patch
 delete mode 100644 meta/recipes-extended/zstd/zstd_1.4.4.bb

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


More information about the Openembedded-commits mailing list