[oe-commits] [openembedded-core] branch master updated (d6b1809 -> bc9402d)

git at git.openembedded.org git at git.openembedded.org
Fri Mar 6 08:19:43 UTC 2020


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

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

    from d6b1809  systemd: Fix service file for race issues
     new 0616a5d  babeltrace: only check latest git tag version for 1.x.x
     new c6dda20  lib/oe/utils: allow to set a lower bound on returned cpu_count()
     new d96aa85  bitbake.conf: more deterministic xz compression (threads)
     new 7927d5f  bitbake.conf: omit XZ threads and RAM from sstate signatures
     new 2c0ca46  blktrace: modify two scripts for python3
     new 7f58aed  libmodule-build-perl: make it reproducible
     new 9bff4d1  classes/kernel.bbclass: Fix parsing errors
     new da948b2  buildtools-extended-tarball: add nativesdk-libxcrypt-dev
     new 965090f  kernel-yocto.bbclass: fix a wrong inter-task dependency
     new 8764cc8  linux-firmware: use 'make install' for installation
     new 456a143  linux-firmware: install / package all license files again
     new f37dfc7  python3-native: Should not search the system for headers/libraries.
     new 14a338d  linux-yocto/5.2: backport perf build fix for latest binutils
     new add2cd5  linux-yocto: common-pc-drivers.cfg: add CONFIG_INPUT_UINPUT
     new aef9438  linux-yocto/5.4: update to v5.4.23
     new e71cda6  linux-yocto: drop 5.2 recipes
     new 5a9f81f  gdbm: Disable readlind
     new dc1e84d  python-numpy: convert shebang from python to python3
     new 0870009  dnf: fix python3 syntax warning
     new e7a7ce0  qemu: update Xen packages names for the xen-tools recipe
     new be52889  babeltrace2: added first version, 2.0.1
     new 0ee03e1  mesa: updated to 20.0 release
     new 2b087fe  openssl: pass PERL=perl environment variable to configurator
     new cfe8461  xkbcomp: upgrade 1.4.2 -> 1.4.3
     new 983733f  netbase: Upgrade to 6.1
     new e41c92c  oeqa-runtime: add missing import os to ptest case
     new 03e6d0f  pulseaudio: Fix inline assembly syntax for arm
     new bc9402d  libdnf: fix deprecation warning

The 28 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/kernel-yocto.bbclass                  |   2 +-
 meta/classes/kernel.bbclass                        |   4 +-
 meta/conf/bitbake.conf                             |   5 +-
 meta/conf/distro/include/distro_alias.inc          |   1 +
 meta/conf/distro/include/maintainers.inc           |   1 +
 meta/conf/distro/include/ptest-packagelists.inc    |   1 +
 meta/lib/oe/utils.py                               |   5 +-
 meta/lib/oeqa/runtime/cases/ptest.py               |   1 +
 .../recipes-connectivity/openssl/openssl_1.1.1d.bb |   2 +-
 .../meta/buildtools-extended-tarball.bb            |   1 +
 .../netbase/{netbase_6.0.bb => netbase_6.1.bb}     |   4 +-
 .../packagegroup-core-tools-profile.bb             |   2 +
 .../dnf/dnf/Fix-SyntaxWarning.patch                |  34 ++
 meta/recipes-devtools/dnf/dnf_4.2.2.bb             |   1 +
 .../libdnf/libdnf/fix-deprecation-warning.patch    |  71 +++
 meta/recipes-devtools/libdnf/libdnf_0.28.1.bb      |   1 +
 .../perl/libmodule-build-perl_0.4231.bb            |  15 +-
 ...01-convert-shebang-from-python-to-python3.patch | 579 +++++++++++++++++++++
 .../recipes-devtools/python-numpy/python-numpy.inc |   1 +
 ...Don-t-search-system-for-headers-libraries.patch |  29 ++
 meta/recipes-devtools/python/python3_3.8.1.bb      |   1 +
 meta/recipes-devtools/qemu/qemu.inc                |   2 +-
 .../mesa/{mesa-gl_19.3.4.bb => mesa-gl_20.0.0.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |   2 +-
 .../mesa/{mesa_19.3.4.bb => mesa_20.0.0.bb}        |   4 +-
 .../{xkbcomp_1.4.2.bb => xkbcomp_1.4.3.bb}         |   4 +-
 .../blktrace/make-btt-scripts-python3-ready.patch  | 197 +++++++
 meta/recipes-kernel/blktrace/blktrace_git.bb       |   1 +
 .../linux-firmware/linux-firmware_20200122.bb      |  23 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb    |  44 --
 meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb  |  32 --
 meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb  |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.2.bb       |  54 --
 meta/recipes-kernel/linux/linux-yocto_5.4.bb       |  22 +-
 ...s-do-not-run-test-applications-from-.libs.patch |  28 +
 .../lttng/{babeltrace => babeltrace2}/run-ptest    |   2 +-
 .../{babeltrace_1.5.8.bb => babeltrace2_2.0.1.bb}  |  72 ++-
 meta/recipes-kernel/lttng/babeltrace_1.5.8.bb      |   2 +-
 ...1-remap-arm-Adjust-inline-asm-constraints.patch | 114 ++++
 .../pulseaudio/pulseaudio_13.0.bb                  |   1 +
 meta/recipes-support/gdbm/gdbm_1.18.1.bb           |   2 +-
 42 files changed, 1154 insertions(+), 227 deletions(-)
 rename meta/recipes-core/netbase/{netbase_6.0.bb => netbase_6.1.bb} (82%)
 create mode 100644 meta/recipes-devtools/dnf/dnf/Fix-SyntaxWarning.patch
 create mode 100644 meta/recipes-devtools/libdnf/libdnf/fix-deprecation-warning.patch
 create mode 100644 meta/recipes-devtools/python-numpy/files/0001-convert-shebang-from-python-to-python3.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_19.3.4.bb => mesa-gl_20.0.0.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_19.3.4.bb => mesa_20.0.0.bb} (88%)
 rename meta/recipes-graphics/xorg-app/{xkbcomp_1.4.2.bb => xkbcomp_1.4.3.bb} (79%)
 create mode 100644 meta/recipes-kernel/blktrace/blktrace/make-btt-scripts-python3-ready.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto_5.2.bb
 create mode 100644 meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch
 copy meta/recipes-kernel/lttng/{babeltrace => babeltrace2}/run-ptest (70%)
 copy meta/recipes-kernel/lttng/{babeltrace_1.5.8.bb => babeltrace2_2.0.1.bb} (54%)
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-remap-arm-Adjust-inline-asm-constraints.patch

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


More information about the Openembedded-commits mailing list