[oe-commits] [openembedded-core] branch master-next updated (c8cbb7e -> 1e293ef)

git at git.openembedded.org git at git.openembedded.org
Thu Feb 14 22:05:02 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.

    from c8cbb7e  selftest: add tests for virgl GL acceleration
     new f51cb70  utils: add -src to system package name blacklist
     new 8e36e7e  gstreamer: improve metadata dependencies
     new 69aeedc  grub2: Fix build with gcc9
     new 312cecc  harfbuzz: upgrade 2.2.0 -> 2.3.1
     new c378f9c  pixman: upgrade 0.34.0 -> 0.38.0
     new 9e1ea85  cairo: upgrade 1.14.12 -> 1.16.0
     new 40a894f  base.bbclass: Check BuildStarted for HOSTTOOLS
     new 0175b6f  bind: Move nsupdate to bind-utils
     new 6a9114d  glib-2.0: upgrade 2.58.0 -> 2.58.3
     new 500c88f  x264: update to latest on stable branch
     new 74a9ad4  default-distrovars: set CONNECTIVITY_CHECK_URIS
     new 589a53a  classes/license_image.bbclass: Fix rootfs license file permissions
     new c92a2d0  resulttool: enable merge, store, report and regression analysis
     new 1e293ef  scripts/resulttool: enable manual execution and result creation

The 14 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/base.bbclass                          |   6 +
 meta/classes/license_image.bbclass                 |  12 +-
 meta/conf/distro/include/default-distrovars.inc    |   6 +
 meta/lib/oe/utils.py                               |   2 +-
 meta/lib/oeqa/files/testresults/testresults.json   |  40 ++++
 meta/lib/oeqa/selftest/cases/resulttooltests.py    | 104 +++++++++
 .../files/disable-address-of-packed-member.patch   | 249 +++++++++++++++++++++
 meta/recipes-bsp/grub/grub2.inc                    |   1 +
 meta/recipes-connectivity/bind/bind_9.11.5.bb      |   2 +-
 ...rt-Use-absolute-paths-in-pkg-config-files.patch |  64 ++++++
 .../Enable-more-tests-while-cross-compiling.patch  |  42 +---
 meta/recipes-core/glib-2.0/glib-2.0/date-lt.patch  |  20 --
 .../glib-2.0/glib-2.0/relocate-modules.patch       |   2 +-
 .../{glib-2.0_2.58.0.bb => glib-2.0_2.58.3.bb}     |   8 +-
 meta/recipes-core/glib-2.0/glib.inc                |   5 +-
 .../cairo/cairo/0001-cairo-Fix-CVE-2017-9814.patch |  45 ----
 .../cairo/{cairo_1.14.12.bb => cairo_1.16.0.bb}    |   8 +-
 .../{harfbuzz_2.2.0.bb => harfbuzz_2.3.1.bb}       |   4 +-
 .../xorg-lib/pixman/asm_include.patch              |  29 ---
 .../{pixman_0.34.0.bb => pixman_0.38.0.bb}         |   5 +-
 .../gstreamer/gst-plugins-package.inc              |   8 +-
 meta/recipes-multimedia/x264/x264_git.bb           |   6 +-
 .../pybootchartgui => lib/resulttool}/__init__.py  |   0
 scripts/lib/resulttool/manualexecution.py          | 137 ++++++++++++
 scripts/lib/resulttool/merge.py                    |  71 ++++++
 scripts/lib/resulttool/regression.py               | 208 +++++++++++++++++
 scripts/lib/resulttool/report.py                   | 113 ++++++++++
 scripts/lib/resulttool/resultsutils.py             |  67 ++++++
 scripts/lib/resulttool/store.py                    | 110 +++++++++
 .../resulttool/template/test_report_full_text.txt  |  35 +++
 scripts/resulttool                                 |  92 ++++++++
 31 files changed, 1341 insertions(+), 160 deletions(-)
 create mode 100644 meta/lib/oeqa/files/testresults/testresults.json
 create mode 100644 meta/lib/oeqa/selftest/cases/resulttooltests.py
 create mode 100644 meta/recipes-bsp/grub/files/disable-address-of-packed-member.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Revert-Use-absolute-paths-in-pkg-config-files.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/date-lt.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.58.0.bb => glib-2.0_2.58.3.bb} (76%)
 delete mode 100644 meta/recipes-graphics/cairo/cairo/0001-cairo-Fix-CVE-2017-9814.patch
 rename meta/recipes-graphics/cairo/{cairo_1.14.12.bb => cairo_1.16.0.bb} (92%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_2.2.0.bb => harfbuzz_2.3.1.bb} (89%)
 delete mode 100644 meta/recipes-graphics/xorg-lib/pixman/asm_include.patch
 rename meta/recipes-graphics/xorg-lib/{pixman_0.34.0.bb => pixman_0.38.0.bb} (89%)
 copy scripts/{pybootchartgui/pybootchartgui => lib/resulttool}/__init__.py (100%)
 create mode 100755 scripts/lib/resulttool/manualexecution.py
 create mode 100644 scripts/lib/resulttool/merge.py
 create mode 100644 scripts/lib/resulttool/regression.py
 create mode 100644 scripts/lib/resulttool/report.py
 create mode 100644 scripts/lib/resulttool/resultsutils.py
 create mode 100644 scripts/lib/resulttool/store.py
 create mode 100644 scripts/lib/resulttool/template/test_report_full_text.txt
 create mode 100755 scripts/resulttool

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


More information about the Openembedded-commits mailing list