[oe-commits] [openembedded-core] branch master-next updated (aa9632e -> fe480ad)

git at git.openembedded.org git at git.openembedded.org
Thu Mar 7 22:23:36 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 aa9632e  insane: typo fixup
 discard 34b5e48  sqlite3: Upgrade 3.26.0 -> 3.27.2
 discard f63011a  scripts/resulttool: Enable manual result store and regression
 discard 698a90e  insane.bbclass: Add configure-unsafe and configure-gettext
 discard 556b0ce  insane.bbclass: Make INSANE_SKIP work for qa pkgconfig and la
 discard 6d416d7  systemd: backport patch to fix parallel build failure
 discard 330d549  qemuarm64: Use 5.x
 discard d625504  machine: bump preferred version to 5.0
 discard 7ed5fec  qemuarma15: ARM A15 Support
     add 8971294  systemd: backport patch to fix parallel build failure
     add 756d641  insane.bbclass: Make INSANE_SKIP work for qa pkgconfig and la
     add 4b86ebb  insane.bbclass: Add configure-unsafe and configure-gettext
     add 7521834  scripts/resulttool: Enable manual result store and regression
     add eb12c67  sqlite3: Upgrade 3.26.0 -> 3.27.2
     new 4970670  qemuarma15: ARM A15 Support
     new cdfa266  machine: bump preferred version to 5.0
     new 85e9225  qemuarm64: Use 5.x
     new 6f2b3c9  device-tree.bbclass: Add support to compile overlays separately
     new 0a4f6e6  rm_work: sort the value of do_build dependencies
     new 4a6cfc8  inetutils: Fix build on RISC-V
     new 752a8ce  icecc: Slightly more verbose log messages in the success case
     new 2a25c6d  go: Add recipes for 1.12 release and make it default
     new fe480ad  go-1.9: Drop the recipes

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   (aa9632e)
            \
             N -- N -- N   refs/heads/master-next (fe480ad)

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 9 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/devicetree.bbclass                    |   7 +-
 meta/classes/icecc.bbclass                         |   3 +-
 meta/classes/rm_work.bbclass                       |   3 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 .../inetutils/inetutils_1.9.4.bb                   |   2 +
 .../go/{go-1.11.inc => go-1.12.inc}                |   8 +-
 ...1-allow-CC-and-CXX-to-have-multiple-words.patch |   0
 ...-content-based-hash-generation-less-pedan.patch |   0
 ...OLDIR-to-be-overridden-in-the-environment.patch |   0
 .../0004-ld-add-soname-to-shareable-objects.patch  |   0
 ...verride-CC-when-building-dist-and-go_boot.patch |   0
 ...-cmd-dist-separate-host-and-target-builds.patch |   0
 ...07-cmd-go-make-GOROOT-precious-by-default.patch |   0
 .../0008-use-GOBUILDMODE-to-set-buildmode.patch    |   0
 ...ld-replace-glibc-dynamic-linker-with-musl.patch |  20 +---
 .../0001-make.bash-quote-CC_FOR_TARGET.patch       |  32 ------
 ...CC-and-CXX-environment-variable-construct.patch |  67 -------------
 ...sh-better-separate-host-and-target-builds.patch |  92 -----------------
 ...w-GOTOOLDIR-to-be-overridden-in-the-envir.patch |  68 -------------
 ...05-cmd-go-make-GOROOT-precious-by-default.patch |  41 --------
 ...dd-GOTOOLDIR_BOOTSTRAP-environment-variab.patch |  36 -------
 .../0007-ld-add-soname-to-shareable-objects.patch  |  46 ---------
 ...dd-GOHOSTxx-indirection-for-cross-canadia.patch |  33 ------
 ...dmode-pie-forces-external-linking-mode-on.patch |  47 ---------
 ...verride-CC-when-building-dist-and-go_boot.patch |  43 --------
 .../0011-use-GOBUILDMODE-to-set-buildmode.patch    |  40 --------
 .../go/go-1.9/set-external-linker.patch            | 111 ---------------------
 meta/recipes-devtools/go/go-common.inc             |   1 -
 ...-canadian_1.11.bb => go-cross-canadian_1.12.bb} |   0
 meta/recipes-devtools/go/go-cross.inc              |   1 -
 .../go/{go-cross_1.11.bb => go-cross_1.12.bb}      |   0
 .../{go-crosssdk_1.11.bb => go-crosssdk_1.12.bb}   |   0
 .../go/{go-native_1.11.bb => go-native_1.12.bb}    |   0
 .../go/{go-runtime_1.11.bb => go-runtime_1.12.bb}  |   0
 .../recipes-devtools/go/{go_1.11.bb => go_1.12.bb} |   0
 35 files changed, 17 insertions(+), 686 deletions(-)
 copy meta/recipes-devtools/go/{go-1.11.inc => go-1.12.inc} (81%)
 copy meta/recipes-devtools/go/{go-1.11 => go-1.12}/0001-allow-CC-and-CXX-to-have-multiple-words.patch (100%)
 copy meta/recipes-devtools/go/{go-1.11 => go-1.12}/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch (100%)
 copy meta/recipes-devtools/go/{go-1.11 => go-1.12}/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch (100%)
 copy meta/recipes-devtools/go/{go-1.11 => go-1.12}/0004-ld-add-soname-to-shareable-objects.patch (100%)
 copy meta/recipes-devtools/go/{go-1.11 => go-1.12}/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch (100%)
 copy meta/recipes-devtools/go/{go-1.11 => go-1.12}/0006-cmd-dist-separate-host-and-target-builds.patch (100%)
 copy meta/recipes-devtools/go/{go-1.11 => go-1.12}/0007-cmd-go-make-GOROOT-precious-by-default.patch (100%)
 copy meta/recipes-devtools/go/{go-1.11 => go-1.12}/0008-use-GOBUILDMODE-to-set-buildmode.patch (100%)
 copy meta/recipes-devtools/go/{go-1.11 => go-1.12}/0009-ld-replace-glibc-dynamic-linker-with-musl.patch (79%)
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0001-make.bash-quote-CC_FOR_TARGET.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0002-cmd-go-fix-CC-and-CXX-environment-variable-construct.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0003-make.bash-better-separate-host-and-target-builds.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0004-cmd-go-allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0005-cmd-go-make-GOROOT-precious-by-default.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0006-make.bash-add-GOTOOLDIR_BOOTSTRAP-environment-variab.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0007-ld-add-soname-to-shareable-objects.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0008-make.bash-add-GOHOSTxx-indirection-for-cross-canadia.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0009-cmd-go-buildmode-pie-forces-external-linking-mode-on.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0010-make.bash-override-CC-when-building-dist-and-go_boot.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/0011-use-GOBUILDMODE-to-set-buildmode.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.9/set-external-linker.patch
 copy meta/recipes-devtools/go/{go-cross-canadian_1.11.bb => go-cross-canadian_1.12.bb} (100%)
 copy meta/recipes-devtools/go/{go-cross_1.11.bb => go-cross_1.12.bb} (100%)
 copy meta/recipes-devtools/go/{go-crosssdk_1.11.bb => go-crosssdk_1.12.bb} (100%)
 copy meta/recipes-devtools/go/{go-native_1.11.bb => go-native_1.12.bb} (100%)
 copy meta/recipes-devtools/go/{go-runtime_1.11.bb => go-runtime_1.12.bb} (100%)
 copy meta/recipes-devtools/go/{go_1.11.bb => go_1.12.bb} (100%)

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


More information about the Openembedded-commits mailing list