[oe-commits] [openembedded-core] branch master updated (8f596d4 -> 83a36fb)

git at git.openembedded.org git at git.openembedded.org
Tue Mar 6 14:43:24 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from 8f596d4  maintainers.inc: add myself as -bootconf recipe maintainer
     add 064900f  expect: upgrade 5.45.3 -> 5.45.4
     add 4fd749c  go: update go 1.9 -> go 1.10
     add f3cabc9  go: set GOMIPS envrionment variable
     add ce9d70a  go.bbclass: rename GO_TMPDIR -> GOTMPDIR
     add 351e9fc  go.bbclass: remove debug-related commands
     add b013db7  go.bbclass: don't stage test data with sources
     add 1103746  go.bbclass: ptest cleanup and improvements
     add fde7017  goarch.bbclass: disable shared runtime for nativesdk builds
     add e72d2a7  go: move common settings to go-common.inc
     add f2ff90e  go.bbclass, goarch.bbclass: update SECURITY_CFLAGS
     add cc7b179  go: disable PIE CFLAGS for nativesdk and cross-canadian builds
     add d220144  packagegroup-go-sdk-target: add go-runtime-staticdev
     add b5ee166  go-runtime: remove unneeded nativesdk override, rename variable
     add 1019315  tcmode-default.inc: add settings for go
     add 9bea831  godep.bbclass: Add helper class to enable go-dep tool
     add dc3829f  diffutils: allow native & nativesdk builds
     add ace8b31  dtc: add rdepends_${PN}-misc = diffutils
     add 04f49bc  libconvert-asn1-perl: inherit ptest-perl
     add 177bd96  meson.bbclass: fix to build for more projects
     add 5461515  kmscube: Add patch for missing GBM function
     add b32f3b6  e2fsprogs_1.43.8.bb: improve reproducibility
     add 11ebb50  glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions
     add 4aaf747  gdb: fix header ordering for TRAP_HWBKPT
     add 83a36fb  util-linux: add taskset to alternatives list

No new revisions were added by this update.

Summary of changes:
 meta/classes/go.bbclass                            | 114 +++++----
 meta/classes/goarch.bbclass                        |  14 ++
 meta/classes/godep.bbclass                         |   8 +
 meta/classes/meson.bbclass                         |  20 +-
 meta/conf/distro/include/tcmode-default.inc        |  10 +
 ...o-consts.h-enum-definition-for-TRAP_HWBKP.patch |  69 +++++
 meta/recipes-core/glibc/glibc_2.27.bb              |   1 +
 .../packagegroups/packagegroup-go-sdk-target.bb    |   1 +
 meta/recipes-core/util-linux/util-linux.inc        |   2 +-
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb |   3 +
 .../expect/{expect_5.45.3.bb => expect_5.45.4.bb}  |   4 +-
 meta/recipes-devtools/gdb/gdb-8.0.1.inc            |   1 +
 ...4-defining-TRAP_HWBKPT-before-including-g.patch |  51 ++++
 meta/recipes-devtools/go/go-1.10.inc               |  22 ++
 ...1-allow-CC-and-CXX-to-have-multiple-words.patch |  33 +++
 ...-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 | 108 ++++++++
 ...l-obj-arm64-fix-branch-too-far-with-TBZ-l.patch |  58 +++++
 ...ld-replace-glibc-dynamic-linker-with-musl.patch | 130 ++++++++++
 meta/recipes-devtools/go/go-common.inc             |   6 +
 meta/recipes-devtools/go/go-cross-canadian.inc     |  26 +-
 ...s-canadian_1.9.bb => go-cross-canadian_1.10.bb} |   0
 meta/recipes-devtools/go/go-cross-canadian_1.9.bb  |  10 +
 meta/recipes-devtools/go/go-cross.inc              |  56 ++---
 .../go/{go-cross_1.9.bb => go-cross_1.10.bb}       |   0
 meta/recipes-devtools/go/go-cross_1.9.bb           |   8 +
 meta/recipes-devtools/go/go-crosssdk.inc           |  14 +-
 .../go/{go-crosssdk_1.9.bb => go-crosssdk_1.10.bb} |   0
 meta/recipes-devtools/go/go-crosssdk_1.9.bb        |   9 +
 meta/recipes-devtools/go/go-native.inc             |  25 +-
 .../go/{go-native_1.9.bb => go-native_1.10.bb}     |   0
 meta/recipes-devtools/go/go-native_1.9.bb          |   2 +
 meta/recipes-devtools/go/go-runtime.inc            |  56 ++---
 .../go/{go-runtime_1.9.bb => go-runtime_1.10.bb}   |   0
 meta/recipes-devtools/go/go-runtime_1.9.bb         |  21 ++
 meta/recipes-devtools/go/go-target.inc             |  24 +-
 meta/recipes-devtools/go/{go_1.9.bb => go_1.10.bb} |   0
 meta/recipes-devtools/go/go_1.9.bb                 |  15 ++
 meta/recipes-extended/diffutils/diffutils.inc      |   1 +
 .../perl/libconvert-asn1-perl_0.27.bb              |   2 +-
 ...-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch | 116 +++++++++
 meta/recipes-graphics/kmscube/kmscube_git.bb       |   3 +-
 meta/recipes-kernel/dtc/dtc.inc                    |   2 +-
 47 files changed, 1513 insertions(+), 180 deletions(-)
 create mode 100644 meta/classes/godep.bbclass
 create mode 100644 meta/recipes-core/glibc/glibc/0028-bits-siginfo-consts.h-enum-definition-for-TRAP_HWBKP.patch
 rename meta/recipes-devtools/expect/{expect_5.45.3.bb => expect_5.45.4.bb} (95%)
 create mode 100644 meta/recipes-devtools/gdb/gdb/gdb-Fix-ia64-defining-TRAP_HWBKPT-before-including-g.patch
 create mode 100644 meta/recipes-devtools/go/go-1.10.inc
 create mode 100644 meta/recipes-devtools/go/go-1.10/0001-allow-CC-and-CXX-to-have-multiple-words.patch
 create mode 100644 meta/recipes-devtools/go/go-1.10/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch
 create mode 100644 meta/recipes-devtools/go/go-1.10/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch
 create mode 100644 meta/recipes-devtools/go/go-1.10/0004-ld-add-soname-to-shareable-objects.patch
 create mode 100644 meta/recipes-devtools/go/go-1.10/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch
 create mode 100644 meta/recipes-devtools/go/go-1.10/0006-cmd-dist-separate-host-and-target-builds.patch
 create mode 100644 meta/recipes-devtools/go/go-1.10/0007-cmd-go-make-GOROOT-precious-by-default.patch
 create mode 100644 meta/recipes-devtools/go/go-1.10/0008-cmd-internal-obj-arm64-fix-branch-too-far-with-TBZ-l.patch
 create mode 100644 meta/recipes-devtools/go/go-1.10/0009-ld-replace-glibc-dynamic-linker-with-musl.patch
 copy meta/recipes-devtools/go/{go-cross-canadian_1.9.bb => go-cross-canadian_1.10.bb} (100%)
 copy meta/recipes-devtools/go/{go-cross_1.9.bb => go-cross_1.10.bb} (100%)
 copy meta/recipes-devtools/go/{go-crosssdk_1.9.bb => go-crosssdk_1.10.bb} (100%)
 copy meta/recipes-devtools/go/{go-native_1.9.bb => go-native_1.10.bb} (100%)
 copy meta/recipes-devtools/go/{go-runtime_1.9.bb => go-runtime_1.10.bb} (100%)
 copy meta/recipes-devtools/go/{go_1.9.bb => go_1.10.bb} (100%)
 create mode 100644 meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch

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


More information about the Openembedded-commits mailing list