[oe-commits] [openembedded-core] branch master-next updated (1348299 -> be73085)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 28 11:42:23 UTC 2018


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 1348299  devtool: search: tweak help text
 discard 848c309  devtool: search: also look in recipe cache
 discard 11e7637  lib/oe/recipeutils: add .txz extension to archive list
 discard 95fa3d1  devtool: deploy-target: don't specify ssh/scp port unless user does
 discard e71e768  devtool: finish: fix erroneously creating bbappend for relative paths
 discard f04b9a9  devtool: reset: delete bbappend file if _check_preserve() doesn't
 discard db22aa0  devtool: fix poor handling of upgraded BBCLASSEXTENDed recipes
 discard 79216e8  lib/oe/path: implement is_path_parent()
 discard 921ae2a  oe-init-env: search 'bitbake' outside of oe-core
 discard acf509e  sstatesig: Move hardcoded native tools
 discard f0e50b3  sstatesig: Add recipe wildcard
 discard a961605  linux-firmware: fix typo
 discard 30bf157  sstatesig: Ignore icecc-create-env in task sigs
 discard 323f69f  icecc.bbclass: Ignore more icecream vars in hashes
 discard 0eee509  puzzles: upgrade to latest revision
 discard c8554e4  piglit: upgrade to current git master
 discard 77778c9  webkit: add missing Upstream-Status to patch
 discard 1ec108f  dbus-test_1.12.2: various fixes
 discard bff9a08  go: move common settings to go-common.inc
 discard e2df14b  goarch.bbclass: disable shared runtime for nativesdk builds
 discard 9e24a4d  go.bbclass: ptest cleanup and improvements
 discard 7be59a3  go.bbclass: don't stage test data with sources
 discard 9c02efa  go.bbclass: remove debug-related commands
 discard fcfda42  go.bbclass: rename GO_TMPDIR -> GOTMPDIR
 discard 5416785  go: set GOMIPS envrionment variable
 discard 6f7ae56  go: update go 1.9 -> go 1.10
     new 5d148aa  dbus-test_1.12.2: various fixes
     new ee17c83  webkit: add missing Upstream-Status to patch
     new b034cf4  piglit: upgrade to current git master
     new bd15a76  puzzles: upgrade to latest revision
     new f2c077d  icecc.bbclass: Ignore more icecream vars in hashes
     new d88b425  sstatesig: Ignore icecc-create-env in task sigs
     new cfd9628  linux-firmware: fix typo
     new 98d17d5  sstatesig: Add recipe wildcard
     new 0014e74  sstatesig: Move hardcoded native tools
     new d79eb07  oe-init-env: search 'bitbake' outside of oe-core
     new e5e0873  lib/oe/path: implement is_path_parent()
     new dadfe54  devtool: fix poor handling of upgraded BBCLASSEXTENDed recipes
     new 150c343  devtool: reset: delete bbappend file if _check_preserve() doesn't
     new a15d1bb  devtool: finish: fix erroneously creating bbappend for relative paths
     new 2c8225e  devtool: deploy-target: don't specify ssh/scp port unless user does
     new 5362235  lib/oe/recipeutils: add .txz extension to archive list
     new 5d07309  devtool: search: also look in recipe cache
     new 8859b8a  devtool: search: tweak help text
     new be73085  meta-world-pkgdata: This recipe is machine specific, mark as such

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

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 19 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                            | 105 ++++----
 meta/classes/goarch.bbclass                        |  12 -
 meta/recipes-core/meta/meta-world-pkgdata.bb       |   2 +
 meta/recipes-devtools/go/go-1.10.inc               |  21 --
 ...1-allow-CC-and-CXX-to-have-multiple-words.patch |  49 ----
 ...-content-based-hash-generation-less-pedan.patch | 220 ----------------
 ...OLDIR-to-be-overridden-in-the-environment.patch |  64 -----
 .../0004-ld-add-soname-to-shareable-objects.patch  |  47 ----
 ...verride-CC-when-building-dist-and-go_boot.patch |  40 ---
 ...-cmd-dist-separate-host-and-target-builds.patch | 277 ---------------------
 ...07-cmd-go-make-GOROOT-precious-by-default.patch |  97 --------
 ...ld-replace-glibc-dynamic-linker-with-musl.patch | 130 ----------
 meta/recipes-devtools/go/go-1.9.inc                |  26 ++
 .../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 ++++
 .../go/go-1.9/set-external-linker.patch            | 111 +++++++++
 meta/recipes-devtools/go/go-common.inc             |   6 -
 meta/recipes-devtools/go/go-cross-canadian.inc     |  26 +-
 ...s-canadian_1.10.bb => go-cross-canadian_1.9.bb} |   0
 meta/recipes-devtools/go/go-cross.inc              |  56 ++---
 .../go/{go-cross_1.10.bb => go-cross_1.9.bb}       |   0
 meta/recipes-devtools/go/go-crosssdk.inc           |  14 +-
 .../go/{go-crosssdk_1.10.bb => go-crosssdk_1.9.bb} |   0
 meta/recipes-devtools/go/go-native.inc             |  25 +-
 .../go/{go-native_1.10.bb => go-native_1.9.bb}     |   0
 meta/recipes-devtools/go/go-runtime.inc            |  58 +++--
 .../go/{go-runtime_1.10.bb => go-runtime_1.9.bb}   |   0
 meta/recipes-devtools/go/go-target.inc             |  20 +-
 meta/recipes-devtools/go/{go_1.10.bb => go_1.9.bb} |   0
 37 files changed, 801 insertions(+), 1110 deletions(-)
 delete mode 100644 meta/recipes-devtools/go/go-1.10.inc
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0001-allow-CC-and-CXX-to-have-multiple-words.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0004-ld-add-soname-to-shareable-objects.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0006-cmd-dist-separate-host-and-target-builds.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0007-cmd-go-make-GOROOT-precious-by-default.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0008-ld-replace-glibc-dynamic-linker-with-musl.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9.inc
 create mode 100644 meta/recipes-devtools/go/go-1.9/0001-make.bash-quote-CC_FOR_TARGET.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/0002-cmd-go-fix-CC-and-CXX-environment-variable-construct.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/0003-make.bash-better-separate-host-and-target-builds.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/0004-cmd-go-allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/0005-cmd-go-make-GOROOT-precious-by-default.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/0006-make.bash-add-GOTOOLDIR_BOOTSTRAP-environment-variab.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/0007-ld-add-soname-to-shareable-objects.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/0008-make.bash-add-GOHOSTxx-indirection-for-cross-canadia.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/0009-cmd-go-buildmode-pie-forces-external-linking-mode-on.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/0010-make.bash-override-CC-when-building-dist-and-go_boot.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/set-external-linker.patch
 rename meta/recipes-devtools/go/{go-cross-canadian_1.10.bb => go-cross-canadian_1.9.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.10.bb => go-cross_1.9.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.10.bb => go-crosssdk_1.9.bb} (100%)
 rename meta/recipes-devtools/go/{go-native_1.10.bb => go-native_1.9.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.10.bb => go-runtime_1.9.bb} (100%)
 rename meta/recipes-devtools/go/{go_1.10.bb => go_1.9.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