[oe-commits] [openembedded-core] branch master updated (ebc96f2 -> f999215)

git at git.openembedded.org git at git.openembedded.org
Tue Jan 29 17:45:24 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 ebc96f2  libtool: Fix ignoring compiler-rt libs
     add 8df14b6  Change default debug split to make separate source packages
     add ac83d22  arm-tunes: Remove -march option if mcpu is already added
     add a8ab788  valgrind: Dont strip off -mcpu
     add bc79395  systemd: Update recent CVE patches
     add 946f37d  oeqa/manual: Add manual runtime 'compliance' testcases to json
     add f5083ba  oeqa/manual/sdk.json: Updated toolchain tarball to core-image-sato
     add 8fe6728  classes/icecc: Add ICECC_REMOTE_CPP variable
     add 54cd9bd  linux-firmware: recommend split up packages
     add 973befb  linux-firmware: split out liquidio firmware
     add 3598326  meta: add native and nativesdk variants to various recipes to enable gtk+3-native/nativesdk
     add 0070b50  libepoxy: enable native/nativesdk variants
     add 0645132  shared-mime-info: update the database also in native builds
     add f999215  pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native

No new revisions were added by this update.

Summary of changes:
 meta/classes/icecc.bbclass                         |   3 +
 meta/classes/pixbufcache.bbclass                   |   2 +-
 meta/classes/populate_sdk_base.bbclass             |   2 +-
 meta/conf/bitbake.conf                             |   2 +
 meta/conf/machine/include/tune-arm1136jf-s.inc     |   4 +-
 meta/conf/machine/include/tune-arm920t.inc         |   4 +-
 meta/conf/machine/include/tune-arm926ejs.inc       |   4 +-
 meta/conf/machine/include/tune-arm9tdmi.inc        |   4 +-
 meta/conf/machine/include/tune-cortexa15.inc       |  27 ++--
 meta/conf/machine/include/tune-cortexa17.inc       |  27 ++--
 meta/conf/machine/include/tune-cortexa5.inc        |  27 ++--
 meta/conf/machine/include/tune-cortexa7.inc        |  27 ++--
 meta/conf/machine/include/tune-cortexa8.inc        |  19 +--
 meta/conf/machine/include/tune-cortexa9.inc        |  28 ++--
 meta/conf/machine/include/tune-ep9312.inc          |   1 +
 meta/conf/machine/include/tune-iwmmxt.inc          |   3 +-
 meta/conf/machine/include/tune-strongarm1100.inc   |   3 +-
 meta/conf/machine/include/tune-xscale.inc          |   7 +-
 meta/lib/oeqa/manual/compliance-test.json          | 142 +++++++++++++++++++++
 meta/lib/oeqa/manual/sdk.json                      |  14 +-
 meta/lib/oeqa/selftest/cases/pkgdata.py            |   4 +-
 ...-not-store-the-iovec-entry-for-process-co.patch |   6 +-
 ...ld-set-a-limit-on-the-number-of-fields-1k.patch |  56 --------
 ...rnald-set-a-limit-on-the-number-of-fields.patch | 139 ++++++++++++++++++++
 ...nal-fix-out-of-bounds-read-CVE-2018-16866.patch |  49 +++++++
 ...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           |   6 +-
 meta/recipes-devtools/valgrind/valgrind_3.14.0.bb  |  11 --
 .../recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.11.bb |   2 +-
 .../gnome/adwaita-icon-theme_3.28.0.bb             |   2 +
 .../hicolor-icon-theme/hicolor-icon-theme_0.17.bb  |   2 +
 meta/recipes-graphics/cairo/cairo_1.14.12.bb       |   2 +-
 meta/recipes-graphics/harfbuzz/harfbuzz_2.2.0.bb   |   2 +-
 meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb  |   2 +-
 meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb   |  16 +++
 meta/recipes-graphics/pango/pango_1.42.4.bb        |   2 +-
 .../ttf-fonts/liberation-fonts_2.00.1.bb           |   2 +
 .../xorg-lib/libxcomposite_0.4.4.bb                |   2 +-
 meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb |   2 +-
 meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb      |   2 +
 meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb    |   1 +
 .../linux-firmware/linux-firmware_git.bb           |   9 +-
 meta/recipes-support/atk/at-spi2-atk_2.30.0.bb     |   2 +
 meta/recipes-support/atk/at-spi2-core_2.30.0.bb    |   1 +
 meta/recipes-support/atk/atk_2.30.0.bb             |   2 +-
 .../shared-mime-info/shared-mime-info.inc          |   2 +
 meta/recipes-support/vte/vte_0.52.2.bb             |   2 +
 49 files changed, 508 insertions(+), 415 deletions(-)
 create mode 100644 meta/lib/oeqa/manual/compliance-test.json
 delete 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/0025-journald-set-a-limit-on-the-number-of-fields.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0026-journal-fix-out-of-bounds-read-CVE-2018-16866.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0026-journal-remote-set-a-limit-on-the-number-of-fields-i.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0027-journal-fix-syslog_parse_identifier.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0028-journal-do-not-remove-multiple-spaces-after-identifi.patch

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


More information about the Openembedded-commits mailing list