[oe-commits] [openembedded-core] branch master updated (a10020a -> c6e151b)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 6 08:29:42 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from a10020a  package_rpm/archiver: Apply bandaid to src.rpm creation
     add 6ab11ac  multilib_header_wrapper.h: Use #pragma once
     new 7b4d77d  kernel-devsrc: restore compatibility with kernel < v4.10
     new c09a22c  package_manager.py: Use data.tar.xz for ipkg too
     new d1db78b  arch-armv8a.inc: add tune include for armv8
     new 6719de4  qemuarm64: Use arch-armv8a tune instead of arch-armv8
     new b6c6fa7  ThunderX: update the armv8a rules
     new e436a75  tune-cortexa32: add tunes for ARM Cortex-A32
     new 8a3c9ed  tune-cortexa35: add tunes for ARM Cortex-A35
     new 4f470b1  tune-cortexa53: add tunes for ARM Cortex-A53
     new 0edda66  tune-cortexa72: add tunes for ARM Cortex-A72
     new 1267431  update-alternatives: correctly escape PATHs when updating FILES_${PN}
     new 9e30e72  lib/oe/rootfs: prelink only when image-prelink is inherited
     new bf1ec2e  libxml-namespacesupport-perl: extend nativesdk
     new 1e39621  libxml-sax-base-perl: extend nativesdk
     new 3927ced  libxml-sax-perl: extend nativesdk
     new 90f5cf9  qemu: remove --with-gtkabi=3.0 configure flag
     new 11d4fd1  busybox: update to 1.29.3
     new c6e151b  archiver/package_rpm: Fix the worst src.rpm generation race

The 17 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/archiver.bbclass                      |  6 +++++
 meta/classes/package_rpm.bbclass                   |  2 +-
 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/conf/machine/qemuarm64.conf                   |  2 +-
 meta/lib/oe/package_manager.py                     |  7 ++----
 meta/lib/oe/rootfs.py                              | 15 ++++++------
 ...inittab_1.29.2.bb => busybox-inittab_1.29.3.bb} |  0
 .../{busybox_1.29.2.bb => busybox_1.29.3.bb}       |  4 ++--
 meta/recipes-devtools/qemu/qemu.inc                |  2 +-
 .../perl/libxml-namespacesupport-perl_1.12.bb      |  2 +-
 .../perl/libxml-sax-base-perl_1.09.bb              |  2 +-
 meta/recipes-extended/perl/libxml-sax-perl_1.00.bb |  2 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb         |  7 +++++-
 scripts/multilib_header_wrapper.h                  |  1 +
 21 files changed, 123 insertions(+), 28 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
 rename meta/recipes-core/busybox/{busybox-inittab_1.29.2.bb => busybox-inittab_1.29.3.bb} (100%)
 rename meta/recipes-core/busybox/{busybox_1.29.2.bb => busybox_1.29.3.bb} (92%)

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


More information about the Openembedded-commits mailing list