[oe-commits] [openembedded-core] branch master-next updated (282df2b -> defee33)

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 14:04:59 UTC 2017


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 282df2b  go: Disable for musl, at least for now
 discard 1a6af42  go: Add recipes for golang compilers and tools
     new d89df90  patchelf: Fix issues with the 'hole' in binaries approach
     new 96f923d  XXX yocto-uninative: Test patchelf changes
     new 6881436  musl: Update to tip
     new defee33  binutils: Upgrade to 2.28 release

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   (282df2b)
            \
             N -- N -- N   refs/heads/master-next (defee33)

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 4 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/go.bbclass                            |   75 --
 meta/classes/goarch.bbclass                        |   46 -
 meta/conf/distro/include/tcmode-default.inc        |    2 +-
 meta/conf/distro/include/yocto-uninative.inc       |    4 +-
 meta/recipes-core/musl/musl_git.bb                 |    2 +-
 meta/recipes-devtools/binutils/binutils-2.27.inc   |   47 -
 meta/recipes-devtools/binutils/binutils-2.28.inc   |   42 +
 ...ian_2.27.bb => binutils-cross-canadian_2.28.bb} |    0
 meta/recipes-devtools/binutils/binutils-cross.inc  |    2 +-
 ...nutils-cross_2.27.bb => binutils-cross_2.28.bb} |    0
 ...-crosssdk_2.27.bb => binutils-crosssdk_2.28.bb} |    2 +-
 ...utils-crosssdk-Generate-relocatable-SDKs.patch} |   16 +-
 ...01-ppc-apuinfo-for-spe-parsed-incorrectly.patch |   37 -
 ...ss-Do-not-generate-linker-script-directo.patch} |   26 +-
 ...ure-widen-the-regexp-for-SH-architectures.patch |   56 --
 ...003-gprof-add-uclibc-support-to-configure.patch |   31 +
 ...=> 0004-Point-scripts-location-to-libdir.patch} |   12 +-
 ...e-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch} |   12 +-
 ...0006-Explicitly-link-with-libm-on-uclibc.patch} |   12 +-
 ...ibtool-2.4.patch => 0007-Use-libtool-2.4.patch} | 1046 ++++++++++----------
 ...-Add-the-armv5e-architecture-to-binutils.patch} |   10 +-
 ...e-distro-compiler-point-to-the-wrong-ins.patch} |   10 +-
 ...s-of-system-directories-when-cross-linki.patch} |   42 +-
 ...rpath-in-libtool-when-sysroot-is-enabled.patch} |    8 +-
 ...hange-default-emulation-for-mips64-linux.patch} |   14 +-
 ...tch => 0013-Add-support-for-Netlogic-XLP.patch} |   74 +-
 ...correct-assembling-for-ppc-wait-mnemonic.patch} |   12 +-
 ..._sections-check-to-only-consider-compact-.patch |   97 --
 .../0015-binutils-mips-gas-pic-relax-linkonce.diff |   65 --
 ...tch => 0015-sync-with-OE-libtool-changes.patch} |   57 +-
 ...lt-in-ARM-linker-when-trying-to-parse-a-b.patch |   31 -
 ...eration-of-alignment-frags-in-code-sectio.patch |  139 ---
 .../{binutils_2.27.bb => binutils_2.28.bb}         |    0
 meta/recipes-devtools/go/go-1.4.inc                |   16 -
 ...alignment-for-the-.rel.plt-section-on-32-.patch |   30 -
 .../go/go-1.4/016-armhf-elf-header.patch           |   24 -
 ...ckport-cmd-link-support-new-386-amd64-rel.patch |  225 -----
 meta/recipes-devtools/go/go-1.4/syslog.patch       |   62 --
 meta/recipes-devtools/go/go-1.6.inc                |   19 -
 .../go/go-1.6/armhf-elf-header.patch               |   23 -
 .../go/go-1.6/fix-cc-handling.patch                |   50 -
 .../go/go-1.6/fix-target-cc-for-build.patch        |   17 -
 meta/recipes-devtools/go/go-1.6/gotooldir.patch    |   30 -
 .../go/go-1.6/split-host-and-target-build.patch    |   63 --
 meta/recipes-devtools/go/go-1.6/syslog.patch       |   62 --
 meta/recipes-devtools/go/go-1.7.inc                |   19 -
 .../go/go-1.7/armhf-elf-header.patch               |   23 -
 .../go/go-1.7/fix-cc-handling.patch                |   50 -
 .../go/go-1.7/fix-target-cc-for-build.patch        |   17 -
 meta/recipes-devtools/go/go-1.7/gotooldir.patch    |   30 -
 .../go/go-1.7/split-host-and-target-build.patch    |   62 --
 meta/recipes-devtools/go/go-1.7/syslog.patch       |   62 --
 meta/recipes-devtools/go/go-common.inc             |   22 -
 meta/recipes-devtools/go/go-cross.inc              |   14 -
 meta/recipes-devtools/go/go-cross_1.7.bb           |    5 -
 meta/recipes-devtools/go/go-native.inc             |   54 -
 meta/recipes-devtools/go/go-native_1.4.bb          |    2 -
 meta/recipes-devtools/go/go.inc                    |   79 --
 meta/recipes-devtools/go/go_1.6.bb                 |    4 -
 meta/recipes-devtools/go/go_1.7.bb                 |    2 -
 .../patchelf/patchelf/avoidholes.patch             |  161 +++
 meta/recipes-devtools/patchelf/patchelf_0.9.bb     |    1 +
 .../go-examples/files/helloworld.go                |   10 -
 meta/recipes-extended/go-examples/go-examples.inc  |   10 -
 .../go-examples/go-helloworld_0.1.bb               |   15 -
 65 files changed, 891 insertions(+), 2401 deletions(-)
 delete mode 100644 meta/classes/go.bbclass
 delete mode 100644 meta/classes/goarch.bbclass
 delete mode 100644 meta/recipes-devtools/binutils/binutils-2.27.inc
 create mode 100644 meta/recipes-devtools/binutils/binutils-2.28.inc
 rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.27.bb => binutils-cross-canadian_2.28.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross_2.27.bb => binutils-cross_2.28.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.27.bb => binutils-crosssdk_2.28.bb} (80%)
 rename meta/recipes-devtools/binutils/binutils/{0001-Generate-relocatable-SDKs.patch => 0001-binutils-crosssdk-Generate-relocatable-SDKs.patch} (84%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0001-ppc-apuinfo-for-spe-parsed-incorrectly.patch
 rename meta/recipes-devtools/binutils/binutils/{no-tooldirpaths.patch => 0002-binutils-cross-Do-not-generate-linker-script-directo.patch} (75%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0002-configure-widen-the-regexp-for-SH-architectures.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0003-gprof-add-uclibc-support-to-configure.patch
 rename meta/recipes-devtools/binutils/binutils/{0003-Point-scripts-location-to-libdir.patch => 0004-Point-scripts-location-to-libdir.patch} (80%)
 rename meta/recipes-devtools/binutils/binutils/{0004-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} (79%)
 rename meta/recipes-devtools/binutils/binutils/{0005-Explicitly-link-with-libm-on-uclibc.patch => 0006-Explicitly-link-with-libm-on-uclibc.patch} (84%)
 rename meta/recipes-devtools/binutils/binutils/{0006-Use-libtool-2.4.patch => 0007-Use-libtool-2.4.patch} (97%)
 rename meta/recipes-devtools/binutils/binutils/{0007-Add-the-armv5e-architecture-to-binutils.patch => 0008-Add-the-armv5e-architecture-to-binutils.patch} (83%)
 rename meta/recipes-devtools/binutils/binutils/{0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch => 0009-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch} (82%)
 rename meta/recipes-devtools/binutils/binutils/{0009-warn-for-uses-of-system-directories-when-cross-linki.patch => 0010-warn-for-uses-of-system-directories-when-cross-linki.patch} (90%)
 rename meta/recipes-devtools/binutils/binutils/{0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch => 0011-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch} (90%)
 rename meta/recipes-devtools/binutils/binutils/{0011-Change-default-emulation-for-mips64-linux.patch => 0012-Change-default-emulation-for-mips64-linux.patch} (88%)
 rename meta/recipes-devtools/binutils/binutils/{0012-Add-support-for-Netlogic-XLP.patch => 0013-Add-support-for-Netlogic-XLP.patch} (90%)
 rename meta/recipes-devtools/binutils/binutils/{0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch => 0014-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch} (76%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0015-Refine-.cfi_sections-check-to-only-consider-compact-.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0015-binutils-mips-gas-pic-relax-linkonce.diff
 rename meta/recipes-devtools/binutils/binutils/{0014-libtool-remove-rpath.patch => 0015-sync-with-OE-libtool-changes.patch} (72%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0016-Fix-seg-fault-in-ARM-linker-when-trying-to-parse-a-b.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0017-Fix-the-generation-of-alignment-frags-in-code-sectio.patch
 rename meta/recipes-devtools/binutils/{binutils_2.27.bb => binutils_2.28.bb} (100%)
 delete mode 100644 meta/recipes-devtools/go/go-1.4.inc
 delete mode 100644 meta/recipes-devtools/go/go-1.4/0001-cmd-ld-set-alignment-for-the-.rel.plt-section-on-32-.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.4/016-armhf-elf-header.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.4/go-cross-backport-cmd-link-support-new-386-amd64-rel.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.4/syslog.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6.inc
 delete mode 100644 meta/recipes-devtools/go/go-1.6/armhf-elf-header.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/fix-cc-handling.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/fix-target-cc-for-build.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/gotooldir.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/split-host-and-target-build.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/syslog.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7.inc
 delete mode 100644 meta/recipes-devtools/go/go-1.7/armhf-elf-header.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/fix-cc-handling.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/fix-target-cc-for-build.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/gotooldir.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/split-host-and-target-build.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/syslog.patch
 delete mode 100644 meta/recipes-devtools/go/go-common.inc
 delete mode 100644 meta/recipes-devtools/go/go-cross.inc
 delete mode 100644 meta/recipes-devtools/go/go-cross_1.7.bb
 delete mode 100644 meta/recipes-devtools/go/go-native.inc
 delete mode 100644 meta/recipes-devtools/go/go-native_1.4.bb
 delete mode 100644 meta/recipes-devtools/go/go.inc
 delete mode 100644 meta/recipes-devtools/go/go_1.6.bb
 delete mode 100644 meta/recipes-devtools/go/go_1.7.bb
 create mode 100644 meta/recipes-devtools/patchelf/patchelf/avoidholes.patch
 delete mode 100644 meta/recipes-extended/go-examples/files/helloworld.go
 delete mode 100644 meta/recipes-extended/go-examples/go-examples.inc
 delete mode 100644 meta/recipes-extended/go-examples/go-helloworld_0.1.bb

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


More information about the Openembedded-commits mailing list