[oe-commits] [openembedded-core] branch master-next updated (8eb8d15 -> 6a2e4ab)

git at git.openembedded.org git at git.openembedded.org
Tue Feb 5 14:05:46 UTC 2019


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 8eb8d15  archiver/package_rpm: Drop srpm source archiver mode
     new d5d0418  multilib_header_wrapper.h: Use #pragma once
     new 89886df  mpfr: Upgrade to 4.0.2 release
     new cab85ba  kernel-devsrc: restore compatibility with kernel < v4.10
     new f134ef9  package_manager.py: Use data.tar.xz for ipkg too
     new 1474bb7  arch-armv8a.inc: add tune include for armv8
     new 1c68701  ThunderX: update the armv8a rules
     new 5e89723  tune-cortexa32: add tunes for ARM Cortex-A32
     new 2036ba3  tune-cortexa35: add tunes for ARM Cortex-A35
     new fb85ec1  tune-cortexa53: add tunes for ARM Cortex-A53
     new fabf59b  tune-cortexa72: add tunes for ARM Cortex-A72
     new fe2cfdf  update-alternatives: correctly escape PATHs when updating FILES_${PN}
     new 19d64d3  util-linux: be more explicit about what files go into packages
     new 6bb5d9b  util-linux: fix the su and runuser packages
     new e89fc0c  util-linux: fix packaging nativesdk-util-linux-lib*
     new 90c0b74  util-linux: one package per binary (pt 1: base_sbindir)
     new 9503352  util-linux: one package per binary (pt 1b: symlinks)
     new 8b69eb2  util-linux: one package per binary (pt 2: base_bindir)
     new dc54318  util-linux: one package per binary (pt 3: sbindir)
     new 9e364a4  util-linux: one package per binary (pt 4: bindir)
     new ba994e6  util-linux: simplify meta-package RDEPENDS / RRECOMMENDS
     new bb1a8f2  util-linux: move /etc/default/mountall into -mount subpackage
     new b4ed139  util-linux: let -ptest package depend on all of util-linux
     new 13139c4  util-linux: final cleanup
     new 6a2e4ab  lib/oe/rootfs: prelink only when image-prelink is inherited

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:
 meta/classes/update-alternatives.bbclass           |   4 +-
 meta/conf/machine/include/arm/arch-armv8.inc       |   1 -
 meta/conf/machine/include/arm/arch-armv8a.inc      |  28 ++
 meta/conf/machine/include/tune-cortexa32.inc       |  16 +
 meta/conf/machine/include/tune-cortexa35.inc       |  15 +
 meta/conf/machine/include/tune-cortexa53.inc       |  15 +
 meta/conf/machine/include/tune-cortexa72.inc       |  12 +
 meta/conf/machine/include/tune-thunderx.inc        |   8 +-
 meta/lib/oe/package_manager.py                     |   7 +-
 meta/lib/oe/rootfs.py                              |  15 +-
 meta/recipes-core/util-linux/util-linux.inc        | 339 +++++++++------------
 meta/recipes-core/util-linux/util-linux_2.32.1.bb  |   9 -
 meta/recipes-kernel/linux/kernel-devsrc.bb         |   7 +-
 .../0001-Fix-obsolete-ARC-asm-constraints.patch    |  45 ---
 meta/recipes-support/mpfr/mpfr_4.0.1.bb            |  19 --
 meta/recipes-support/mpfr/mpfr_4.0.2.bb            |  94 ++++++
 scripts/multilib_header_wrapper.h                  |   1 +
 17 files changed, 352 insertions(+), 283 deletions(-)
 delete mode 100644 meta/conf/machine/include/arm/arch-armv8.inc
 create mode 100644 meta/conf/machine/include/arm/arch-armv8a.inc
 create mode 100644 meta/conf/machine/include/tune-cortexa32.inc
 create mode 100644 meta/conf/machine/include/tune-cortexa35.inc
 create mode 100644 meta/conf/machine/include/tune-cortexa53.inc
 create mode 100644 meta/conf/machine/include/tune-cortexa72.inc
 delete mode 100644 meta/recipes-support/mpfr/mpfr/0001-Fix-obsolete-ARC-asm-constraints.patch
 delete mode 100644 meta/recipes-support/mpfr/mpfr_4.0.1.bb
 create mode 100644 meta/recipes-support/mpfr/mpfr_4.0.2.bb

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


More information about the Openembedded-commits mailing list