[oe-commits] [openembedded-core] branch master updated (9ad19eb -> b11725d)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 4 14:27:28 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 9ad19eb  mcextend: Add helper class useful for multiconfig
     add 0c7fa15  selftest: Add multiconfig test
     add ee14faf  elfutils: upgrade 0.175 -> 0.176
     add 60031b0  elfutils: Refresh patches after upgrade
     add 34ee1d8  runqemu: add an option to choose the SDL frontend instead of Gtk+ default
     add 36fd0a3  runqemu: make gl options gtk+-specific
     new 2868e8d  selftest: add tests for virgl GL acceleration
     new de2848b  gdk-pixbuf: export XDG_DATA_DIRS in wrappers
     new ad792ed  uboot-extlinux-config.bbclass: add missing variable dependencies
     new c2cb882  grub: Enhance Waddress-of-packed-member patch to cover x86_64 testcase
     new b11725d  xserver-xorg: Fix build errors with clang

The 5 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-selftest/lib/oeqa/runtime/cases/virgl.py      |  17 ++
 .../multiconfig/multiconfig-image-packager_0.1.bb  |  28 ++
 meta/classes/uboot-extlinux-config.bbclass         |   2 +
 meta/lib/oeqa/selftest/cases/multiconfig.py        |  43 +++
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  66 +++++
 .../files/disable-address-of-packed-member.patch   |  13 +
 .../{elfutils_0.175.bb => elfutils_0.176.bb}       |   4 +-
 .../elfutils/files/0001-dso-link-change.patch      |  12 +-
 ...0001-libasm-may-link-with-libbz2-if-found.patch |   6 +-
 ...end.c-check-data_list.data.d.d_buf-before.patch |   6 +-
 ...-elf_cvt_gunhash-if-dest-and-src-are-same.patch |   8 +-
 .../elfutils/files/0003-fixheadercheck.patch       |   8 +-
 .../0004-Disable-the-test-to-convert-euc-jp.patch  |   8 +-
 .../files/0006-Fix-build-on-aarch64-musl.patch     |   8 +-
 ...-path-where-we-have-str-as-uninitialized-.patch |   9 +-
 ...de-alternatives-for-glibc-assumptions-hel.patch |   6 +-
 ...ferences-between-mips-machine-identifiers.patch |  11 +-
 ...-support-for-mips64-abis-in-mips_retval.c.patch |  12 +-
 .../0003-Add-mips-n64-relocation-format-hack.patch |  59 ++--
 .../elfutils/files/debian/arm_backend.diff         | 330 +++++++++++----------
 .../elfutils/files/debian/disable_werror.patch     |  21 +-
 .../elfutils/files/debian/hppa_backend.diff        | 154 ++++++----
 .../elfutils/files/debian/hurd_path.patch          |  18 +-
 .../elfutils/files/debian/ignore_strmerge.diff     |  15 +-
 .../elfutils/files/debian/kfreebsd_path.patch      |  14 +-
 .../elfutils/files/debian/mips_backend.diff        | 126 ++++----
 .../elfutils/files/debian/mips_readelf_w.patch     |  20 +-
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb |   5 +
 ...1-test-xtest-Initialize-array-with-braces.patch |  36 +++
 .../xorg-xserver/xserver-xorg_1.20.4.bb            |   1 +
 scripts/runqemu                                    |  11 +-
 31 files changed, 693 insertions(+), 384 deletions(-)
 create mode 100644 meta-selftest/lib/oeqa/runtime/cases/virgl.py
 create mode 100644 meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb
 create mode 100644 meta/lib/oeqa/selftest/cases/multiconfig.py
 rename meta/recipes-devtools/elfutils/{elfutils_0.175.bb => elfutils_0.176.bb} (95%)
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-test-xtest-Initialize-array-with-braces.patch

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


More information about the Openembedded-commits mailing list