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

git at git.openembedded.org git at git.openembedded.org
Mon Mar 11 03:18:34 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 fae5ff8  meta-selftest/virgl: Exclude centos7 from the kmscube test
 discard cfea780  linux-yocto: Fix systemtap issue on armv7
 discard 179ecfe  qemuarm64 edid fix
 discard 3d673c6  qemuarm edid fix
 discard c03ce16  arm change
 discard 960b42f  qemuarm64: Use 5.x
 discard 92e6737  machine: bump preferred version to 5.0
 discard daf8bf3  qemuarma15: ARM A15 Support
     new 894b39a  qemuarm: Swap for an arm7ve (A15) configuration
     new d973348  machine: bump preferred version to 5.0
     new 7f9549d  qemuarm64: Fix graphics hang with 5.0 kernel
     new aeb5902  linux-yocto: Fix systemtap issue on armv7
     new 5f4c3ef  meta-selftest/virgl: Exclude centos7 from the kmscube test
     new f114ded  xhost: update to 1.0.8
     new a03de46  libxkbcommon: update to 0.8.4
     new 4716a28  libfontenc: update to 1.1.4
     new 73f5937  xvinfo: update to 1.1.4
     new e714c96  xmodmap: update to 1.0.10
     new 6790763  xinit: update to 1.4.1
     new 42b5528  xev: update to 1.2.3
     new a40989d  kexec-tools: update 2.0.19
     new ba18423  nss: update to 3.42.1
     new dcc8976  nspr: update 4.21
     new 3e108fc  gnutls: update 3.6.6
     new 2302ab9  xprop: update to 1.2.4
     new 463c158  grub: fix build with squashfs support enabled
     new 51cb1d5  tune-cortexa35: fixed typo
     new 76e3243  tune-cortexa*: Add missing BASE_LIB tune overrides

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   (fae5ff8)
            \
             N -- N -- N   refs/heads/master-next (76e3243)

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 20 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/conf/machine/include/tune-cortexa32.inc       |  2 +
 meta/conf/machine/include/tune-cortexa35.inc       |  4 +-
 meta/conf/machine/include/tune-cortexa53.inc       |  2 +
 meta/conf/machine/include/tune-cortexa72.inc       |  1 +
 meta/conf/machine/qemuarm.conf                     |  2 +-
 .../grub/files/fix.build.with.squashfs.patch       | 24 +++++++
 meta/recipes-bsp/grub/grub2.inc                    |  1 +
 meta/recipes-graphics/xorg-app/xev/diet-x11.patch  | 79 ++++++++++++----------
 .../xorg-app/{xev_1.2.2.bb => xev_1.2.3.bb}        |  4 +-
 .../xorg-app/{xhost_1.0.7.bb => xhost_1.0.8.bb}    |  4 +-
 .../xorg-app/{xinit_1.4.0.bb => xinit_1.4.1.bb}    |  4 +-
 .../{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb}        |  5 +-
 .../xorg-app/{xprop_1.2.3.bb => xprop_1.2.4.bb}    |  4 +-
 .../xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb}  |  4 +-
 .../{libfontenc_1.1.3.bb => libfontenc_1.1.4.bb}   |  6 +-
 ...libxkbcommon_0.8.3.bb => libxkbcommon_0.8.4.bb} |  4 +-
 ...kexec-tools_2.0.18.bb => kexec-tools_2.0.19.bb} |  4 +-
 .../gnutls/{gnutls_3.6.5.bb => gnutls_3.6.6.bb}    |  5 +-
 .../nspr/{nspr_4.20.bb => nspr_4.21.bb}            |  4 +-
 .../nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch   | 34 ----------
 .../nss/{nss_3.41.bb => nss_3.42.1.bb}             |  5 +-
 21 files changed, 103 insertions(+), 99 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/files/fix.build.with.squashfs.patch
 rename meta/recipes-graphics/xorg-app/{xev_1.2.2.bb => xev_1.2.3.bb} (77%)
 rename meta/recipes-graphics/xorg-app/{xhost_1.0.7.bb => xhost_1.0.8.bb} (83%)
 rename meta/recipes-graphics/xorg-app/{xinit_1.4.0.bb => xinit_1.4.1.bb} (79%)
 rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb} (78%)
 rename meta/recipes-graphics/xorg-app/{xprop_1.2.3.bb => xprop_1.2.4.bb} (78%)
 rename meta/recipes-graphics/xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb} (71%)
 rename meta/recipes-graphics/xorg-lib/{libfontenc_1.1.3.bb => libfontenc_1.1.4.bb} (72%)
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.8.3.bb => libxkbcommon_0.8.4.bb} (83%)
 rename meta/recipes-kernel/kexec/{kexec-tools_2.0.18.bb => kexec-tools_2.0.19.bb} (95%)
 rename meta/recipes-support/gnutls/{gnutls_3.6.5.bb => gnutls_3.6.6.bb} (91%)
 rename meta/recipes-support/nspr/{nspr_4.20.bb => nspr_4.21.bb} (96%)
 delete mode 100644 meta/recipes-support/nss/nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch
 rename meta/recipes-support/nss/{nss_3.41.bb => nss_3.42.1.bb} (97%)

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


More information about the Openembedded-commits mailing list