[oe-commits] [openembedded-core] branch master updated (811edd9 -> dd75644)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 1 23:53:25 UTC 2017


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

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

    from 811edd9  selftest/prservice: Adapt to BB_SERVER_TIMEOUT
     add b8b7aa0  linux-yocto/4.10: fix aufs build
     add c62fa43  linux-yocto/4.12: fix yaffs2 build
     add 288f3ce  linux-yocto/4.10/4.9: fix BRCMFMAC_PROTO_MSGBUF warning
     add b3abced  linux-yocto/4.12: silence qeumarma9 config warnings
     add 180acc0  linux-yocto/4.12: update to v4.12.10
     add 47b6840  linux-yocto/4.9: update to v4.9.46
     add 5a2cfba  linux-yocto/4.4: update to v4.4.85
     add 22593f3  qemu: upgrade to version 2.10.0
     add 56d2576  libsoup: upgrade to 2.58.2
     add 66f7ec3  mkelfimage: Add update convert.bin.c file
     new ce11cb4  lib/oe/package: Improve filedeprunner subprocess handling
     new 7f2f9b3  lib/oe/utils: Handle exceptions in multiprocess_exec
     new 1634fe5  staging: Fix a logic error which caused dependency removal
     new b3c63b3  package_manager: Clean up horrible 'None' return values
     new 85bad28  python-numpy, python3-numpy: Fix CVE-2017-12852
     new 2500858  acpica: use update-alternatives for acpixtract
     new 404cdec  gnupg: 2.1.23 -> 2.2.0
     new d73493e  initramfs-live-boot: disable systemd-update-done.service on live images
     new 77abe01  package: Change PACKAGE_BBCLASS_VERSION
     new a34e397  package_deb.bbclass: Handle colons in dependencies
     new dd75644  insane.bbclass: Warn if ${COREBASE}/LICENSE is used

The 11 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/insane.bbclass                        |   5 +-
 meta/classes/package.bbclass                       |   2 +-
 meta/classes/package_deb.bbclass                   |   7 +-
 meta/classes/staging.bbclass                       |  11 +-
 meta/lib/oe/package.py                             |  11 +-
 meta/lib/oe/package_manager.py                     |  19 +-
 meta/lib/oe/utils.py                               |  21 +-
 meta/recipes-core/initrdscripts/files/init-live.sh |   4 +
 .../mkelfimage/mkelfimage/convert.bin.c            | 348 ++++++++++
 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |   5 +
 ...inite-loop-when-creating-np.pad-on-an-emp.patch |  45 ++
 .../python-numpy/python-numpy_1.13.1.bb            |   1 +
 .../python-numpy/python3-numpy_1.13.1.bb           |   1 +
 ...0001-osdep-Add-runtime-OFD-lock-detection.patch | 141 ----
 ...e-posix-Do-runtime-check-for-ofd-lock-API.patch |  71 --
 ...support-for-VM-suspend-resume-for-TPM-TIS.patch | 719 ---------------------
 ...efile.patch => add-ptest-in-makefile-v10.patch} |  24 +-
 .../qemu/{qemu_2.10.0-rc2.bb => qemu_2.10.0.bb}    |   9 +-
 meta/recipes-devtools/qemu/qemu_2.8.1.1.bb         |  60 --
 meta/recipes-extended/acpica/acpica_20170303.bb    |   5 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |   4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      |  18 +-
 meta/recipes-kernel/linux/linux-yocto_4.12.bb      |  20 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |  20 +-
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       |  20 +-
 .../gnupg/{gnupg_2.1.23.bb => gnupg_2.2.0.bb}      |   4 +-
 ...libsoup-2.4_2.58.1.bb => libsoup-2.4_2.58.2.bb} |   4 +-
 34 files changed, 524 insertions(+), 1115 deletions(-)
 create mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage/convert.bin.c
 create mode 100644 meta/recipes-devtools/python-numpy/files/0001-BUG-fix-infinite-loop-when-creating-np.pad-on-an-emp.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-osdep-Add-runtime-OFD-lock-detection.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0002-file-posix-Do-runtime-check-for-ofd-lock-API.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0004-Add-support-for-VM-suspend-resume-for-TPM-TIS.patch
 rename meta/recipes-devtools/qemu/qemu/{add-ptest-in-makefile.patch => add-ptest-in-makefile-v10.patch} (52%)
 rename meta/recipes-devtools/qemu/{qemu_2.10.0-rc2.bb => qemu_2.10.0.bb} (84%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu_2.8.1.1.bb
 rename meta/recipes-support/gnupg/{gnupg_2.1.23.bb => gnupg_2.2.0.bb} (91%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.58.1.bb => libsoup-2.4_2.58.2.bb} (89%)

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


More information about the Openembedded-commits mailing list