[oe-commits] [openembedded-core] branch master-next updated (a56298f -> 89ad790)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 24 12:55:39 UTC 2019


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

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

    from a56298f  linux-yocto/4.19: qemuarma15: drop 'qemuarm' match
     add a4edfa4  remove unused distutils-tools.bbclass
     new ea35269  sstate.bbclass: make sure changes to SSTATE_SCAN_FILES are not ignored
     new 070abef  fontcache: fix postinst for nativesdk case
     new c413220  qemuwrapper-cross: check qemu usermode only when building a target package
     new 7eb35b8  lib/oe/package_manager: turn postinst_intercept warnings into failures for nativesdk
     new fefb321  cmake: do not look into native sysroot in the nativesdk environment
     new 3feb209  testimage.bbclass: add support for passing runqemu params
     new 269b0c7  kmscube: update to latest commit, switch over to meson
     new fa60f59  kmscube: make gstreamer dependency optional
     new 74753d9  lib/oe/reciputils.py: parallelize upstream version checks
     new a74d2ba  devtool: add a command to print an overall list of recipes that can be updated
     new f5ba6e0  arch-arm: Do not add -march options for arm architecture along with -mcpu
     new 094e21e  perl: Make install.perl depend on install.sym
     new 5105bbb  ccache: 3.5 -> 3.6
     new fe7c2cc  ccache: Fix Segmentation fault error when gcc -o /dev/null
     new c7dd937  cmake-native: Add --enable-ccache to configure options
     new ff57b4b  bitbake.conf: Add CCACHE_TOP_DIR to BB_HASHBASE_WHITELIST
     new d77c264  systemd: Security fix CVE-2018-16864
     new 1482453  systemd: Security fix CVE-2018-16865
     new a69140a  systemd: Security fix CVE-2018-16866
     new e9b8b43  gettext: Add --cache-file to EXTRA_OECONF
     new 2447cb5  ncurses: Add --cache-file to EXTRA_OECONF
     new eda4435  gcc-runtime: Add --cache-file to EXTRA_OECONF
     new 3f30ffa  packagegroup.bbclass: Set INHIBIT_DEFAULT_DEPS
     new 21a298a  fontconfig: Fix define for HAVE_POSIX_FADVISE
     new 35499f3  eSDK.py: avoid error in tearDownClass due to race condistion
     new 3a1dffe  runtime/ksample.py: correct a syntax and perfect item about architecture
     new 35a7104  eSDK.py: unset BBPATH and BUILDDIR to avoid eSDK failure
     new 89ad790  ptest-runner: pass libdir to DEFAULT_DIRECTORY when compiling

The 28 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/distutils-tools.bbclass               |  73 --------
 meta/classes/fontcache.bbclass                     |   1 +
 meta/classes/packagegroup.bbclass                  |   2 +
 meta/classes/sstate.bbclass                        |   1 +
 meta/classes/testimage.bbclass                     |   4 +-
 meta/conf/bitbake.conf                             |   2 +-
 meta/conf/machine/include/arm/arch-armv4.inc       |   3 +-
 meta/conf/machine/include/arm/arch-armv5.inc       |   3 +-
 meta/conf/machine/include/arm/arch-armv6.inc       |   3 +-
 meta/conf/machine/include/arm/arch-armv7a.inc      |   3 +-
 meta/conf/machine/include/arm/arch-armv7ve.inc     |   3 +-
 meta/conf/machine/include/tune-arm1136jf-s.inc     |   2 +
 meta/conf/machine/include/tune-arm920t.inc         |   2 +
 meta/conf/machine/include/tune-arm926ejs.inc       |   2 +
 meta/conf/machine/include/tune-arm9tdmi.inc        |   2 +
 meta/conf/machine/include/tune-cortexa15.inc       |   2 +
 meta/conf/machine/include/tune-cortexa17.inc       |   2 +
 meta/conf/machine/include/tune-cortexa5.inc        |   2 +
 meta/conf/machine/include/tune-cortexa7.inc        |   2 +
 meta/conf/machine/include/tune-cortexa8.inc        |   2 +
 meta/conf/machine/include/tune-cortexa9.inc        |   2 +
 meta/conf/machine/include/tune-ep9312.inc          |   4 +-
 meta/conf/machine/include/tune-iwmmxt.inc          |   4 +-
 meta/conf/machine/include/tune-strongarm1100.inc   |   2 +
 meta/conf/machine/include/tune-thunderx.inc        |   2 +
 meta/conf/machine/include/tune-xscale.inc          |   2 +
 meta/lib/oe/package_manager.py                     |   7 +-
 meta/lib/oe/recipeutils.py                         |  77 +++++---
 meta/lib/oeqa/core/target/qemu.py                  |   4 +-
 meta/lib/oeqa/runtime/cases/ksample.py             |   6 +-
 meta/lib/oeqa/selftest/cases/eSDK.py               |   8 +-
 meta/recipes-core/gettext/gettext_0.19.8.1.bb      |   1 +
 meta/recipes-core/ncurses/ncurses_6.1+20181013.bb  |   2 +-
 ...-not-store-the-iovec-entry-for-process-co.patch | 204 +++++++++++++++++++++
 ...ld-set-a-limit-on-the-number-of-fields-1k.patch |  56 ++++++
 ...ote-set-a-limit-on-the-number-of-fields-i.patch |  84 +++++++++
 .../0027-journal-fix-syslog_parse_identifier.patch |  77 ++++++++
 ...not-remove-multiple-spaces-after-identifi.patch |  84 +++++++++
 meta/recipes-core/systemd/systemd_239.bb           |   5 +
 meta/recipes-devtools/ccache/ccache_3.5.bb         |  11 --
 meta/recipes-devtools/ccache/ccache_3.6.bb         |  12 ++
 .../0002-dev.mk.in-fix-file-name-too-long.patch    |   8 +-
 ...mentation-fault-error-when-gcc-o-dev-null.patch |  79 ++++++++
 meta/recipes-devtools/cmake/cmake-native_3.12.2.bb |   1 +
 .../cmake/cmake/OEToolchainConfig.cmake            |   2 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc          |   1 +
 ...e-Make-install.perl-depend-on-install.sym.patch |  32 ++++
 meta/recipes-devtools/perl-sanity/perl_5.28.1.bb   |   1 +
 .../recipes-devtools/qemu/qemuwrapper-cross_1.0.bb |   2 +-
 ...cache.c-Fix-define-for-HAVE_POSIX_FADVISE.patch |  33 ++++
 .../fontconfig/fontconfig_2.12.6.bb                |   7 +
 meta/recipes-graphics/kmscube/kmscube_git.bb       |   9 +-
 .../ptest-runner/ptest-runner_2.3.bb               |   4 +-
 scripts/lib/devtool/upgrade.py                     |  20 ++
 54 files changed, 836 insertions(+), 133 deletions(-)
 delete mode 100644 meta/classes/distutils-tools.bbclass
 create mode 100644 meta/recipes-core/systemd/systemd/0024-journald-do-not-store-the-iovec-entry-for-process-co.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0025-journald-set-a-limit-on-the-number-of-fields-1k.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0026-journal-remote-set-a-limit-on-the-number-of-fields-i.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0027-journal-fix-syslog_parse_identifier.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0028-journal-do-not-remove-multiple-spaces-after-identifi.patch
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.5.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.6.bb
 create mode 100644 meta/recipes-devtools/ccache/files/0003-Fix-Segmentation-fault-error-when-gcc-o-dev-null.patch
 create mode 100644 meta/recipes-devtools/perl-sanity/files/0001-Makefile-Make-install.perl-depend-on-install.sym.patch
 create mode 100644 meta/recipes-graphics/fontconfig/fontconfig/0001-src-fccache.c-Fix-define-for-HAVE_POSIX_FADVISE.patch

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


More information about the Openembedded-commits mailing list