[oe-commits] [openembedded-core] branch master-next updated (1e41c1f -> 64f5024)

git at git.openembedded.org git at git.openembedded.org
Fri Feb 21 22:25:55 UTC 2020


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 1e41c1f  binutils: Upgrade to 2.34 release
     new ad8ade3  jquery: fix upstream version check
     new e108c1c  oeqa/logparser: correctly set test result markers
     new 64f5024  toolchain-shar-extract: ignore timestamp on decompress

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   (1e41c1f)
            \
             N -- N -- N   refs/heads/master-next (64f5024)

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 3 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/distro/include/tcmode-default.inc        |     2 +-
 meta/files/toolchain-shar-extract.sh               |     2 +-
 meta/lib/oeqa/utils/logparser.py                   |     2 +-
 .../{binutils-2.34.inc => binutils-2.33.inc}       |    37 +-
 ...ian_2.34.bb => binutils-cross-canadian_2.33.bb} |     0
 ...te_2.34.bb => binutils-cross-testsuite_2.33.bb} |     0
 ...nutils-cross_2.34.bb => binutils-cross_2.33.bb} |     0
 ...-crosssdk_2.34.bb => binutils-crosssdk_2.33.bb} |     0
 meta/recipes-devtools/binutils/binutils.inc        |    26 +-
 ...nutils-crosssdk-Generate-relocatable-SDKs.patch |    16 +-
 ...oss-Do-not-generate-linker-script-directo.patch |     4 +-
 ...ure-widen-the-regexp-for-SH-architectures.patch |    44 +
 ...=> 0004-Point-scripts-location-to-libdir.patch} |    10 +-
 ...ure-widen-the-regexp-for-SH-architectures.patch |    41 -
 ...e-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch} |    30 +-
 .../binutils/binutils/0006-Use-libtool-2.4.patch   | 21203 +++++++++++++++++++
 .../binutils/binutils/0007-Use-libtool-2.4.patch   |  7115 -------
 ...e-distro-compiler-point-to-the-wrong-ins.patch} |     6 +-
 ...s-of-system-directories-when-cross-linki.patch} |    40 +-
 ...rpath-in-libtool-when-sysroot-is-enabled.patch} |     2 +-
 ...hange-default-emulation-for-mips64-linux.patch} |    23 +-
 ...tch => 0011-Add-support-for-Netlogic-XLP.patch} |   112 +-
 ...correct-assembling-for-ppc-wait-mnemonic.patch} |     4 +-
 ...patch => 0013-Detect-64-bit-MIPS-targets.patch} |     4 +-
 ...tch => 0014-sync-with-OE-libtool-changes.patch} |     2 +-
 ...able-x86_64-pep-for-producing-EFI-binarie.patch |    46 +
 .../binutils/binutils/CVE-2019-17450.patch         |    94 +
 .../binutils/binutils/CVE-2019-17451.patch         |    46 +
 ...ld.so.conf.patch => nativesdk-relocation.patch} |    75 +-
 .../{binutils_2.34.bb => binutils_2.33.bb}         |     4 +-
 meta/recipes-devtools/jquery/jquery_3.4.1.bb       |     2 +
 31 files changed, 21594 insertions(+), 7398 deletions(-)
 rename meta/recipes-devtools/binutils/{binutils-2.34.inc => binutils-2.33.inc} (54%)
 rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.34.bb => binutils-cross-canadian_2.33.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross-testsuite_2.34.bb => binutils-cross-testsuite_2.33.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross_2.34.bb => binutils-cross_2.33.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.34.bb => binutils-crosssdk_2.33.bb} (100%)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0003-configure-widen-the-regexp-for-SH-architectures.patch
 rename meta/recipes-devtools/binutils/binutils/{0005-Point-scripts-location-to-libdir.patch => 0004-Point-scripts-location-to-libdir.patch} (83%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0004-configure-widen-the-regexp-for-SH-architectures.patch
 rename meta/recipes-devtools/binutils/binutils/{0006-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch => 0005-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch} (51%)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0007-Use-libtool-2.4.patch
 rename meta/recipes-devtools/binutils/binutils/{0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch => 0007-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch} (87%)
 rename meta/recipes-devtools/binutils/binutils/{0009-warn-for-uses-of-system-directories-when-cross-linki.patch => 0008-warn-for-uses-of-system-directories-when-cross-linki.patch} (86%)
 rename meta/recipes-devtools/binutils/binutils/{0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch => 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch} (96%)
 rename meta/recipes-devtools/binutils/binutils/{0011-Change-default-emulation-for-mips64-linux.patch => 0010-Change-default-emulation-for-mips64-linux.patch} (80%)
 rename meta/recipes-devtools/binutils/binutils/{0012-Add-support-for-Netlogic-XLP.patch => 0011-Add-support-for-Netlogic-XLP.patch} (81%)
 rename meta/recipes-devtools/binutils/binutils/{0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch => 0012-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch} (91%)
 rename meta/recipes-devtools/binutils/binutils/{0014-Detect-64-bit-MIPS-targets.patch => 0013-Detect-64-bit-MIPS-targets.patch} (91%)
 rename meta/recipes-devtools/binutils/binutils/{0015-sync-with-OE-libtool-changes.patch => 0014-sync-with-OE-libtool-changes.patch} (97%)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0015-binutils-enable-x86_64-pep-for-producing-EFI-binarie.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-17450.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-17451.patch
 rename meta/recipes-devtools/binutils/binutils/{0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch => nativesdk-relocation.patch} (56%)
 rename meta/recipes-devtools/binutils/{binutils_2.34.bb => binutils_2.33.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