[oe-commits] [openembedded-core] branch master-next updated (1c896b3 -> 1a28d92)

git at git.openembedded.org git at git.openembedded.org
Mon Jan 29 23:09:24 UTC 2018


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 1c896b3  testimage: enable gi test suite
     new cdf370f  make: Backport fixes to not assume glibc internal glob implementation
     new f01af41  perl: Undefine d_libm_lib_version.
     new 6c7f32b  e2fsprogs: 1.43.7 -> 1.43.8
     new 8f89358  pulseaudio: Fix build with glibc 2.27
     new cf4fc78  systemd: Fix build with glibc 2.27
     new 88b3d73  libxshmfence: fix build with glibc 2.27
     new 9a2d15d  ofono: only depend on pygobject if its going to work
     new 5db5155  bluez5: only depend on pygobject if its going to work
     new c97acbd  meta: don't use deprecated functions from utils.bbclass
     new 0391fca  classes/utils: remove compatibility functions
     new 8b6c45d  ofono: use patch sent upstream instead of sed
     new 6dc3368  bitbake.conf: Add comm to HOSTTOOLS
     new a65081b  ltp: bump to release 20180118
     new 853ac4a  postinst_intercepts: add a delay_to_first_boot hook
     new 4612291  meta/lib/oe/rootfs.py: separate first boot deferral logic into a separate function
     new 939f7f1  meta/lib/oe/rootfs.py: do not execute defer_to_first_boot when processing postinst_intercept hooks
     new 229f4e9  package.bbclass: add support for pkg_postinst_ontarget()
     new d12cf56  meta/lib/oe/package_manager.py: deprecate 'exit 1' as a way to defer to first boot
     new 3cd8a55  package_rpm.bbclass: run pre/post installation scriptlets using sh -e
     new 19f3f4c  rootfs.py: change the notice about deferring scripts to first boot from warning to a note
     new 3d9c32f  gcc-7.3: Drop upstreamed musl cpuinfo patch
     new 7118b4d  tzcode: remove unused patch files
     new cd34a6d  libcrypt: remove unused patch file
     new 1a28d92  kexec-tools: remove unused patch file

The 24 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:
 .../recipes-test/postinst/postinst_1.0.bb          |  14 +-
 meta/classes/image.bbclass                         |   2 +-
 meta/classes/image_types.bbclass                   |   2 +-
 meta/classes/kernel.bbclass                        |   2 +-
 meta/classes/libc-package.bbclass                  |  20 +-
 meta/classes/module-base.bbclass                   |   2 +-
 meta/classes/package.bbclass                       |  20 +
 meta/classes/package_rpm.bbclass                   |   8 +-
 meta/classes/utils.bbclass                         |  41 --
 meta/conf/bitbake.conf                             |   4 +-
 meta/conf/distro/include/security_flags.inc        |   2 +-
 meta/conf/machine/qemuarm.conf                     |   2 +-
 meta/lib/oe/package_manager.py                     |   3 +
 meta/lib/oe/rootfs.py                              |  39 +-
 meta/recipes-connectivity/bluez5/bluez5.inc        |   5 +-
 meta/recipes-connectivity/ofono/ofono.inc          |   9 +-
 .../ofono/ofono/use-python3.patch                  |  27 +
 meta/recipes-connectivity/ofono/ofono_1.22.bb      |   1 +
 meta/recipes-connectivity/openssl/openssl10.inc    |   2 +-
 meta/recipes-core/glibc/glibc-package.inc          |   4 +-
 ....c-Change-the-default-device-timeout-to-2.patch |   7 +-
 ...update-header-file-to-detect-memfd_create.patch |  28 +
 ...c-Check-if-memfd_create-is-already-define.patch |  27 +
 .../systemd/0003-fileio-include-sys-mman.h.patch   |  26 +
 meta/recipes-core/systemd/systemd_234.bb           |   3 +
 ...ix-build-failure-in-swapfs.c-on-big-endia.patch |  40 +
 ...s-fix-missing-check-for-permission-denied.patch |  10 +-
 .../{e2fsprogs_1.43.7.bb => e2fsprogs_1.43.8.bb}   |   5 +-
 meta/recipes-devtools/gcc/gcc-7.3.inc              |   1 -
 ...e-alias-for-__cpu_indicator_init-instead-.patch |  85 ---
 meta/recipes-devtools/gcc/libgcc.inc               |   2 +-
 meta/recipes-devtools/make/make.inc                |   5 +-
 ...1-glob-Do-not-assume-glibc-glob-internals.patch |  69 ++
 ...2-glob-Do-not-assume-glibc-glob-internals.patch |  38 +
 meta/recipes-devtools/perl/perl/config.sh          |   2 +-
 ...-control-whether-numa-support-should-be-c.patch |  39 +-
 ...READ_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch |  35 -
 .../ltp/0037-ltp-fix-format-security-error.patch   |  36 -
 .../ltp/ltp/0038-generate-reproducible-gzip.patch  |  20 -
 .../ltp/{ltp_20170929.bb => ltp_20180118.bb}       |   5 +-
 .../files/0001-Fix-Makefile-quoting-bug.patch      | 174 -----
 .../files/0002-Port-zdump-to-C90-snprintf.patch    | 115 ---
 meta/recipes-graphics/mesa/mesa.inc                |   2 +-
 .../x11-common/xserver-nodm-init_3.0.bb            |   2 +-
 .../xorg-driver/xf86-video-intel_git.bb            |   2 +-
 .../xorg-lib/libxshmfence/extensions.patch         |  17 +
 meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb |   2 +
 .../kexec/kexec-tools/kexec-aarch64.patch          | 801 ---------------------
 ...-Check-if-memfd_create-is-already-defined.patch |  62 ++
 .../pulseaudio/pulseaudio_11.1.bb                  |   3 +-
 meta/recipes-support/icu/icu.inc                   |   4 +-
 ...g-AArch32-CE-implementations-when-target-.patch |  96 ---
 scripts/postinst-intercepts/delay_to_first_boot    |   2 +
 53 files changed, 468 insertions(+), 1506 deletions(-)
 create mode 100644 meta/recipes-connectivity/ofono/ofono/use-python3.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-meson-update-header-file-to-detect-memfd_create.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0002-configure.ac-Check-if-memfd_create-is-already-define.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0003-fileio-include-sys-mman.h.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.7.bb => e2fsprogs_1.43.8.bb} (96%)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-7.3/0046-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
 create mode 100644 meta/recipes-devtools/make/make/0001-glob-Do-not-assume-glibc-glob-internals.patch
 create mode 100644 meta/recipes-devtools/make/make/0002-glob-Do-not-assume-glibc-glob-internals.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0030-lib-Use-PTHREAD_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0037-ltp-fix-format-security-error.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0038-generate-reproducible-gzip.patch
 rename meta/recipes-extended/ltp/{ltp_20170929.bb => ltp_20180118.bb} (95%)
 delete mode 100644 meta/recipes-extended/tzcode/files/0001-Fix-Makefile-quoting-bug.patch
 delete mode 100644 meta/recipes-extended/tzcode/files/0002-Port-zdump-to-C90-snprintf.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
 delete mode 100644 meta/recipes-kernel/kexec/kexec-tools/kexec-aarch64.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-build-sys-Check-if-memfd_create-is-already-defined.patch
 delete mode 100644 meta/recipes-support/libgcrypt/files/0006-Fix-building-AArch32-CE-implementations-when-target-.patch
 create mode 100644 scripts/postinst-intercepts/delay_to_first_boot

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


More information about the Openembedded-commits mailing list