[oe-commits] [openembedded-core] branch master-next updated (bb4b13a -> ffcda6d)

git at git.openembedded.org git at git.openembedded.org
Sat Dec 9 14:43:52 UTC 2017


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 bb4b13a  XX runqemu: dump pagetypeinfo if qemu fails
     new 5caf53c  xserver-xf86-config: remove last trace of 10-preload-modules.conf
     new 4704bd9  systemd: allow dots in arguments to template units
     new 7909b25  templates/layer.conf: remove backslash to enable bbappend setting
     new 5775853  connman.inc: do not check IMAGE_FEATURES
     new cfc09de  rootfs-postcommands.bbclass: ensure that rootfs gets mounted ro
     new c6d7d89  pulseaudio: 10.0 -> 11.1
     new 930f887  lame: 3.99.5 -> 3.100
     new 00b73cb  alsa-lib: 1.1.4.1 -> 1.1.5
     new a0ae70f  alsa-plugins: 1.1.4 -> 1.1.5
     new 569beb5  alsa-tools: 1.1.3 -> 1.1.5
     new 8313d95  alsa-utils: 1.1.4 -> 1.1.5
     new 57fe9f6  bash: disable aclocal
     new 93dd7c8  site: consolidate ac_cv_func_mmap_fixed_mapped definitions
     new 4143d08  nettle: remove aclocal/acinclude dance
     new 8f9025f  lzo: don't do aclocal/acinclude dance
     new d58c20f  bash: fix build race under musl
     new d52a65d  kernel.bbclass: Add cleandirs for do_shared_workdir
     new 839f5ed  qemu: fix the makefile for ptest
     new 201e0b6  procps: fix two small problems
     new 303d6ca  wic: support filesystem label for rawcopy
     new fba2c93  recipes-graphics/piglit: Add patch to fix build in some platforms
     new 8c5991f  gmp: depends on flex-native to fix parallel building issue
     new ac1c22f  pango: update upstream-status on a patch
     new 7a17aac  openssh: don't do aclocal/acinclude dance
     new 4a9579e  gperf: merge inc into bb
     new c141e62  gperf: don't use aclocal.m4/acinclude.m4 dance
     new 1ee2910  quilt: don't patch in an old acinclude.m4, just excude aclocal
     new 737425e  musl: prevent errors if do_install is run more than once
     new 7359fb6  ltp: remove ltp-staticdev package
     new 52f7d09  pciutils: upgrade to 3.5.6
     new c84a4fd  libbsd: Make it build with GCC 5.0 and older
     new c60b025  bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS
     new 016a2f8  initramfs-framework: Add exec module
     new cf02009  wayland-protocols: update to 1.12
     new e919fbf  grub-efi: Rework GRUB_BUILTIN variable as it is too long
     new 54bd7bf  grub-efi: Add loadenv and test as default built-in
     new c4fe7df  grub: Move grub-editenv packaging to grub2.inc
     new b89c7c9  utils: qemurunner.py: Add wall clock to 'timeout' logging
     new 17b9dba  utils: qemurunner.py: Log both 'failed to reach login banner" reasons
     new b3d8347  utils: qemurunner.py: cleanup grammar and ensure consistency
     new 7d11fbe  initramfs-module-install: Remove allarch and FILESEXTRAPATHS
     new 6b11eff  busybox: CVE-2017-16544
     new 26bf538  rpm: upstream version is now known
     new 183991c  acpica: drop NATIVE_INSTALL_WORKS and fix RCONFLICTS
     new 2232424  classes/patch: remove unused variable
     new 3c46aa1  classes/patch: when PATCHTOOL = "git" double-check the repository
     new 58d8e07  meta: fix malformed/missing Upstream-Status tags
     new ebd932e  sanity: getstatusoutput returns an int, not a string
     new 2095b85  classes/sanity: check we don't have an ancient GNU patch
     new 4702103  Revert "eudev: sync rules with systemd"
     new 74ef115  oe-selftest: devtool: fix test for changes in lzo recipe
     new c22d17f  minicom: recommend lrzsz
     new f1a14fe  uninative.bbclass: Fix broken symlink issue
     new 5f625d4  sstate.bbclass: Add progress bars when removing from the sysroots
     new 55fad90  i2c-tools: upgrade to 4.0
     new 9f96b1a  qemu: use upstream swtpm support
     new ffcda6d  XX runqemu: dump pagetypeinfo if qemu fails

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   (bb4b13a)
            \
             N -- N -- N   refs/heads/master-next (ffcda6d)

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 57 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:
 .../file1                                          |    0
 .../file2                                          |    0
 .../devtool/devtool-test-local_6.03.bb             |   15 +
 meta/classes/kernel.bbclass                        |    1 +
 meta/classes/patch.bbclass                         |   16 +-
 meta/classes/rootfs-postcommands.bbclass           |    8 +
 meta/classes/sanity.bbclass                        |   23 +-
 meta/classes/sstate.bbclass                        |   36 +-
 meta/classes/systemd.bbclass                       |    6 +-
 meta/classes/uninative.bbclass                     |   12 +
 meta/conf/bitbake.conf                             |    2 +-
 meta/lib/bblayers/templates/layer.conf             |    2 +-
 meta/lib/oeqa/selftest/cases/devtool.py            |   16 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   24 +-
 meta/recipes-bsp/grub/grub-efi_2.02.bb             |    3 +-
 meta/recipes-bsp/grub/grub2.inc                    |    6 +
 meta/recipes-bsp/grub/grub_2.02.bb                 |    6 +-
 .../{pciutils_3.5.5.bb => pciutils_3.5.6.bb}       |    4 +-
 meta/recipes-connectivity/connman/connman.inc      |    3 -
 .../dhcp/dhcp/0002-dhclient-dbus.patch             |    2 +-
 meta/recipes-connectivity/openssh/openssh_7.6p1.bb |    6 +-
 .../busybox/busybox/busybox-CVE-2017-16544.patch   |   43 +
 meta/recipes-core/busybox/busybox_1.27.2.bb        |    1 +
 .../initrdscripts/initramfs-framework/exec         |   29 +
 .../initrdscripts/initramfs-framework_1.0.bb       |    9 +
 .../initramfs-module-install-efi_1.0.bb            |    3 -
 .../initrdscripts/initramfs-module-install_1.0.bb  |    8 +-
 meta/recipes-core/musl/musl_git.bb                 |    3 +-
 .../eudev/0001-rules-whitelist-hd-devices.patch    |   33 -
 .../udev/eudev/0002-rules-update.patch             |  196 ----
 ...les-watch-metadata-changes-in-ide-devices.patch |   43 -
 meta/recipes-core/udev/eudev_3.2.2.bb              |    3 -
 ...0006-add-musleabi-to-known-target-tripets.patch |    1 +
 meta/recipes-devtools/i2c-tools/files/Module.mk    |   72 --
 .../{i2c-tools_3.1.2.bb => i2c-tools_4.0.bb}       |   14 +-
 .../0001-Provide-support-for-the-CUSE-TPM.patch    |  870 ----------------
 ...1-tpm-Clean-up-driver-registration-lookup.patch |  154 +++
 ...ondition-to-notify-waiters-of-completed-c.patch |   86 --
 ...02-tpm-Clean-up-model-registration-lookup.patch |  121 +++
 ...condition-in-TPM-backend-for-notification.patch |   79 --
 ...-Remove-unneeded-member-variable-from-bac.patch |   75 ++
 ...rt-for-VM-suspend-resume-for-TPM-TIS-v2.9.patch |  719 -------------
 ...nd-Move-thread-handling-inside-TPMBackend.patch |  417 ++++++++
 ...-Initialize-and-free-data-members-in-it-s.patch |  185 ++++
 ...ckend-Made-few-interface-methods-optional.patch |  284 ++++++
 ...ckend-Add-new-api-to-read-backend-TpmInfo.patch |  293 ++++++
 ...-Move-realloc_buffer-implementation-to-tp.patch |  140 +++
 ...m-passthrough-move-reusable-code-to-utils.patch |  182 ++++
 .../0010-tpm-Added-support-for-TPM-emulator.patch  | 1059 ++++++++++++++++++++
 .../0011-tpm-Move-tpm_cleanup-to-right-place.patch |   43 +
 ...GSIZE-instead-of-EBADMSG-to-compile-on-Op.patch |   67 ++
 ...ardev-connect-socket-to-a-spawned-command.patch |  227 +++++
 meta/recipes-devtools/qemu/qemu_2.10.1.bb          |   20 +-
 meta/recipes-devtools/quilt/quilt/aclocal.patch    |  128 ---
 meta/recipes-devtools/quilt/quilt_0.65.bb          |    8 +-
 meta/recipes-devtools/rpm/rpm_git.bb               |    1 -
 meta/recipes-extended/acpica/acpica_20170303.bb    |    3 +-
 meta/recipes-extended/bash/bash.inc                |    8 +-
 meta/recipes-extended/bash/bash/pathexp-dep.patch  |   13 +
 meta/recipes-extended/bash/bash_4.4.bb             |    1 +
 meta/recipes-extended/gperf/gperf.inc              |   22 -
 meta/recipes-extended/gperf/gperf_3.1.bb           |   17 +-
 meta/recipes-extended/ltp/ltp_20170929.bb          |    6 +-
 meta/recipes-extended/minicom/minicom_2.7.1.bb     |    1 +
 meta/recipes-extended/procps/procps_3.3.12.bb      |    4 +-
 ...op-introspection-macros-from-acinclude.m4.patch |    3 +-
 ...gl-context-priority.c-Use-piglit_egl_get_.patch |   41 +
 meta/recipes-graphics/piglit/piglit_git.bb         |    1 +
 ...protocols_1.11.bb => wayland-protocols_1.12.bb} |    4 +-
 .../xorg-xserver/xserver-xf86-config_0.1.bb        |    1 -
 .../Check-if-wordexp-function-is-supported.patch   |   51 -
 .../avoid-including-sys-poll.h-directly.patch      |  183 ----
 .../{alsa-lib_1.1.4.1.bb => alsa-lib_1.1.5.bb}     |    9 +-
 ...alsa-plugins_1.1.4.bb => alsa-plugins_1.1.5.bb} |    4 +-
 ...s10k1-Make-output_tram_line-static-inline.patch |   31 -
 .../alsa/alsa-tools/autotools.patch                |    2 +-
 .../alsa/alsa-tools/makefile_no_gtk.patch          |    2 +-
 .../{alsa-tools_1.1.3.bb => alsa-tools_1.1.5.bb}   |    5 +-
 ...cripts_1.1.4.bb => alsa-utils-scripts_1.1.5.bb} |    0
 ...-t-let-systemd-unit-restore-the-volume-wh.patch |   12 +-
 .../{alsa-utils_1.1.4.bb => alsa-utils_1.1.5.bb}   |    4 +-
 .../lame/lame/CVE-2017-13712.patch                 |  309 ------
 .../lame/lame-3.99.5_fix_for_automake-1.12.x.patch |   59 --
 .../lame/{lame_3.99.5.bb => lame_3.100.bb}         |    9 +-
 ...-don-t-use-variable-length-array-in-union.patch |   59 --
 .../{pulseaudio_10.0.bb => pulseaudio_11.1.bb}     |    5 +-
 meta/recipes-support/gmp/gmp.inc                   |    2 +
 .../icu/icu/0001-i18n-Drop-include-xlocale.h.patch |    1 +
 ...r-older-GCCs-not-supporting-__has_include.patch |   31 +
 meta/recipes-support/libbsd/libbsd_0.8.6.bb        |    1 +
 meta/recipes-support/lzo/lzo/acinclude.m4          |  358 -------
 meta/recipes-support/lzo/lzo_2.10.bb               |    5 -
 meta/recipes-support/nettle/nettle_3.4.bb          |    8 +-
 meta/site/arm-linux                                |    1 -
 meta/site/common-musl                              |    1 +
 meta/site/ix86-common                              |    1 -
 meta/site/nios2-linux                              |    1 -
 meta/site/sh-common                                |    1 -
 scripts/lib/wic/plugins/source/rawcopy.py          |   22 +
 99 files changed, 3665 insertions(+), 3444 deletions(-)
 copy meta-selftest/recipes-test/devtool/{devtool-test-localonly => devtool-test-local}/file1 (100%)
 copy meta-selftest/recipes-test/devtool/{devtool-test-localonly => devtool-test-local}/file2 (100%)
 create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb
 rename meta/recipes-bsp/pciutils/{pciutils_3.5.5.bb => pciutils_3.5.6.bb} (92%)
 create mode 100644 meta/recipes-core/busybox/busybox/busybox-CVE-2017-16544.patch
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-framework/exec
 delete mode 100644 meta/recipes-core/udev/eudev/0001-rules-whitelist-hd-devices.patch
 delete mode 100644 meta/recipes-core/udev/eudev/0002-rules-update.patch
 delete mode 100644 meta/recipes-core/udev/eudev/0003-rules-watch-metadata-changes-in-ide-devices.patch
 delete mode 100644 meta/recipes-devtools/i2c-tools/files/Module.mk
 rename meta/recipes-devtools/i2c-tools/{i2c-tools_3.1.2.bb => i2c-tools_4.0.bb} (64%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-Provide-support-for-the-CUSE-TPM.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-tpm-Clean-up-driver-registration-lookup.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0002-Introduce-condition-to-notify-waiters-of-completed-c.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0002-tpm-Clean-up-model-registration-lookup.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0003-Introduce-condition-in-TPM-backend-for-notification.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0003-tpm-backend-Remove-unneeded-member-variable-from-bac.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0004-Add-support-for-VM-suspend-resume-for-TPM-TIS-v2.9.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0004-tpm-backend-Move-thread-handling-inside-TPMBackend.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0005-tpm-backend-Initialize-and-free-data-members-in-it-s.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0006-tpm-backend-Made-few-interface-methods-optional.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0007-tpm-backend-Add-new-api-to-read-backend-TpmInfo.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0008-tpm-backend-Move-realloc_buffer-implementation-to-tp.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0009-tpm-passthrough-move-reusable-code-to-utils.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0010-tpm-Added-support-for-TPM-emulator.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0011-tpm-Move-tpm_cleanup-to-right-place.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0012-tpm-Use-EMSGSIZE-instead-of-EBADMSG-to-compile-on-Op.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/chardev-connect-socket-to-a-spawned-command.patch
 delete mode 100644 meta/recipes-devtools/quilt/quilt/aclocal.patch
 create mode 100644 meta/recipes-extended/bash/bash/pathexp-dep.patch
 delete mode 100644 meta/recipes-extended/gperf/gperf.inc
 create mode 100644 meta/recipes-graphics/piglit/piglit/0001-tests-egl-egl-context-priority.c-Use-piglit_egl_get_.patch
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.11.bb => wayland-protocols_1.12.bb} (85%)
 delete mode 100644 meta/recipes-multimedia/alsa/alsa-lib/Check-if-wordexp-function-is-supported.patch
 delete mode 100644 meta/recipes-multimedia/alsa/alsa-lib/avoid-including-sys-poll.h-directly.patch
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.1.4.1.bb => alsa-lib_1.1.5.bb} (77%)
 rename meta/recipes-multimedia/alsa/{alsa-plugins_1.1.4.bb => alsa-plugins_1.1.5.bb} (96%)
 delete mode 100644 meta/recipes-multimedia/alsa/alsa-tools/0001-as10k1-Make-output_tram_line-static-inline.patch
 rename meta/recipes-multimedia/alsa/{alsa-tools_1.1.3.bb => alsa-tools_1.1.5.bb} (87%)
 rename meta/recipes-multimedia/alsa/{alsa-utils-scripts_1.1.4.bb => alsa-utils-scripts_1.1.5.bb} (100%)
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.1.4.bb => alsa-utils_1.1.5.bb} (97%)
 delete mode 100644 meta/recipes-multimedia/lame/lame/CVE-2017-13712.patch
 delete mode 100644 meta/recipes-multimedia/lame/lame/lame-3.99.5_fix_for_automake-1.12.x.patch
 rename meta/recipes-multimedia/lame/{lame_3.99.5.bb => lame_3.100.bb} (69%)
 delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio-discuss-iochannel-don-t-use-variable-length-array-in-union.patch
 rename meta/recipes-multimedia/pulseaudio/{pulseaudio_10.0.bb => pulseaudio_11.1.bb} (61%)
 create mode 100644 meta/recipes-support/libbsd/libbsd/0001-Fix-for-older-GCCs-not-supporting-__has_include.patch
 delete mode 100644 meta/recipes-support/lzo/lzo/acinclude.m4

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


More information about the Openembedded-commits mailing list