[oe-commits] [openembedded-core] branch master updated (c6de27c -> 924d695)

git at git.openembedded.org git at git.openembedded.org
Sat Dec 8 17:18:06 UTC 2018


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

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

    from c6de27c  oeqa/selftest/esdk: Fix typo causing test failure
     add 48719bc  oeqa/selftest/esdk: Ensure parent directory exists
     add 252b69c  classes: Correctly markup regex strings
     add aeb189a  bitbake.conf: Cleanup deprecated function usage
     add 508746e  libart-lgpl: remove
     add 208dadb  binutils: Fix build with clang
     add 6c41de4  oeqa/selftest/context: ensure log directory exists
     add 4ec4246  kernel-fitimage: Replace tabs with spaces in python
     add 66ff940  image-buildinfo: Remove unused function argument
     new 5feecb6  oeqa/selftest/runcmd: Increase timeout delta
     new a3e8cdf  kernel: don't assign the build user/host
     new 37ddab0  libunwind: Enable building static archive on musl
     new ee65f7a  recipeutils-test: Add missing LIC_FILES_CHKSUM
     new 3f839c0  glibc: improve reproducibility with multilib
     new f790394  u-boot-tools: fix compile error
     new e52eede  strace: fix ptest fail and strip ptest host references
     new 493f70c  uboot-sign.bbclass: fix signature and deployment
     new 3195327  avahi: avoid depending on skipped package
     new 2a652bc  oeqa/sdk/case: add fundamental helper methods
     new 32a7792  oeqa/sdk/assimp: use helpers
     new 581b43d  oeqa/sdk/python: fix version typo
     new 0246f15  oeqa/sdk/galculator: rewrite to use new helpers
     new 8d1023f  meson.bbclass: map mips64el TARGET_ARCH to mips64 for the cross file
     new 924d695  nfs-utils: Fix build with clang

The 15 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:
 .../recipeutils/recipeutils-test_1.2.bb            |   2 +-
 meta/classes/clutter.bbclass                       |   4 +-
 meta/classes/cmake.bbclass                         |   2 +-
 meta/classes/image-buildinfo.bbclass               |   6 +-
 meta/classes/insane.bbclass                        |  16 +-
 meta/classes/kernel-fitimage.bbclass               |  23 ++-
 meta/classes/kernel.bbclass                        |   4 +-
 meta/classes/license_image.bbclass                 |  14 +-
 meta/classes/meson.bbclass                         |   2 +
 meta/classes/perl-version.bbclass                  |   2 +-
 meta/classes/uboot-sign.bbclass                    |  95 ++++++-----
 meta/conf/bitbake.conf                             |   6 +-
 meta/conf/distro/include/maintainers.inc           |   1 -
 meta/lib/oeqa/sdk/case.py                          |  32 ++++
 meta/lib/oeqa/sdk/cases/assimp.py                  |  29 +---
 meta/lib/oeqa/sdk/cases/buildgalculator.py         |  47 +++---
 meta/lib/oeqa/sdk/cases/python.py                  |   2 +-
 meta/lib/oeqa/selftest/cases/eSDK.py               |   1 +
 meta/lib/oeqa/selftest/cases/runcmd.py             |   4 +-
 meta/lib/oeqa/selftest/context.py                  |   1 +
 meta/recipes-bsp/u-boot/u-boot-tools_2018.11.bb    |   9 +-
 meta/recipes-bsp/u-boot/u-boot.inc                 |   2 +-
 meta/recipes-connectivity/avahi/avahi_0.7.bb       |   3 +-
 .../nfs-utils/nfs-utils/clang-format-string.patch  | 183 +++++++++++++++++++++
 .../nfs-utils/nfs-utils_2.3.3.bb                   |   2 +-
 meta/recipes-core/glibc/glibc-ld.inc               |   4 +-
 meta/recipes-core/glibc/glibc_2.28.bb              |   8 +-
 meta/recipes-devtools/binutils/binutils-2.31.inc   |   1 +
 .../binutils/binutils/clang-bfd-fix.patch          |  32 ++++
 meta/recipes-devtools/strace/strace_4.25.bb        |   3 +-
 .../libart_lgpl-2.3.21-crosscompile.patch          |  84 ----------
 meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb     |  22 ---
 meta/recipes-support/libunwind/libunwind_1.2.1.bb  |   2 +-
 33 files changed, 402 insertions(+), 246 deletions(-)
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/clang-format-string.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/clang-bfd-fix.patch
 delete mode 100644 meta/recipes-gnome/gnome/libart-lgpl/libart_lgpl-2.3.21-crosscompile.patch
 delete mode 100644 meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb

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


More information about the Openembedded-commits mailing list