[oe-commits] [openembedded-core] branch master-next updated (76e3243 -> e9d1de9)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 11 12:37:19 UTC 2019


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

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

 discard 76e3243  tune-cortexa*: Add missing BASE_LIB tune overrides
 discard 51cb1d5  tune-cortexa35: fixed typo
 discard 463c158  grub: fix build with squashfs support enabled
 discard 2302ab9  xprop: update to 1.2.4
 discard 3e108fc  gnutls: update 3.6.6
 discard dcc8976  nspr: update 4.21
 discard ba18423  nss: update to 3.42.1
 discard a40989d  kexec-tools: update 2.0.19
 discard 42b5528  xev: update to 1.2.3
 discard 6790763  xinit: update to 1.4.1
 discard e714c96  xmodmap: update to 1.0.10
 discard 73f5937  xvinfo: update to 1.1.4
 discard 4716a28  libfontenc: update to 1.1.4
 discard a03de46  libxkbcommon: update to 0.8.4
 discard f114ded  xhost: update to 1.0.8
 discard 5f4c3ef  meta-selftest/virgl: Exclude centos7 from the kmscube test
 discard aeb5902  linux-yocto: Fix systemtap issue on armv7
 discard 7f9549d  qemuarm64: Fix graphics hang with 5.0 kernel
 discard d973348  machine: bump preferred version to 5.0
 discard 894b39a  qemuarm: Swap for an arm7ve (A15) configuration
     add c27cdf8  meta-selftest/virgl: Exclude centos7 from the kmscube test
     add 077a78d  xhost: update to 1.0.8
     add 60cd3bf  libxkbcommon: update to 0.8.4
     add 6b2d08a  libfontenc: update to 1.1.4
     add 42eb4ef  xvinfo: update to 1.1.4
     add e56b2cb  xmodmap: update to 1.0.10
     add 080968f  xinit: update to 1.4.1
     add bff8b18  kexec-tools: update 2.0.19
     add 0de293c  nss: update to 3.42.1
     add f0083af  nspr: update 4.21
     add 8e660ef  xprop: update to 1.2.4
     add 342f7cc  grub: fix build with squashfs support enabled
     add caa2eb1  tune-cortexa35: fixed typo
     add b32ec63  tune-cortexa*: Add missing BASE_LIB tune overrides
     new 91deea5  qemuarm: Swap for an arm7ve (A15) configuration
     new 92736d7  machine: bump preferred version to 5.0
     new d13cbfd  qemuarm64: Fix graphics hang with 5.0 kernel
     new 012be46  linux-yocto/5.0: fix system tap for arm
     new 5dc2466  linux-yocto: fix SRC_URI patching with unified repos
     new 9957f3c  libxcomposite: update to 0.4.5
     new ebfebff  libxcursor: update 1.2.0
     new 3a1a609  libxdamage: update to 1.1.5
     new c7183d7  cmake: Reduce verbosity for make invocation
     new e9d1de9  systemd: backport one more patch to fix version.h parallel build failure

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (76e3243)
            \
             N -- N -- N   refs/heads/master-next (e9d1de9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 10 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/kernel-yocto.bbclass                  |  2 +-
 ...clare-version.h-as-dependency-for-systemd.patch | 32 +++++++++
 meta/recipes-core/systemd/systemd_241.bb           |  1 +
 meta/recipes-graphics/xorg-app/xev/diet-x11.patch  | 79 ++++++++++------------
 .../xorg-app/{xev_1.2.3.bb => xev_1.2.2.bb}        |  4 +-
 ...bxcomposite_0.4.4.bb => libxcomposite_0.4.5.bb} |  4 +-
 .../{libxcursor_1.1.15.bb => libxcursor_1.2.0.bb}  |  7 +-
 .../{libxdamage_1.1.4.bb => libxdamage_1.1.5.bb}   |  7 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb    |  4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb  |  6 +-
 .../0001-arm-Makefile-Fix-systemtap-4.19.patch     | 60 ----------------
 .../0001-arm-Makefile-Fix-systemtap.patch          | 60 ----------------
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      |  3 +-
 meta/recipes-kernel/linux/linux-yocto_5.0.bb       | 21 +++---
 .../gnutls/{gnutls_3.6.6.bb => gnutls_3.6.5.bb}    |  5 +-
 16 files changed, 100 insertions(+), 196 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-meson-declare-version.h-as-dependency-for-systemd.patch
 rename meta/recipes-graphics/xorg-app/{xev_1.2.3.bb => xev_1.2.2.bb} (77%)
 rename meta/recipes-graphics/xorg-lib/{libxcomposite_0.4.4.bb => libxcomposite_0.4.5.bb} (86%)
 rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.15.bb => libxcursor_1.2.0.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{libxdamage_1.1.4.bb => libxdamage_1.1.5.bb} (87%)
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto/0001-arm-Makefile-Fix-systemtap-4.19.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto/0001-arm-Makefile-Fix-systemtap.patch
 rename meta/recipes-support/gnutls/{gnutls_3.6.6.bb => gnutls_3.6.5.bb} (91%)

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


More information about the Openembedded-commits mailing list