[oe-commits] [openembedded-core] branch master updated (0f04e81 -> 81ee68f)

git at git.openembedded.org git at git.openembedded.org
Sun Dec 15 09:11:12 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 0f04e81  build-appliance-image: Update to master head revision
     new 3f6dcf6  oeqa: qemu: ensure that host dump commands can be run properly
     new 07da998  oeqa: qemu: fix width of top output in host dump
     new c1def38  oeqa: qemu: ensure we print runqemu output in the event of failure
     new ca64a3d  runqemu: log parameters correctly within testimage
     new 47e40fd  runqemu: handle tap device creation failure properly
     new 18d8e5a  podfix: class to remove Pod::Man versions from manpages
     new 5dc43ed  reproducible_build_simple: inherit podfix
     new 0863670  kbd: avoid vlock conflict with busybox
     new 1a31a31  bluez: update 5.50 -> 5.52
     new 78221af  bluez5: disable debug output in ptests
     new 06ce571  cronie:fix SRC_URI path
     new 83eebf5  goarch: Remove target specific dependencies
     new 18b9096  Revert "go: Reset unneeded GOARCH variables for native recipe"
     new ad5c914  nasm: Add debug-prefix-map option
     new 9119a88  libjpeg-turbo: Build reproducibly
     new c3cb6bc  buildstats: Replace 'is' with '==' in python condition check expression
     new 04e4e93  conf/machine/x86-base: use wic instead of live
     new de98cfe  sstatesig: Optimise get_taskhash for hashequiv
     new 81ee68f  scripts/oe-build-perf-test: Use python3 from the environment

The 19 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/buildstats.bbclass                    |   2 +-
 meta/classes/goarch.bbclass                        |   6 +
 meta/classes/podfix.bbclass                        |  32 ++
 meta/classes/reproducible_build_simple.bbclass     |   1 +
 meta/conf/machine/include/x86-base.inc             |   2 +-
 meta/lib/oe/sstatesig.py                           |  13 +-
 meta/lib/oeqa/utils/dump.py                        |   5 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   4 +-
 meta/recipes-connectivity/bluez5/bluez5.inc        |  22 +-
 ...-obexd-without-systemd-in-the-user-sessio.patch |  12 +-
 ...01-Makefile.am-Fix-a-race-issue-for-tools.patch |  30 --
 ...ls-Fix-build-after-y2038-changes-in-glibc.patch |  68 ---
 .../0001-tools-btpclient.c-include-signal.h.patch  |  30 --
 .../bluez5/bluez5/CVE-2018-10910.patch             | 505 ---------------------
 .../bluez5/bluez5/gcc9-fixes.patch                 | 301 ------------
 .../bluez5/bluez5/out-of-tree.patch                |  26 --
 meta/recipes-connectivity/bluez5/bluez5/run-ptest  |   2 +-
 .../bluez5/{bluez5_5.50.bb => bluez5_5.52.bb}      |   4 +-
 meta/recipes-core/kbd/kbd_2.2.0.bb                 |   3 +-
 meta/recipes-devtools/go/go-common.inc             |  10 -
 .../nasm/nasm/0001-stdlib-Add-strlcat.patch        | 117 +++++
 .../nasm/0002-Add-debug-prefix-map-option.patch    | 325 +++++++++++++
 meta/recipes-devtools/nasm/nasm_2.14.02.bb         |   2 +
 meta/recipes-extended/cronie/cronie_1.5.5.bb       |   2 +-
 meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb  |   2 +
 scripts/oe-build-perf-test                         |   2 +-
 scripts/runqemu                                    |  33 +-
 27 files changed, 544 insertions(+), 1017 deletions(-)
 create mode 100644 meta/classes/podfix.bbclass
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-Fix-a-race-issue-for-tools.patch
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-tools-Fix-build-after-y2038-changes-in-glibc.patch
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-tools-btpclient.c-include-signal.h.patch
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5/CVE-2018-10910.patch
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5/gcc9-fixes.patch
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5/out-of-tree.patch
 rename meta/recipes-connectivity/bluez5/{bluez5_5.50.bb => bluez5_5.52.bb} (91%)
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-stdlib-Add-strlcat.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/0002-Add-debug-prefix-map-option.patch

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


More information about the Openembedded-commits mailing list