[oe-commits] [openembedded-core] branch master updated (5a25ed1 -> 4d65421)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 15 23:05:11 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 5a25ed1  image-prelink: Disable for musl images
     new 3bf990e  binutils: Upgrade to 2.29
     new 86db855  populate_sdk_base.bbclass: add handling package exclusions to do_populate_sdk
     new 2a44ac1  distrodata.bbclass: add UPSTREAM_VERSION_UNKNOWN and UPSTREAM_CHECK_UNRELIABLE
     new d15bcae  assimp: fix upstream version check
     new 5026730  v86d: take tarball from debian
     new 4f6059a  pax-utils: check upstream version from debian servers
     new 89dfede  selftest: fix distrodata.py to use per-recipe UPSTREAM_VERSION_UNKNOWN setting
     new a6c12ff  gstreamer1.0: upgrade to version 1.12.2
     new 10d509f  gstreamer1.0-plugins-base: upgrade to version 1.12.2
     new 142d9e3  gstreamer1.0-plugins-good: upgrade to version 1.12.2
     new 1fa8492  gstreamer1.0-plugins-bad: upgrade to version 1.12.2
     new a963a2e  gstreamer1.0-plugins-ugly: upgrade to version 1.12.2
     new bdcf49d  gstreamer1.0-rtsp-server: upgrade to version 1.12.2
     new 01d7987  gstreamer1.0-omx: upgrade to version 1.12.2
     new 7991a8a  gstreamer1.0-libav: upgrade to version 1.12.2
     new 42daac1  gstreamer1.0-vaapi: upgrade to version 1.12.2
     new 084eb34  gstreamer1.0-python: upgrade to version 1.12.2
     new 3b41829  musl: Build only in ARM mode when using clang
     new 0c905d4  rm_work: fix build break for do_image_complete
     new e735c17  dpkg-configure: do not reload daemon configuration
     new 059bc9b  opkg-configure: do not reload daemon configuration
     new 23b359b  run-postinsts: do not reload daemon configuration
     new 4af13a4  image.bbclass: delete DATE variable too
     new 8e50f00  mesa: Fix build with vulkan on non-x86
     new 46feafd  ltp: upgrade to upstream latest commit on 20170804
     new d404d55  expat: Upgrade to 2.2.3
     new 95e1341  externalsrc: Handle .git not being a directory
     new 652e515  sysstat: fix creating configuration file for /var/log/sa
     new 147d926  python*-setuptools: update to 36.2.7
     new f992473  python3-docutils: update to 0.14
     new c32d526  e2fsprogs-doc: binary reproducible
     new 1e301a9  u-boot: update nios2 device tree for 10m50 board
     new 2175aec  python3: improve reproducibility
     new fad94cd  busybox.inc: improve reproducibility
     new 40ce3db  image-prelink.bbclass: support binary reproducibility
     new 012a70d  kernel.bbclass: improve reproducibility
     new df8df5f  image.bbclass: support binary reproducibility
     new 31ae160  site/ix86-common: Drop ac_cv_sizeof_ino_t as it can be incorrect with large file support
     new da9ac80  expat: Don't use getrandom() in the -native case
     new efe1f2c  selftest/tinfoil: Filter LogRecords in test_event_wait
     new 255caaa  packagefeed-stability.bbclass: change a bb.plain to bb.note
     new 92bda00  python3-native: Avoid use of getentropy/getrandom
     new 95e31e4  util-linux-native: Avoid use of getrandom
     new 7a33426  lib/oe/package_manager: re-implement rpm feed signing
     new 8a7154c  dnf: rrecommend gnupg
     new 8fbe0d6  signing-keys: delete unused tasks
     new 4f89a56  sign_package_feed.bbclass: install signing key into rootfs
     new f7716f1  package_manager.py: enable dnf's repo_gpgcheck if feed signing is enabled
     new ee3be65  oeqa: fix dnf tests
     new 1b8ac55  oeqa: fix temp file handling in dnf package feed test
     new 4d65421  dnf: expand dnf selftest to test signed package feeds

The 51 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-selftest/files/distrodata/checkpkg_exceptions |  28 -
 meta-selftest/files/signing/key.passphrase         |   1 +
 .../cases/{dnf-runtime.py => dnf_runtime.py}       |  13 +-
 meta/classes/distrodata.bbclass                    |  73 +-
 meta/classes/externalsrc.bbclass                   |  14 +-
 meta/classes/image-prelink.bbclass                 |  12 +-
 meta/classes/image.bbclass                         |  19 +-
 meta/classes/kernel.bbclass                        |  39 +-
 meta/classes/packagefeed-stability.bbclass         |   2 +-
 meta/classes/populate_sdk_base.bbclass             |  20 +
 meta/classes/rm_work.bbclass                       |   2 +-
 meta/classes/sign_package_feed.bbclass             |   3 +
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/lib/oe/package_manager.py                     |  24 +-
 meta/lib/oeqa/selftest/cases/distrodata.py         |  15 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  14 +-
 meta/lib/oeqa/selftest/cases/tinfoil.py            |   3 +
 .../u-boot/files/10m50-update-device-tree.patch    |  28 +
 meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc  |   1 +
 meta/recipes-bsp/v86d/v86d_0.1.10.bb               |   6 +-
 meta/recipes-core/busybox/busybox.inc              |   7 +
 meta/recipes-core/dbus-wait/dbus-wait_git.bb       |   1 +
 meta/recipes-core/expat/expat.inc                  |   4 +
 meta/recipes-core/expat/expat/libtool-tag.patch    |  18 +
 meta/recipes-core/expat/expat/no_getrandom.patch   |  23 +
 meta/recipes-core/expat/expat_2.2.1.bb             |   5 -
 meta/recipes-core/expat/expat_2.2.3.bb             |   4 +
 meta/recipes-core/meta/signing-keys.bb             |   8 +
 meta/recipes-core/musl/musl_git.bb                 |   2 +
 meta/recipes-core/ovmf/ovmf_git.bb                 |   1 +
 meta/recipes-core/psplash/psplash_git.bb           |   1 +
 meta/recipes-core/update-rc.d/update-rc.d_0.7.bb   |   1 +
 .../util-linux/util-linux/no_getrandom.patch       |  21 +
 meta/recipes-core/util-linux/util-linux_2.30.bb    |   1 +
 .../{binutils-2.28.inc => binutils-2.29.inc}       |  29 +-
 ...ian_2.28.bb => binutils-cross-canadian_2.29.bb} |   0
 ...nutils-cross_2.28.bb => binutils-cross_2.29.bb} |   0
 ...-crosssdk_2.28.bb => binutils-crosssdk_2.29.bb} |   0
 ...nutils-crosssdk-Generate-relocatable-SDKs.patch |   6 +-
 ...oss-Do-not-generate-linker-script-directo.patch |   4 +-
 ...ure-widen-the-regexp-for-SH-architectures.patch |  47 ++
 .../0004-Point-scripts-location-to-libdir.patch    |  10 +-
 ...te-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch |  20 +-
 ...ibtool-2.4.patch => 0006-Use-libtool-2.4.patch} | 504 +++++------
 ...-Add-the-armv5e-architecture-to-binutils.patch} |  10 +-
 ...e-distro-compiler-point-to-the-wrong-ins.patch} |  10 +-
 ...s-of-system-directories-when-cross-linki.patch} |  58 +-
 ...rpath-in-libtool-when-sysroot-is-enabled.patch} |   6 +-
 ...hange-default-emulation-for-mips64-linux.patch} |  14 +-
 ...tch => 0012-Add-support-for-Netlogic-XLP.patch} | 134 ++-
 ...correct-assembling-for-ppc-wait-mnemonic.patch} |  12 +-
 ...patch => 0014-Detect-64-bit-MIPS-targets.patch} |   6 +-
 .../0015-sync-with-OE-libtool-changes.patch        |   4 +-
 ...-lookup-of-file-line-information-for-erro.patch |  75 --
 ...segfault-in-_bfd_dwarf2_find_nearest_line.patch |  33 -
 .../binutils/binutils/CVE-2017-6965.patch          | 109 ---
 .../binutils/binutils/CVE-2017-6966.patch          | 221 -----
 .../binutils/binutils/CVE-2017-6969.patch          |  43 -
 .../binutils/binutils/CVE-2017-6969_2.patch        | 104 ---
 .../binutils/binutils/CVE-2017-7209.patch          |  48 --
 .../binutils/binutils/CVE-2017-7210.patch          |  56 --
 .../{binutils_2.28.bb => binutils_2.29.bb}         |   0
 .../build-compare/build-compare_git.bb             |   1 +
 meta/recipes-devtools/distcc/distcc_3.2.bb         |   1 +
 meta/recipes-devtools/dnf/dnf_2.6.3.bb             |   2 +
 .../dpkg/dpkg/dpkg-configure.service               |   2 +-
 .../e2fsprogs/e2fsprogs/reproducible-doc.patch     |  21 +
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb |   1 +
 meta/recipes-devtools/gnu-config/gnu-config_git.bb |   2 +-
 meta/recipes-devtools/llvm/llvm_git.bb             |   1 +
 meta/recipes-devtools/mmc/mmc-utils_git.bb         |   1 +
 .../opkg/opkg/opkg-configure.service               |   2 +-
 meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb |   2 +
 meta/recipes-devtools/python/python-setuptools.inc |   4 +-
 ...tools_36.2.0.bb => python-setuptools_36.2.7.bb} |   0
 ...docutils_0.13.1.bb => python3-docutils_0.14.bb} |   6 +-
 .../python/python3-native_3.5.3.bb                 |   5 +-
 ...ools_36.2.0.bb => python3-setuptools_36.2.7.bb} |   0
 .../support_SOURCE_DATE_EPOCH_in_py_compile.patch  |  97 +++
 meta/recipes-devtools/python/python3_3.5.3.bb      |   1 +
 meta/recipes-devtools/rpm/rpm_git.bb               |   1 +
 .../run-postinsts/run-postinsts.service            |   2 +-
 .../squashfs-tools/squashfs-tools_git.bb           |   1 +
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb   |   1 +
 meta/recipes-extended/lsb/lsb_4.1.bb               |   1 +
 .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch   |  34 -
 ...TH_MAX-undeclared-when-building-with-musl.patch |  31 -
 ...faccessat-and-fchmodat-Fix-build-warnings.patch |  68 --
 ...E_SIZE-redefinition-and-O_CREAT-undeclear.patch | 113 +++
 ...d_key02-update-to-test-fix-for-nonempty-N.patch | 136 ---
 meta/recipes-extended/ltp/ltp_20170516.bb          |  18 +-
 meta/recipes-extended/sysstat/sysstat.inc          |  12 +-
 meta/recipes-extended/unzip/unzip_6.0.bb           |   1 +
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb      |   1 +
 meta/recipes-extended/zip/zip_3.0.bb               |   1 +
 meta/recipes-graphics/fstests/fstests_git.bb       |   1 +
 meta/recipes-graphics/kmscube/kmscube_git.bb       |   1 +
 meta/recipes-graphics/mesa/mesa.inc                |   5 +-
 meta/recipes-graphics/piglit/piglit_git.bb         |   1 +
 meta/recipes-graphics/vulkan/assimp_4.0.0.bb       |   1 +
 meta/recipes-graphics/vulkan/vulkan-demos_git.bb   |   1 +
 .../xcursor-transparent-theme_git.bb               |   1 +
 .../recipes-graphics/xorg-lib/libxcalibrate_git.bb |   1 +
 .../xorg-proto/calibrateproto_git.bb               |   2 +
 .../xvideo-tests/xvideo-tests_git.bb               |   1 +
 .../linux-firmware/linux-firmware_git.bb           |   1 +
 .../recipes-multimedia/gstreamer/gst-player_git.bb |   1 +
 ...ideobufferpool-create-allocator-if-needed.patch |  61 --
 ...ibav_1.10.4.bb => gstreamer1.0-libav_1.12.2.bb} |   4 +-
 .../gstreamer/gstreamer1.0-meta-base.bb            |   2 +-
 ....0-omx_1.10.4.bb => gstreamer1.0-omx_1.12.2.bb} |   4 +-
 .../gstreamer/gstreamer1.0-plugins-bad.inc         |  30 +-
 ...-don-t-hardcode-libtool-name-when-running.patch |  60 +-
 ...G_CONFIG_SYSROOT_DIR-to-pkg-config-output.patch |  42 +-
 ...gl.pc.in-don-t-append-GL_CFLAGS-to-CFLAGS.patch |  21 +-
 ...1-mssdemux-improved-live-playback-support.patch | 929 ---------------------
 ...ming-implement-adaptivedemux-s-get_live_s.patch | 183 ----
 ...ming-use-the-duration-from-the-list-of-fr.patch |  62 --
 ....10.4.bb => gstreamer1.0-plugins-bad_1.12.2.bb} |  11 +-
 ...eed-more-buffers-in-output-queue-for-bett.patch |  32 -
 ...10.4.bb => gstreamer1.0-plugins-base_1.12.2.bb} |   5 +-
 ...Also-add-videometa-if-there-is-padding-to.patch |  35 -
 ...10.4.bb => gstreamer1.0-plugins-good_1.12.2.bb} |   8 +-
 .../gstreamer/gstreamer1.0-plugins-ugly.inc        |   1 -
 ...10.4.bb => gstreamer1.0-plugins-ugly_1.12.2.bb} |   4 +-
 ...hon_1.10.4.bb => gstreamer1.0-python_1.12.2.bb} |   4 +-
 .../gstreamer/gstreamer1.0-rtsp-server_1.10.4.bb   |   6 -
 .../gstreamer/gstreamer1.0-rtsp-server_1.12.2.bb   |   6 +
 .../gstreamer/gstreamer1.0-vaapi.inc               |  13 +-
 .../gstreamer/gstreamer1.0-vaapi_1.10.4.bb         |   7 -
 .../gstreamer/gstreamer1.0-vaapi_1.12.2.bb         |   5 +
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc |   2 +-
 ...dd-switches-for-enabling-disabling-libdw-.patch |  70 ++
 .../gstreamer1.0/deterministic-unwind.patch        |  24 -
 ...treamer1.0_1.10.4.bb => gstreamer1.0_1.12.2.bb} |   6 +-
 meta/recipes-multimedia/x264/x264_git.bb           |   1 +
 meta/recipes-sato/puzzles/puzzles_git.bb           |   1 +
 meta/site/ix86-common                              |   1 -
 meta/site/x32-linux                                |   1 -
 meta/site/x86_64-linux                             |   1 -
 140 files changed, 1277 insertions(+), 2931 deletions(-)
 delete mode 100644 meta-selftest/files/distrodata/checkpkg_exceptions
 create mode 100644 meta-selftest/files/signing/key.passphrase
 rename meta-selftest/lib/oeqa/runtime/cases/{dnf-runtime.py => dnf_runtime.py} (77%)
 create mode 100644 meta/recipes-bsp/u-boot/files/10m50-update-device-tree.patch
 create mode 100644 meta/recipes-core/expat/expat/libtool-tag.patch
 create mode 100644 meta/recipes-core/expat/expat/no_getrandom.patch
 delete mode 100644 meta/recipes-core/expat/expat_2.2.1.bb
 create mode 100644 meta/recipes-core/expat/expat_2.2.3.bb
 create mode 100644 meta/recipes-core/util-linux/util-linux/no_getrandom.patch
 rename meta/recipes-devtools/binutils/{binutils-2.28.inc => binutils-2.29.inc} (57%)
 rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.28.bb => binutils-cross-canadian_2.29.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross_2.28.bb => binutils-cross_2.29.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.28.bb => binutils-crosssdk_2.29.bb} (100%)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0003-configure-widen-the-regexp-for-SH-architectures.patch
 rename meta/recipes-devtools/binutils/binutils/{0007-Use-libtool-2.4.patch => 0006-Use-libtool-2.4.patch} (98%)
 rename meta/recipes-devtools/binutils/binutils/{0008-Add-the-armv5e-architecture-to-binutils.patch => 0007-Add-the-armv5e-architecture-to-binutils.patch} (83%)
 rename meta/recipes-devtools/binutils/binutils/{0009-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch => 0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch} (82%)
 rename meta/recipes-devtools/binutils/binutils/{0010-warn-for-uses-of-system-directories-when-cross-linki.patch => 0009-warn-for-uses-of-system-directories-when-cross-linki.patch} (87%)
 rename meta/recipes-devtools/binutils/binutils/{0011-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch => 0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch} (92%)
 rename meta/recipes-devtools/binutils/binutils/{0012-Change-default-emulation-for-mips64-linux.patch => 0011-Change-default-emulation-for-mips64-linux.patch} (88%)
 rename meta/recipes-devtools/binutils/binutils/{0013-Add-support-for-Netlogic-XLP.patch => 0012-Add-support-for-Netlogic-XLP.patch} (82%)
 rename meta/recipes-devtools/binutils/binutils/{0014-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch => 0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch} (76%)
 rename meta/recipes-devtools/binutils/binutils/{0016-Detect-64-bit-MIPS-targets.patch => 0014-Detect-64-bit-MIPS-targets.patch} (89%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0017-bfd-Improve-lookup-of-file-line-information-for-erro.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0018-PR-21409-segfault-in-_bfd_dwarf2_find_nearest_line.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6965.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6966.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6969.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6969_2.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-7209.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-7210.patch
 rename meta/recipes-devtools/binutils/{binutils_2.28.bb => binutils_2.29.bb} (100%)
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch
 rename meta/recipes-devtools/python/{python-setuptools_36.2.0.bb => python-setuptools_36.2.7.bb} (100%)
 rename meta/recipes-devtools/python/{python3-docutils_0.13.1.bb => python3-docutils_0.14.bb} (60%)
 rename meta/recipes-devtools/python/{python3-setuptools_36.2.0.bb => python3-setuptools_36.2.7.bb} (100%)
 create mode 100644 meta/recipes-devtools/python/python3/support_SOURCE_DATE_EPOCH_in_py_compile.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0006-fix-PATH_MAX-undeclared-when-building-with-musl.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0037-faccessat-and-fchmodat-Fix-build-warnings.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0037-ltp-fix-PAGE_SIZE-redefinition-and-O_CREAT-undeclear.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0038-syscalls-add_key02-update-to-test-fix-for-nonempty-N.patch
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer-vaapi/vaapivideobufferpool-create-allocator-if-needed.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.10.4.bb => gstreamer1.0-libav_1.12.2.bb} (88%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.10.4.bb => gstreamer1.0-omx_1.12.2.bb} (69%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-mssdemux-improved-live-playback-support.patch
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-smoothstreaming-implement-adaptivedemux-s-get_live_s.patch
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-smoothstreaming-use-the-duration-from-the-list-of-fr.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.10.4.bb => gstreamer1.0-plugins-bad_1.12.2.bb} (65%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/encodebin-Need-more-buffers-in-output-queue-for-bett.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.10.4.bb => gstreamer1.0-plugins-base_1.12.2.bb} (78%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.10.4.bb => gstreamer1.0-plugins-good_1.12.2.bb} (77%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.10.4.bb => gstreamer1.0-plugins-ugly_1.12.2.bb} (76%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.10.4.bb => gstreamer1.0-python_1.12.2.bb} (57%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.10.4.bb
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.12.2.bb
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.10.4.bb
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.12.2.bb
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-configure-Add-switches-for-enabling-disabling-libdw-.patch
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/deterministic-unwind.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.10.4.bb => gstreamer1.0_1.12.2.bb} (59%)

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


More information about the Openembedded-commits mailing list