[oe-commits] [meta-openembedded] branch pyro updated (6dce1a2 -> ad0db12)

git at git.openembedded.org git at git.openembedded.org
Tue May 9 13:58:50 UTC 2017


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

martin_jansa pushed a change to branch pyro
in repository meta-openembedded.

    from 6dce1a2  kodi: Make it build again and upgrade to 17.1
     add 26c812e  openhpi: add new recipe
     add be327ba  opensaf: Upgrade to 5.2.0
     add 57d3b5c  strongswan: Split plugins
     add 9867ffa  wireguard: add WireGuard kernel module and tools
     add bf357b2  wireguard: add dependencies and kernel build options
     add 51fbd3c  opencv: disable broken Intel FP16 detection
     add e7ad92d  evince: fix do_install problem
     add 3927abc  wireguard: blacklist
     add 17f6775  thrift: refactor recipe
     add 6ad2936  cryptsetup: 1.7.2 -> 1.7.4
     add 474eb0d  python-pygobject: remove the empty pkgconfig directory
     add 3af5514  meta_oe_security_flags.inc: Disable PIE for libdevmapper
     add 1e322de  python-prettytable: fix files permissions
     add 6418010  ninja: extend to nativesdk
     add ad0db12  wireguard: module install cleanup

No new revisions were added by this update.

Summary of changes:
 meta-gnome/recipes-gnome/evince/evince_3.24.0.bb   |   7 +-
 meta-networking/conf/layer.conf                    |   4 +
 .../files/openhpi-add-libnetsnmp-when-link.patch   |  25 +++
 .../files/openhpi-fix-alignment-issue.patch        |  23 ++
 .../openhpi/files/openhpi-fix-host-gcc.patch       |  24 ++
 .../files/openhpi-fix-testfail-errors.patch        |  31 +++
 .../openhpi/files/openhpi-glib-cross-compile.patch |  33 +++
 .../files/openhpi-hpi-shell-thread-fix.patch       |  29 +++
 .../openhpi/files/openhpi-invalide-session.patch   |  21 ++
 .../files/openhpi-libxml2-cross-compile.patch      |  21 ++
 .../openhpi/files/openhpi-linkfix.patch            |  33 +++
 .../files/openhpi-netsnmp-cross-compile.patch      |  48 ++++
 .../files/openhpi-sysfs-cross-compile.patch        |  23 ++
 ...i-use-serial-tests-config-needed-by-ptest.patch |  31 +++
 .../recipes-daemons/openhpi/files/openhpi.init     | 230 +++++++++++++++++++
 .../recipes-daemons/openhpi/files/openhpid.service |  11 +
 .../recipes-daemons/openhpi/files/run-ptest        |   5 +
 .../recipes-daemons/openhpi/openhpi_3.6.1.bb       | 109 +++++++++
 .../opensaf/0001-Remove-unused-variables.patch     |  43 ++++
 ...isable-format-overflow-if-supported-by-gc.patch |  58 ++---
 ...gure-Pass-linker-specific-options-with-Wl.patch |  29 +++
 .../opensaf/opensaf/0001-plmcd-error-fix.patch     |  43 ----
 .../opensaf/install-samples-from-srcdir.patch      |  11 -
 .../opensaf/{opensaf_5.0.0.bb => opensaf_5.2.0.bb} |  37 ++--
 .../wireguard/wireguard-module_0.0.20170421.bb     |  31 +++
 .../wireguard/wireguard-tools_0.0.20170421.bb      |  27 +++
 .../recipes-kernel/wireguard/wireguard.inc         |  18 ++
 .../recipes-support/strongswan/strongswan_5.5.1.bb | 101 +++++++--
 .../conf/distro/include/meta_oe_security_flags.inc |   1 +
 .../recipes-connectivity/thrift/thrift_0.9.3.bb    |  47 +++-
 meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb      |   2 +-
 .../python/python-pygobject_3.22.0.bb              |   2 +-
 .../{cryptsetup_1.7.2.bb => cryptsetup_1.7.4.bb}   |   4 +-
 .../0001-Revert-cuda-fix-fp16-compilation.patch    |  27 +++
 ...vert-check-FP16-build-condition-correctly.patch | 245 +++++++++++++++++++++
 meta-oe/recipes-support/opencv/opencv_3.2.bb       |   2 +
 .../python/python-prettytable_0.7.2.bb             |   2 +-
 37 files changed, 1309 insertions(+), 129 deletions(-)
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-add-libnetsnmp-when-link.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-fix-alignment-issue.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-fix-host-gcc.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-fix-testfail-errors.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-glib-cross-compile.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-hpi-shell-thread-fix.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-invalide-session.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-libxml2-cross-compile.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-linkfix.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-netsnmp-cross-compile.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-sysfs-cross-compile.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch
 create mode 100755 meta-networking/recipes-daemons/openhpi/files/openhpi.init
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpid.service
 create mode 100755 meta-networking/recipes-daemons/openhpi/files/run-ptest
 create mode 100644 meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb
 create mode 100644 meta-networking/recipes-daemons/opensaf/opensaf/0001-Remove-unused-variables.patch
 copy meta-oe/recipes-extended/collectd/collectd/0001-configure-Check-for-Wno-error-format-truncation-comp.patch => meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Disable-format-overflow-if-supported-by-gc.patch (73%)
 create mode 100644 meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Pass-linker-specific-options-with-Wl.patch
 delete mode 100644 meta-networking/recipes-daemons/opensaf/opensaf/0001-plmcd-error-fix.patch
 delete mode 100644 meta-networking/recipes-daemons/opensaf/opensaf/install-samples-from-srcdir.patch
 rename meta-networking/recipes-daemons/opensaf/{opensaf_5.0.0.bb => opensaf_5.2.0.bb} (67%)
 create mode 100644 meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20170421.bb
 create mode 100644 meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20170421.bb
 create mode 100644 meta-networking/recipes-kernel/wireguard/wireguard.inc
 rename meta-oe/recipes-support/cryptsetup/{cryptsetup_1.7.2.bb => cryptsetup_1.7.4.bb} (90%)
 create mode 100644 meta-oe/recipes-support/opencv/opencv/0001-Revert-cuda-fix-fp16-compilation.patch
 create mode 100644 meta-oe/recipes-support/opencv/opencv/0002-Revert-check-FP16-build-condition-correctly.patch

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


More information about the Openembedded-commits mailing list