[oe-commits] [openembedded-core] branch master updated (08ff4b9 -> e874d06)

git at git.openembedded.org git at git.openembedded.org
Mon Dec 30 23:40:07 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 08ff4b9  oeqa/runtime/ptest: fix detection of failed tests
     new 0a8b7ad  subversion: upgrade 1.12.2 -> 1.13.0
     new f558800  linux-yocto/5.2: update to v5.2.27
     new d3112fc  linux-yocto/4.19/5.2/-dev: fix gcc10 build
     new b538fed  linux-yocto/5.2: update to v5.2.28
     new 747ad3c  kernel-yocto: allow external (aka non-integrated) BSPs to supply patches
     new 7ad5310  linuxloader: Correct loader for glibc on armhf
     new 0cd48fe  feature-microblaze-versions.inc: Update MB to v11.0
     new 7f6aa3a  systemd: Fix time_t size assumptions
     new ea93adc  goarch: Dont use -fno-PIE on mips
     new 24f630c  cmake.bbclass: Define LIB_SUFFIX
     new e62cdb9  siteinfo: Recognize 64bit PPC LE
     new b6ac40f  powerpc, powerpc64: Append little-endianness to tune arch
     new 08e1d68  tune-power9: Add power9 tunings
     new 8413ded  llvm: Upgrade to 9.0.1 release
     new 312e9fe  recipes: Use -fcommon explicitly
     new ebb3159  xkbcomp: Gcc 10 spits out extra warnings as errors
     new 735eb7f  pango: Disable Wimplicit-fallthrough as error
     new f0f7661  nativesdk-buildtools-perl-dummy: add dependencies for autoconf and automake
     new 47df8c0  perl/tcl: fix /usr/share/man/man3/Thread.3 conflicts
     new 5263b2e  tune-riscv: Add support for no float
     new 4dccab7  glib-networking: upgrade 2.62.1 -> 2.62.2
     new aa05f1d  multilib.conf: Ensure that RECIPE_SYSROOT is unchanged for native
     new e874d06  sstate.bbclass: Fix for consistent whitespace

The 23 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/cmake.bbclass                         |  1 +
 meta/classes/goarch.bbclass                        |  1 -
 meta/classes/kernel-yocto.bbclass                  | 15 ++++++++
 meta/classes/linuxloader.bbclass                   |  2 +-
 meta/classes/siteinfo.bbclass                      |  7 ++--
 meta/classes/sstate.bbclass                        | 12 +++----
 meta/conf/distro/include/tcmode-default.inc        |  2 +-
 .../microblaze/feature-microblaze-versions.inc     |  2 ++
 meta/conf/machine/include/powerpc/arch-powerpc.inc |  3 +-
 .../machine/include/powerpc/arch-powerpc64.inc     |  2 +-
 meta/conf/machine/include/riscv/arch-riscv.inc     |  3 +-
 meta/conf/machine/include/riscv/tune-riscv.inc     | 16 ++++++++-
 meta/conf/machine/include/tune-power9.inc          | 35 +++++++++++++++++++
 meta/conf/multilib.conf                            |  1 +
 meta/lib/oeqa/selftest/cases/sstatetests.py        | 40 ++++++++++++++++++++++
 .../iproute2/iproute2_5.3.0.bb                     |  2 +-
 meta/recipes-connectivity/socat/socat_1.7.3.3.bb   |  2 ++
 ...working_2.62.1.bb => glib-networking_2.62.2.bb} |  4 +--
 meta/recipes-core/libxcrypt/libxcrypt.inc          |  2 ++
 .../meta/nativesdk-buildtools-perl-dummy.bb        |  3 ++
 ...-instead-of-TIME_T_MAX-for-timerfd_settim.patch | 31 +++++++++++++++++
 meta/recipes-core/systemd/systemd_243.2.bb         |  1 +
 meta/recipes-devtools/llvm/llvm_git.bb             |  6 ++--
 meta/recipes-devtools/perl/perl_5.30.1.bb          |  6 +++-
 .../{subversion_1.12.2.bb => subversion_1.13.0.bb} |  4 +--
 meta/recipes-devtools/tcltk/tcl_8.6.10.bb          |  5 ++-
 meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb   |  2 ++
 .../matchbox-wm/matchbox-wm_1.2.2.bb               |  2 ++
 .../menu-cache/menu-cache_1.1.0.bb                 |  2 ++
 meta/recipes-graphics/mesa/mesa_19.2.4.bb          |  2 ++
 meta/recipes-graphics/pango/pango_1.44.7.bb        |  4 +++
 meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb    |  2 ++
 .../xorg-xserver/xserver-xorg_1.20.6.bb            |  2 ++
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   |  2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb    |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb |  4 +--
 meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb  |  8 ++---
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      | 16 ++++-----
 meta/recipes-kernel/linux/linux-yocto_5.2.bb       | 22 ++++++------
 meta/recipes-support/atk/at-spi2-atk_2.32.0.bb     |  2 ++
 meta/recipes-support/gdbm/gdbm_1.18.1.bb           |  2 ++
 41 files changed, 233 insertions(+), 53 deletions(-)
 create mode 100644 meta/conf/machine/include/tune-power9.inc
 rename meta/recipes-core/glib-networking/{glib-networking_2.62.1.bb => glib-networking_2.62.2.bb} (88%)
 create mode 100644 meta/recipes-core/systemd/systemd/0022-Use-INT_MAX-instead-of-TIME_T_MAX-for-timerfd_settim.patch
 rename meta/recipes-devtools/subversion/{subversion_1.12.2.bb => subversion_1.13.0.bb} (96%)

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


More information about the Openembedded-commits mailing list