[oe-commits] [openembedded-core] branch master-next updated (2117c14 -> fcdd282)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 8 22:36:52 UTC 2017


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 2117c14  lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehome
     add 5583454  maintainers.inc: update maintainership
     add 4fde011  feature-arm-vfp.inc: drop unnecessary extra space from TUNE_CCARGS
     add 9113928  useradd-staticids: skip recipes without static IDs
     add 883bfc2  useradd-staticids: explain how to fix the the problem
     add 43820fe  base.bbclass: use d instead on e.data
     add cb19166  image.bbclass: Fix 'vardepsexclude' mechanism for image_cmd_${FSTYPE}
     add 8e82515  externalsrc: fix ExpansionError if the source dir does not exist yet
     add 276ff1f  image.bbclass: let do_image depend on do_populate_lic of EXTRA_IMAGEDEPENDS
     add 842f3be  oeqa/selftest/runtime_test: use console in postinst_rootfs_and_boot
     add 80db3d9  oeqa/core/loader: Make _built_modules_dict() support packages correctly
     add bca9996  lib/oeqa/selftest/cases/gotoolchain: add selftest for the Go toolchain
     add 4680791  selftest/imagefeatures: add basic test for useradd-staticids
     add a9c7f87  masterimage.py: fix issue with calling reboot on masterimage/DUT
     add adfe79d  masterimage.py: fix stop()
     add 64614ab  masterimage.py: rename parameter "params" in start() to "extra_bootparams"
     add 1eb2a9c  sshcontrol.py: in copy_to() always use scp
     add 4cae425  util-linux: upgrade to 2.31
     add db5f9b8  bash-completion: remove rfkill file that util-linux provides
     add 090eecc  libxml2: 2.9.5 -> 2.9.7
     add 60aa20b  db: change types to avoid headers changing between architectures
     add 701250d  python: add PACKAGECONFIG for Berkeley DB module
     add 22d1ec2  ffmpeg: upgrade to 3.3.4
     add 391ceb6  grub_2.02.bb: improve reproducibility
     add d74ebc9  bind: move libraries to own package
     add 44af4f2  expect: Fix segfaults when Expect clib is used directly from C program
     add 24fdebb  libsolv: fix a kernel-devsrc installation issue
     add 0ff69fc  rpm: remove --sysroot from macros on target
     add 3953c54  musl: Update to latest
     add 713761d  systemd: remove useless options for mips4
     add 6bc323a  curl_7.54.1.bb: improve reproducibility
     add b947de5  scripts/contrib/bbvars.py: Rewrite to use tinfoil
     add 9771769  wget: Upgrade 1.19.1 -> 1.19.2
     add 422959a  expat: upgrade to 2.2.5
     add 04151b8  dpkg: use snapshot.debian.org
     add ccffc66  systemctl-native: add target.wants to target regex
     add e7443e7  wic: When using --use-uuid make sure that we update the fstab with PARTUUID
     add 4974672  wic: Update canned-wks for systemd to use UUID everywhere
     add ad3e2e2  qemu: upgrade to 2.10.1
     add d4cb21d  wayland-protocols: upgrade to 1.11
     add 6870c4d  gobject-introspection: improve reproducibility
     add 6b61126  oe-build-perf-report-email.py: add images as MIME objects
     add 65a3b7b  e2fsprogs-ptest: improve reproducibility
     add acdee72  systemd: Fix build on musl
     add 3717c76  gcc: fix miscompilation on mips64
     new 92e884c  qemurunner: Ensure logging handler is removed
     new 810fbaf  oeqa/runqemu: Only show stdout/stderr upon test failure
     new d25b7b6  oeqa/targetcontrol: Drop unused get_target_controller function
     new 7c9b648  oeqa/qemurunner: Use logger.debug, not logger.info
     new 4a5010d  testimage: Pass the logger into OERuntimeTestContextExecutor.getTarget()
     new fcdd282  oeqa: Clean up logger handling

The 6 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/static-group                   |  14 +
 meta-selftest/files/static-passwd                  |  11 +
 meta/classes/base.bbclass                          |  36 +-
 meta/classes/externalsrc.bbclass                   |   4 +-
 meta/classes/image.bbclass                         |  19 +-
 meta/classes/testimage.bbclass                     |   2 +-
 meta/classes/useradd-staticids.bbclass             |  74 +--
 meta/conf/distro/include/maintainers.inc           |  42 +-
 meta/conf/machine/include/arm/feature-arm-vfp.inc  |   4 +-
 meta/lib/oeqa/controllers/masterimage.py           |   6 +-
 meta/lib/oeqa/core/loader.py                       |  50 +-
 meta/lib/oeqa/core/runner.py                       |   8 +
 meta/lib/oeqa/core/target/qemu.py                  |   2 +-
 meta/lib/oeqa/selftest/cases/gotoolchain.py        |  67 +++
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |  10 +
 meta/lib/oeqa/selftest/cases/runqemu.py            |   7 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |   3 +-
 meta/lib/oeqa/targetcontrol.py                     |  52 +--
 meta/lib/oeqa/utils/commands.py                    |  25 +-
 meta/lib/oeqa/utils/qemurunner.py                  |  79 ++--
 meta/lib/oeqa/utils/qemutinyrunner.py              |   3 +-
 meta/lib/oeqa/utils/sshcontrol.py                  |   9 +-
 meta/recipes-bsp/grub/grub_2.02.bb                 |   7 +
 meta/recipes-connectivity/bind/bind_9.10.6.bb      |   3 +
 meta/recipes-core/expat/expat/libtool-tag.patch    |  34 +-
 meta/recipes-core/expat/expat_2.2.3.bb             |   4 -
 meta/recipes-core/expat/expat_2.2.5.bb             |   4 +
 .../libxml/{libxml2_2.9.5.bb => libxml2_2.9.7.bb}  |   4 +-
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 .../systemd/systemd-systemctl/systemctl            |   2 +-
 ...PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch |  43 ++
 ...llback-parse_printf_format-implementation.patch | 433 ++++++++++++++++++
 ...asic-missing.h-check-for-missing-strndupa.patch | 104 +++++
 ...if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch | 157 +++++++
 ...issing.h-check-for-missing-__compar_fn_t-.patch |  47 ++
 .../systemd/0006-Include-netinet-if_ether.h.patch  |  86 ++++
 ...-check-for-missing-canonicalize_file_name.patch |  63 +++
 .../systemd/0008-Do-not-enable-nss-tests.patch     |  35 ++
 ...xdecoct.c-Include-missing.h-form-strndupa.patch |  27 ++
 ....c-Disable-tests-for-missing-typedefs-in-.patch |  49 ++
 .../0011-don-t-use-glibc-specific-qsort_r.patch    | 105 +++++
 ...ass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch |  99 ++++
 ...fn_t-is-glibc-specific-use-raw-signature-.patch |  31 ++
 meta/recipes-core/systemd/systemd_234.bb           |  31 +-
 meta/recipes-core/util-linux/util-linux.inc        |  24 +-
 .../{util-linux_2.30.bb => util-linux_2.31.bb}     |   6 +-
 meta/recipes-devtools/dpkg/dpkg_1.18.24.bb         |   2 +-
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb |   5 +
 ...segfaults-if-Tcl-is-built-with-stubs-and-.patch |  91 ++++
 meta/recipes-devtools/expect/expect_5.45.bb        |   1 +
 meta/recipes-devtools/gcc/gcc-7.2.inc              |   1 +
 .../fix-miscompilation-for-O1-on-mips64el.patch    |  35 ++
 meta/recipes-devtools/python/python_2.7.13.bb      |  14 +-
 .../qemu/qemu/CVE-2017-13672.patch                 | 504 ---------------------
 .../qemu/qemu/CVE-2017-13673.patch                 |  53 ---
 .../qemu/qemu/CVE-2017-13711.patch                 |  87 ----
 .../qemu/qemu/CVE-2017-14167.patch                 |  70 ---
 meta/recipes-devtools/qemu/qemu/glibc-2.25.patch   |  14 -
 .../qemu/{qemu_2.10.0.bb => qemu_2.10.1.bb}        |   8 +-
 meta/recipes-devtools/rpm/rpm_git.bb               |  11 +-
 ....c-increase-MAX_HDR_CNT-and-MAX_HDR_DSIZE.patch |  35 ++
 meta/recipes-extended/libsolv/libsolv_0.6.28.bb    |   3 +-
 .../recipes-extended/wget/wget/CVE-2017-6508.patch |  44 --
 meta/recipes-extended/wget/wget_1.19.1.bb          |   9 -
 meta/recipes-extended/wget/wget_1.19.2.bb          |   8 +
 .../gobject-introspection_1.52.1.bb                |   9 +
 .../usesysrootprefixforpkgdatadirvariable.patch    |  27 --
 ...protocols_1.10.bb => wayland-protocols_1.11.bb} |   5 +-
 .../ffmpeg/{ffmpeg_3.3.3.bb => ffmpeg_3.3.4.bb}    |   4 +-
 .../bash-completion/bash-completion_2.7.bb         |   2 +-
 .../curl/curl/reproducible-mkhelp.patch            |  32 ++
 meta/recipes-support/curl/curl_7.54.1.bb           |  10 +-
 meta/recipes-support/db/db/sequence-type.patch     |  59 +++
 meta/recipes-support/db/db_5.3.28.bb               |   5 +-
 scripts/contrib/bbvars.py                          |  90 +++-
 scripts/contrib/oe-build-perf-report-email.py      |  42 +-
 scripts/lib/wic/canned-wks/systemd-bootdisk.wks    |   4 +-
 scripts/lib/wic/plugins/imager/direct.py           |   9 +-
 78 files changed, 2059 insertions(+), 1161 deletions(-)
 create mode 100644 meta-selftest/files/static-group
 create mode 100644 meta-selftest/files/static-passwd
 create mode 100644 meta/lib/oeqa/selftest/cases/gotoolchain.py
 delete mode 100644 meta/recipes-core/expat/expat_2.2.3.bb
 create mode 100644 meta/recipes-core/expat/expat_2.2.5.bb
 rename meta/recipes-core/libxml/{libxml2_2.9.5.bb => libxml2_2.9.7.bb} (96%)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-Define-_PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-add-fallback-parse_printf_format-implementation.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0002-src-basic-missing.h-check-for-missing-strndupa.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0003-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0004-src-basic-missing.h-check-for-missing-__compar_fn_t-.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0006-Include-netinet-if_ether.h.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0007-check-for-missing-canonicalize_file_name.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0009-test-hexdecoct.c-Include-missing.h-form-strndupa.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0010-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0011-don-t-use-glibc-specific-qsort_r.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0013-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
 rename meta/recipes-core/util-linux/{util-linux_2.30.bb => util-linux_2.31.bb} (84%)
 create mode 100644 meta/recipes-devtools/expect/expect/0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.2/fix-miscompilation-for-O1-on-mips64el.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-13672.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-13673.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-13711.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-14167.patch
 rename meta/recipes-devtools/qemu/{qemu_2.10.0.bb => qemu_2.10.1.bb} (86%)
 create mode 100644 meta/recipes-extended/libsolv/libsolv/0001-repo_rpmdb.c-increase-MAX_HDR_CNT-and-MAX_HDR_DSIZE.patch
 delete mode 100644 meta/recipes-extended/wget/wget/CVE-2017-6508.patch
 delete mode 100644 meta/recipes-extended/wget/wget_1.19.1.bb
 create mode 100644 meta/recipes-extended/wget/wget_1.19.2.bb
 delete mode 100644 meta/recipes-graphics/wayland/wayland-protocols/usesysrootprefixforpkgdatadirvariable.patch
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.10.bb => wayland-protocols_1.11.bb} (80%)
 rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.3.3.bb => ffmpeg_3.3.4.bb} (98%)
 create mode 100644 meta/recipes-support/curl/curl/reproducible-mkhelp.patch
 create mode 100644 meta/recipes-support/db/db/sequence-type.patch

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


More information about the Openembedded-commits mailing list