[oe-commits] [openembedded-core] branch master updated (78fcea7 -> 4cbb739)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 08:57:22 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 78fcea7  oeqa/bbtests: Tweak test bitbake output pattern matching
     new 5f01497  libsndfile1: disable use of sqlite3 by default
     new 86f3a3c  libsndfile1: remove redundant autoconf seeding
     new db4fa7e  efibootmgr: Pass correct flags to compiler from pkg-config
     new fadb7ae  buildhistory: don't output ownership for the sysroot
     new 8bf53fb  buildhistory: filter out the unexpected prefix for native/cross sysroots
     new 2266c8f  sysstat: use service file from source codes
     new e529c45  image.bbclass: Only append to IMAGE_LINK_NAME if it was already set
     new 59953af  vulkan-headers: add recipe
     new 4d9b993  vulkan-loader: add recipe
     new c4db69f  vulkan-tools: add recipe
     new edfd716  gstreamer1.0-plugins-bad: depend on vulkan-loader now
     new 64ee4af  vulkan-demos: depend on vulkan-loader
     new 928d09f  vulkan: remove
     new ef1d305  u-boot: Update to 2019.07
     new 12cd545  packagegroup-core-sdk: Set blank sanitiser for RISC-V 32
     new 76350b1  opensbi: Update from 0.3 to 0.4
     new fedc57a  glibc / glibc-locale: Fix stash_locale determinism problems
     new c807c2a  cve-update-db-native: Skip recipe when cve-check class is not loaded.
     new d40d957  python3-pbr: update to 5.4.0
     new ec3962b  librepo:upgrade 1.10.3 -> 1.10.4
     new 963a917  alsa-utils: disable tools using GTK+2
     new 759af1d  packagegroup-core-lsb: remove GTK+
     new 4cbb739  linux-firmware: bump to 20190618

The 23 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:
 README.LSB                                         |   3 +
 meta/classes/buildhistory.bbclass                  |  27 ++++-
 meta/classes/image.bbclass                         |   3 +-
 meta/conf/distro/include/maintainers.inc           |   4 +-
 .../97668ae0bce776a36ea2001dea63d376be8274ac.patch |  83 +++++++++++++
 meta/recipes-bsp/efibootmgr/efibootmgr_17.bb       |   1 +
 .../0002-lib-Create-a-sbi_ipi_data-structure.patch | 128 ---------------------
 meta/recipes-bsp/opensbi/opensbi-payloads.inc      |  22 ++--
 .../opensbi/{opensbi_0.3.bb => opensbi_0.4.bb}     |   8 +-
 meta/recipes-bsp/u-boot/u-boot-common.inc          |   2 +-
 ...utils_2019.04.bb => u-boot-fw-utils_2019.07.bb} |   0
 ...ot-tools_2019.04.bb => u-boot-tools_2019.07.bb} |   0
 .../{u-boot_2019.04.bb => u-boot_2019.07.bb}       |   0
 meta/recipes-core/glibc/glibc-package.inc          |  40 ++++---
 meta/recipes-core/glibc/glibc_2.29.bb              |   1 -
 meta/recipes-core/meta/cve-update-db-native.bb     |   5 +
 .../packagegroups/packagegroup-core-sdk.bb         |   1 +
 .../{librepo_1.10.3.bb => librepo_1.10.4.bb}       |   2 +-
 meta/recipes-devtools/python/python3-pbr_5.3.1.bb  |   5 -
 meta/recipes-devtools/python/python3-pbr_5.4.0.bb  |   5 +
 .../packagegroups/packagegroup-core-lsb.bb         |   2 -
 meta/recipes-extended/sysstat/sysstat.inc          |   8 +-
 .../sysstat/sysstat/sysstat.service                |  12 --
 meta/recipes-graphics/vulkan/vulkan-demos_git.bb   |   2 +-
 .../vulkan/vulkan-headers_1.1.108.bb               |  18 +++
 .../vulkan/vulkan-loader_1.1.108.bb                |  37 ++++++
 .../vulkan/vulkan-tools_1.1.108.bb                 |  31 +++++
 .../vulkan/demos-Don-t-build-tri-or-cube.patch     | 128 ---------------------
 meta/recipes-graphics/vulkan/vulkan_1.1.73.0.bb    |  40 -------
 ...-firmware_git.bb => linux-firmware_20190618.bb} |   8 +-
 meta/recipes-multimedia/alsa/alsa-tools_1.1.7.bb   |   1 -
 .../gstreamer/gstreamer1.0-plugins-bad_1.16.0.bb   |   2 +-
 .../libsndfile/libsndfile1_1.0.28.bb               |   9 +-
 33 files changed, 267 insertions(+), 371 deletions(-)
 create mode 100644 meta/recipes-bsp/efibootmgr/efibootmgr/97668ae0bce776a36ea2001dea63d376be8274ac.patch
 delete mode 100644 meta/recipes-bsp/opensbi/files/0002-lib-Create-a-sbi_ipi_data-structure.patch
 rename meta/recipes-bsp/opensbi/{opensbi_0.3.bb => opensbi_0.4.bb} (86%)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2019.04.bb => u-boot-fw-utils_2019.07.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2019.04.bb => u-boot-tools_2019.07.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2019.04.bb => u-boot_2019.07.bb} (100%)
 rename meta/recipes-devtools/librepo/{librepo_1.10.3.bb => librepo_1.10.4.bb} (93%)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.3.1.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.0.bb
 delete mode 100644 meta/recipes-extended/sysstat/sysstat/sysstat.service
 create mode 100644 meta/recipes-graphics/vulkan/vulkan-headers_1.1.108.bb
 create mode 100644 meta/recipes-graphics/vulkan/vulkan-loader_1.1.108.bb
 create mode 100644 meta/recipes-graphics/vulkan/vulkan-tools_1.1.108.bb
 delete mode 100644 meta/recipes-graphics/vulkan/vulkan/demos-Don-t-build-tri-or-cube.patch
 delete mode 100644 meta/recipes-graphics/vulkan/vulkan_1.1.73.0.bb
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_git.bb => linux-firmware_20190618.bb} (99%)

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


More information about the Openembedded-commits mailing list