[oe-commits] [openembedded-core] branch master-next updated (e26f584 -> 5c9c612)

git at git.openembedded.org git at git.openembedded.org
Sat Jul 7 10:02:10 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.

 discard e26f584  systemd-boot: upgrade to 239
 discard f0974ba  systemd: upgrade to 239
     new c3cc402  busybox: handle syslog
     new b517088  oe/copy_buildsystem.py: add SDK_LAYERS_EXCLUDE_PATTERN
     new 1ab494f  rootfs-postcommands: split ssh_allow_empty_password
     new d3e69fa  dropbear: add default config file to disable root login
     new b3f1483  openssl-nativesdk: Fix "can't open config file" warning
     new 2a30a9e  openssl_1.1: avoid using += with an over-ride
     new e255d1a  gobject-introspection: avoid using += with an over-ride
     new 5c9c612  gobject-introspection: minor recipe formatting tweaks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e26f584)
            \
             N -- N -- N   refs/heads/master-next (5c9c612)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 8 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/image.bbclass                         |   2 +-
 meta/classes/rootfs-postcommands.bbclass           |  25 +-
 meta/lib/oe/copy_buildsystem.py                    |  18 +
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |   4 +-
 .../openssl/openssl/environment.d-openssl.sh       |   1 +
 meta/recipes-connectivity/openssl/openssl10.inc    |   7 +
 .../recipes-connectivity/openssl/openssl_1.0.2o.bb |   5 +
 .../recipes-connectivity/openssl/openssl_1.1.0h.bb |  15 +-
 meta/recipes-core/busybox/busybox.inc              |  14 +-
 meta/recipes-core/dropbear/dropbear.inc            |   3 +
 .../dropbear/dropbear/dropbear.default             |   2 +
 .../{systemd-boot_239.bb => systemd-boot_237.bb}   |   5 +-
 meta/recipes-core/systemd/systemd.inc              |   2 +-
 ...01-Also-check-i386-i586-and-i686-for-ia32.patch |  28 ++
 ...rt_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch |  34 ++
 ...ck-protector-flags-to-workaround-musl-bui.patch |  28 +-
 ...nv-when-secure-versions-are-not-available.patch |  10 +-
 ....c-Change-the-default-device-timeout-to-2.patch |  19 +-
 ...-install-dependency-links-at-install-tim.patch} |  22 +-
 ...fn_t-is-glibc-specific-use-raw-signature-.patch |  40 ---
 ...per-instead-of-looking-for-relative-opti.patch} |  16 +-
 ...004-implment-systemd-sysv-install-for-OE.patch} |  10 +-
 ...clude-gshadow-only-if-ENABLE_GSHADOW-is-1.patch |  29 --
 ...patch => 0005-rules-whitelist-hd-devices.patch} |   8 +-
 ...-Make-root-s-home-directory-configurable.patch} |  34 +-
 .../0006-remove-nobody-user-group-checking.patch   |  63 ----
 ...evert-rules-remove-firmware-loading-rules.patch |  28 ++
 ...-remove-userspace-firmware-loading-suppor.patch | 377 +++++++++++++++++++++
 .../0009-remove-duplicate-include-uchar.h.patch    |  41 +++
 .../0010-check-for-uchar.h-in-meson.build.patch    |  45 +++
 ...l-don-t-fail-if-libc-doesn-t-support-IDN.patch} |  17 +-
 ...es-watch-metadata-changes-in-ide-devices.patch} |   6 +-
 ...lback-parse_printf_format-implementation.patch} |  49 ++-
 ...sic-missing.h-check-for-missing-strndupa.patch} |  66 ++--
 ...f-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch} |  86 ++---
 ...ssing.h-check-for-missing-__compar_fn_t-.patch} |  23 +-
 ...patch => 0017-Include-netinet-if_ether.h.patch} |  51 ++-
 ...-check-for-missing-canonicalize_file_name.patch |  47 +++
 ...ble-buffering-when-writing-to-oom_score_a.patch |  39 ---
 ...e-nss-tests-if-nss-systemd-is-not-enable.patch} |  16 +-
 ...xdecoct.c-Include-missing.h-for-strndupa.patch} |  12 +-
 ...c-Disable-tests-for-missing-typedefs-in-.patch} |  14 +-
 ...=> 0022-don-t-use-glibc-specific-qsort_r.patch} | 108 +-----
 ...ss-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch} |  20 +-
 ...fn_t-is-glibc-specific-use-raw-signature-.patch |  31 ++
 ...PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch |  43 +++
 ...> 0026-Use-uintmax_t-for-handling-rlim_t.patch} |  33 +-
 .../0027-remove-nobody-user-group-checking.patch   |  63 ++++
 ...=> 0028-add-missing-FTW_-macros-for-musl.patch} |  12 +-
 ...es-Build-conditionally-when-ENABLE_MYHOS.patch} |  10 +-
 ...of-__register_atfork-for-non-glibc-build.patch} |  18 +-
 ...ULONG_LONG_MAX-definition-in-case-of-mus.patch} |  12 +-
 meta/recipes-core/systemd/systemd/0032-memfd.patch | 272 +++++++++++++++
 ...cros-rename-noreturn-into-_noreturn_-8456.patch | 203 +++++++++++
 ...truncation-compile-failure-by-typecasting.patch | 173 ++++++++++
 ...-compatible-basename-for-non-glibc-syste.patch} |  11 +-
 ...ix-build-with-gcc8-Werror-format-truncati.patch |  53 +++
 meta/recipes-core/systemd/systemd/libmount.patch   |  75 ++++
 .../systemd/{systemd_239.bb => systemd_237.bb}     | 124 ++++---
 .../gobject-introspection_1.56.1.bb                |  97 +++---
 60 files changed, 2032 insertions(+), 687 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/environment.d-openssl.sh
 create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear.default
 rename meta/recipes-core/systemd/{systemd-boot_239.bb => systemd-boot_237.bb} (91%)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-Also-check-i386-i586-and-i686-for-ia32.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-Hide-__start_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch
 rename meta/recipes-core/systemd/systemd/{0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch => 0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch} (83%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0003-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
 rename meta/recipes-core/systemd/systemd/{0002-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch => 0003-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch} (83%)
 rename meta/recipes-core/systemd/systemd/{0003-implment-systemd-sysv-install-for-OE.patch => 0004-implment-systemd-sysv-install-for-OE.patch} (86%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0005-include-gshadow-only-if-ENABLE_GSHADOW-is-1.patch
 rename meta/recipes-core/systemd/systemd/{0004-rules-whitelist-hd-devices.patch => 0005-rules-whitelist-hd-devices.patch} (89%)
 rename meta/recipes-core/systemd/systemd/{0005-Make-root-s-home-directory-configurable.patch => 0006-Make-root-s-home-directory-configurable.patch} (70%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0006-remove-nobody-user-group-checking.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0007-Revert-rules-remove-firmware-loading-rules.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0008-Revert-udev-remove-userspace-firmware-loading-suppor.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0009-remove-duplicate-include-uchar.h.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0010-check-for-uchar.h-in-meson.build.patch
 rename meta/recipes-core/systemd/systemd/{0010-socket-util-don-t-fail-if-libc-doesn-t-support-IDN.patch => 0011-socket-util-don-t-fail-if-libc-doesn-t-support-IDN.patch} (68%)
 rename meta/recipes-core/systemd/systemd/{0007-rules-watch-metadata-changes-in-ide-devices.patch => 0012-rules-watch-metadata-changes-in-ide-devices.patch} (92%)
 rename meta/recipes-core/systemd/systemd/{0004-add-fallback-parse_printf_format-implementation.patch => 0013-add-fallback-parse_printf_format-implementation.patch} (93%)
 rename meta/recipes-core/systemd/systemd/{0006-src-basic-missing.h-check-for-missing-strndupa.patch => 0014-src-basic-missing.h-check-for-missing-strndupa.patch} (73%)
 rename meta/recipes-core/systemd/systemd/{0008-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch => 0015-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch} (67%)
 rename meta/recipes-core/systemd/systemd/{0011-src-basic-missing.h-check-for-missing-__compar_fn_t-.patch => 0016-src-basic-missing.h-check-for-missing-__compar_fn_t-.patch} (63%)
 rename meta/recipes-core/systemd/systemd/{0007-Include-netinet-if_ether.h.patch => 0017-Include-netinet-if_ether.h.patch} (68%)
 create mode 100644 meta/recipes-core/systemd/systemd/0018-check-for-missing-canonicalize_file_name.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0019-Do-not-disable-buffering-when-writing-to-oom_score_a.patch
 rename meta/recipes-core/systemd/systemd/{0008-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch => 0019-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch} (60%)
 rename meta/recipes-core/systemd/systemd/{0015-test-hexdecoct.c-Include-missing.h-for-strndupa.patch => 0020-test-hexdecoct.c-Include-missing.h-for-strndupa.patch} (70%)
 rename meta/recipes-core/systemd/systemd/{0016-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch => 0021-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch} (73%)
 rename meta/recipes-core/systemd/systemd/{0002-don-t-use-glibc-specific-qsort_r.patch => 0022-don-t-use-glibc-specific-qsort_r.patch} (52%)
 rename meta/recipes-core/systemd/systemd/{0017-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch => 0023-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch} (89%)
 create mode 100644 meta/recipes-core/systemd/systemd/0024-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0025-Define-_PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch
 rename meta/recipes-core/systemd/systemd/{0013-Use-uintmax_t-for-handling-rlim_t.patch => 0026-Use-uintmax_t-for-handling-rlim_t.patch} (77%)
 create mode 100644 meta/recipes-core/systemd/systemd/0027-remove-nobody-user-group-checking.patch
 rename meta/recipes-core/systemd/systemd/{0009-add-missing-FTW_-macros-for-musl.patch => 0028-add-missing-FTW_-macros-for-musl.patch} (79%)
 rename meta/recipes-core/systemd/systemd/{0009-nss-mymachines-Build-conditionally-when-ENABLE_MYHOS.patch => 0029-nss-mymachines-Build-conditionally-when-ENABLE_MYHOS.patch} (84%)
 rename meta/recipes-core/systemd/systemd/{0012-fix-missing-of-__register_atfork-for-non-glibc-build.patch => 0030-fix-missing-of-__register_atfork-for-non-glibc-build.patch} (75%)
 rename meta/recipes-core/systemd/systemd/{0014-fix-missing-ULONG_LONG_MAX-definition-in-case-of-mus.patch => 0031-fix-missing-ULONG_LONG_MAX-definition-in-case-of-mus.patch} (66%)
 create mode 100644 meta/recipes-core/systemd/systemd/0032-memfd.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0033-basic-macros-rename-noreturn-into-_noreturn_-8456.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0034-Fix-format-truncation-compile-failure-by-typecasting.patch
 rename meta/recipes-core/systemd/systemd/{0018-Define-glibc-compatible-basename-for-non-glibc-syste.patch => 0035-Define-glibc-compatible-basename-for-non-glibc-syste.patch} (78%)
 create mode 100644 meta/recipes-core/systemd/systemd/0036-time-util-fix-build-with-gcc8-Werror-format-truncati.patch
 create mode 100644 meta/recipes-core/systemd/systemd/libmount.patch
 rename meta/recipes-core/systemd/{systemd_239.bb => systemd_237.bb} (86%)

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


More information about the Openembedded-commits mailing list