[oe-commits] [openembedded-core] branch master updated (ca73740 -> 1da43a5)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 14 21:48:45 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 ca73740  bluez: fix test case failures with GCC 9
     add 16ced1a  rng-tools: harmonise systemd and sysvinit
     add 112deaf  pigz: install pigz, unpigz, pigzcat in native and nativesdk builds again
     add 53fe013  efivar: add
     add 275e5e7  efibootmgr: add
     add b16c6d0  mesa: Update 19.0.6 -> 19.1.0
     add d922401  popt: fix SRC_URI
     new ef2592e  qemu/qemu-system-native: depend bison-native
     new 20fe36c  dbus: Upgrade to 1.12.16
     new 2a6d752  dbus-test: Upgrade 1.12.16
     new f7becf0  util-linux: Stop udevd to run ptests
     new 70a3087  linux-yocto: Add scsi_debug module when ptest is in DISTRO_FEATURES
     new 785bb10  oescripts.py: avoid error when cairo module is not available
     new 76a7f0d  opkg-utils: upgrade to version 0.4.1
     new 384e2c3  selftest/devtool: fix URI to MarkupSafe package
     new 0f7ada8  diffutils/run-ptest: support to run at arbitrary path
     new 1522f09  serf: cleanup recipe
     new 44f303b  scons: inherit python3native
     new b11ddab  systemd: Backport OpenSSL BUF_MEM fix
     new 144c6c7  python3-scons: fix regex replacing python by python3
     new 1da43a5  devicetree.bbclass: Combine stderr into stdout to see actual dtc error

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/devicetree.bbclass                    |  2 +-
 meta/classes/scons.bbclass                         |  5 +++
 meta/conf/distro/include/maintainers.inc           |  2 ++
 meta/lib/oeqa/selftest/cases/devtool.py            |  2 +-
 meta/lib/oeqa/selftest/cases/oescripts.py          |  3 +-
 .../efibootmgr/0001-remove-extra-decl.patch        | 31 ++++++++++++++++
 meta/recipes-bsp/efibootmgr/efibootmgr_17.bb       | 34 ++++++++++++++++++
 meta/recipes-bsp/efivar/efivar/no-werror.patch     | 18 ++++++++++
 meta/recipes-bsp/efivar/efivar_37.bb               | 37 +++++++++++++++++++
 .../{dbus-test_1.12.14.bb => dbus-test_1.12.16.bb} |  4 +--
 .../dbus/{dbus_1.12.14.bb => dbus_1.12.16.bb}      |  4 +--
 ...lved-Fix-incorrect-use-of-OpenSSL-BUF_MEM.patch | 41 ++++++++++++++++++++++
 meta/recipes-core/systemd/systemd_242.bb           |  1 +
 meta/recipes-core/util-linux/util-linux.inc        |  4 +++
 meta/recipes-core/util-linux/util-linux/run-ptest  | 14 ++++++++
 ...opkg-build-do-not-set-mtime-on-data.tar.X.patch | 33 -----------------
 ...list-fields-fix-to-print-the-fields-again.patch | 41 ----------------------
 .../{opkg-utils_0.4.0.bb => opkg-utils_0.4.1.bb}   |  6 ++--
 .../recipes-devtools/python/python3-scons_3.0.5.bb |  2 +-
 .../qemu/qemu-system-native_4.0.0.bb               |  2 +-
 meta/recipes-devtools/qemu/qemu_4.0.0.bb           |  2 +-
 .../recipes-extended/diffutils/diffutils/run-ptest |  3 +-
 meta/recipes-extended/pigz/pigz_2.4.bb             |  4 +--
 ...-check-for-all-linux-host_os-combinations.patch | 25 ++++++-------
 ...-meson.build-make-TLS-GLX-optional-again.patch} | 30 ++++++++++------
 ...003-Allow-enable-DRI-without-DRI-drivers.patch} | 29 ++++++++-------
 .../mesa/{mesa-gl_19.0.6.bb => mesa-gl_19.1.0.bb}  |  0
 .../mesa/{mesa_19.0.6.bb => mesa_19.1.0.bb}        |  8 ++---
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   |  1 +
 meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb    |  1 +
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      |  1 +
 meta/recipes-kernel/linux/linux-yocto_5.0.bb       |  1 +
 meta/recipes-support/popt/popt_1.16.bb             |  2 +-
 meta/recipes-support/rng-tools/rng-tools/default   |  3 +-
 meta/recipes-support/rng-tools/rng-tools/init      | 21 ++++-------
 .../rng-tools/rng-tools/rngd.service               |  4 +--
 meta/recipes-support/rng-tools/rng-tools_6.6.bb    | 23 +++++-------
 meta/recipes-support/serf/serf_1.3.9.bb            | 23 ++++++------
 38 files changed, 293 insertions(+), 174 deletions(-)
 create mode 100644 meta/recipes-bsp/efibootmgr/efibootmgr/0001-remove-extra-decl.patch
 create mode 100644 meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
 create mode 100644 meta/recipes-bsp/efivar/efivar/no-werror.patch
 create mode 100644 meta/recipes-bsp/efivar/efivar_37.bb
 rename meta/recipes-core/dbus/{dbus-test_1.12.14.bb => dbus-test_1.12.16.bb} (95%)
 rename meta/recipes-core/dbus/{dbus_1.12.14.bb => dbus_1.12.16.bb} (97%)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-resolved-Fix-incorrect-use-of-OpenSSL-BUF_MEM.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-do-not-set-mtime-on-data.tar.X.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-list-fields-fix-to-print-the-fields-again.patch
 rename meta/recipes-devtools/opkg-utils/{opkg-utils_0.4.0.bb => opkg-utils_0.4.1.bb} (89%)
 rename meta/recipes-graphics/mesa/files/{0001-meson.build-make-TLS-GLX-optional-again.patch => 0002-meson.build-make-TLS-GLX-optional-again.patch} (58%)
 rename meta/recipes-graphics/mesa/files/{0001-Allow-enable-DRI-without-DRI-drivers.patch => 0003-Allow-enable-DRI-without-DRI-drivers.patch} (50%)
 rename meta/recipes-graphics/mesa/{mesa-gl_19.0.6.bb => mesa-gl_19.1.0.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_19.0.6.bb => mesa_19.1.0.bb} (70%)

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


More information about the Openembedded-commits mailing list