[oe-commits] [openembedded-core] branch master-next updated (4747451 -> 8c0ccbb)

git at git.openembedded.org git at git.openembedded.org
Sat Jan 13 14:16:45 UTC 2018


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

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

 discard 4747451  package_manager: Filter to only rpms we depend upon
     new 416b97e  autotools: don't wipe gettext macros from gettext
     new 3634d7c  site/*-linux: don't cache ac_cv_sizeof_bool
     new 541ce88  oe-pkgdata-util: Refactor functions for consistency
     new de0ce97  oe-pkgdata-util: Add support for RPROVIDES
     new 5950f75  qemu: CVE-2017-17381
     new 5949e88  selftest/cases/devtool.py: fix workspace layer checking
     new 359b290  kernel.bbclass: remove bashism in kernel_do_install
     new 244df11  wic: if we can't get from ioctl, try from os.stat()
     new e71928f  rpcbind: fix assertion failure
     new 0605ab3  rpcbind: Stop freeing a static pointer
     new 350e45d  cairo: 1.14.10 -> 1.14.12
     new d64b86a  bluez5: 5.47 -> 5.48
     new 48deafb  perf: conditionalise pythonnative and perlnative inherits
     new b92c1f3  glib: remove gettext-native dependency for native builds
     new 38ce1d5  coreutils: upgrade to 8.29
     new 8c0ccbb  xf86-video-intel: enable graphic and audio support for CFL-S Sku

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4747451)
            \
             N -- N -- N   refs/heads/master-next (8c0ccbb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 16 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/autotools.bbclass                     |   2 +-
 meta/classes/kernel.bbclass                        |   2 +-
 meta/lib/oe/package_manager.py                     | 114 +-------------
 meta/lib/oeqa/selftest/cases/devtool.py            |   2 +-
 meta/lib/oeqa/utils/package_manager.py             |   3 +-
 .../bluez5/{bluez5_5.47.bb => bluez5_5.48.bb}      |   4 +-
 ...c-fix-Up-field-of-realpath-usage-examples.patch |  40 -----
 .../man-decouple-manpages-from-build.patch         |  27 ----
 .../{coreutils_8.28.bb => coreutils_8.29.bb}       |  25 +--
 meta/recipes-core/glib-2.0/glib.inc                |   3 +-
 .../qemu/qemu/CVE-2017-17381.patch                 |  72 +++++++++
 meta/recipes-devtools/qemu/qemu_2.10.1.bb          |   1 +
 ...proc_dump-Fixed-typo-in-memory-leak-patch.patch |  33 ++++
 ..._callit_com-Stop-freeing-a-static-pointer.patch | 100 ++++++++++++
 meta/recipes-extended/rpcbind/rpcbind_0.2.4.bb     |   2 +
 .../cairo/{cairo_1.14.10.bb => cairo_1.14.12.bb}   |   4 +-
 .../0001-Add-Coffeelake-PCI-IDs-for-S-Skus.patch   | 116 ++++++++++++++
 .../xorg-driver/xf86-video-intel_git.bb            |   1 +
 meta/recipes-kernel/perf/perf.bb                   |   6 +-
 meta/site/arm-linux                                |   1 -
 meta/site/nios2-linux                              |   1 -
 meta/site/powerpc32-linux                          |   1 -
 scripts/lib/wic/filemap.py                         |  10 +-
 scripts/oe-pkgdata-util                            | 173 ++++++++++++---------
 24 files changed, 453 insertions(+), 290 deletions(-)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.47.bb => bluez5_5.48.bb} (91%)
 delete mode 100644 meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch
 delete mode 100644 meta/recipes-core/coreutils/coreutils/man-decouple-manpages-from-build.patch
 rename meta/recipes-core/coreutils/{coreutils_8.28.bb => coreutils_8.29.bb} (79%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-17381.patch
 create mode 100644 meta/recipes-extended/rpcbind/rpcbind/pmapproc_dump-Fixed-typo-in-memory-leak-patch.patch
 create mode 100644 meta/recipes-extended/rpcbind/rpcbind/rpcbproc_callit_com-Stop-freeing-a-static-pointer.patch
 rename meta/recipes-graphics/cairo/{cairo_1.14.10.bb => cairo_1.14.12.bb} (93%)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-intel/0001-Add-Coffeelake-PCI-IDs-for-S-Skus.patch

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


More information about the Openembedded-commits mailing list