[oe-commits] [openembedded-core] branch master updated (09276dc -> ecba50f)

git at git.openembedded.org git at git.openembedded.org
Mon Apr 29 12:01:03 UTC 2019


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

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

    from 09276dc  utils/multiprocess_launch: Improve failing subprocess output
     add 966795a  resulttool: add ltp test support
     add 9be041f  logparser: Add decoding ltp logs
     add 1ec6775  ltp: add runtime test
     add a680d7d  resulttool: add LTP compliance section
     add 0e02eee  logparser: Add LTP compliance section
     add e099204  ltp_compliance: add new runtime
     add 434618b  manual compliance: remove bits done at runtime
     add 892e625  gettext: add ptest support
     add 8e9e352  libsoup: Upgrade from 2.64.2 to 2.66.1
     add 75d2a85  Adding back wrapper and using OEPYTHON3HOME variable for python3
     add 2968ad8  bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL
     add dfe57d4  linux-yocto-rt/4.19: fix merge conflict in lru_drain
     add 3e52941  linux-yocto/5.0: port RAID configuration tweaks from master
     add 72ce03c  linux-yocto/5.0: integrate TCP timeout / hang fix
     new ef91d05  linux-yocto_5.0: set devicetree for armv5
     new 090e3cb  gnome-doc-utils: Remove stale patch
     new 25dc64b  systemd: add cgroupv2 PACKAGECONFIG
     new 21bfbef  python3: Drop ptest hack
     new ecba50f  ptest-packagelists: Add m4 and gettext as 'fast' ptests

The 5 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/conf/bitbake.conf                             |   3 +
 meta/conf/distro/include/ptest-packagelists.inc    |   2 +
 meta/lib/oeqa/manual/compliance-test.json          |  90 +--------------
 meta/lib/oeqa/runtime/cases/ltp.py                 | 124 +++++++++++++++++++++
 meta/lib/oeqa/runtime/cases/ltp_compliance.py      | 104 +++++++++++++++++
 meta/lib/oeqa/utils/logparser.py                   |  62 +++++++++++
 .../gettext/gettext-0.19.8.1/run-ptest             |   6 +
 .../gettext-0.19.8.1/serial-tests-config.patch     |  58 ++++++++++
 meta/recipes-core/gettext/gettext_0.19.8.1.bb      |  57 +++++++++-
 meta/recipes-core/systemd/systemd_242.bb           |   1 +
 ...EPYTHON3HOME-is-set-use-instead-of-PYTHON.patch |  47 ++++++++
 .../python/python3/ptesthack.patch                 |  60 ----------
 meta/recipes-devtools/python/python3_3.7.3.bb      |   8 +-
 ...t.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch |  40 -------
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb    |   4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto_5.0.bb       |  19 ++--
 ...orce-no-introspection-when-cross-building.patch |  20 ++--
 ...libsoup-2.4_2.64.2.bb => libsoup-2.4_2.66.1.bb} |   4 +-
 scripts/lib/resulttool/report.py                   |  83 +++++++++++++-
 .../resulttool/template/test_report_full_text.txt  |  34 ++++++
 22 files changed, 617 insertions(+), 217 deletions(-)
 create mode 100644 meta/lib/oeqa/runtime/cases/ltp.py
 create mode 100644 meta/lib/oeqa/runtime/cases/ltp_compliance.py
 create mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/run-ptest
 create mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/serial-tests-config.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch
 delete mode 100644 meta/recipes-devtools/python/python3/ptesthack.patch
 delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.64.2.bb => libsoup-2.4_2.66.1.bb} (90%)

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


More information about the Openembedded-commits mailing list