[oe-commits] [openembedded-core] branch master updated (cbc396d -> 8e16694)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 08:06:34 UTC 2017


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

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

    from cbc396d  gawk: Enable native building
     new 8ba2cdd  conf: add maintainers.inc from meta-poky
     new 92878ef  dtc: Add HOMEPAGE info into recipe file.
     new fca8c3d  i2c-tools: Add HOMEPAGE info into recipe file.
     new 19f4e69  initscripts: Add HOMEPAGE info into recipe file.
     new 5b51539  kbd: Add HOMEPAGE info into recipe file.
     new 072384f  libtimedate-perl: Add HOMEPAGE info into recipe file.
     new f178cf4  libxml-parser-perl: Add HOMEPAGE info into recipe file.
     new b10d8bc  libxml-sax-base-perl: Add HOMEPAGE info into recipe file.
     new 0982566  libxml-sax-perl: Add HOMEPAGE info into recipe file.
     new 7c8952b  lsbinitscripts: Add HOMEPAGE info into recipe file.
     new 9fbd4fe  lsbtest: Add HOMEPAGE info into recipe file.
     new d29b4a1  mobile-broadband-provider-info: Add HOMEPAGE info into recipe file.
     new 9caebef  opkg-arch-config: Add HOMEPAGE info into recipe file.
     new c0a1128  qemuwrapper-cross: Add HOMEPAGE info into recipe file.
     new 0476247  systemd-compat-units: Add HOMEPAGE info into recipe.
     new 6b72414  systemd-serialgetty: Add HOMEPAGE info into recipe file.
     new bd539ff  trace-cmd: Add HOMEPAGE info into recipe file.
     new 298077e  udev-extraconf: Add HOMEPAGE info into recipe file.
     new f967351  alsa-state: Add HOMEPAGE info into recipe file.
     new 94cfa56  go-crosssdk: fix host/target references and cleanup
     new f76779f  go: fix linking issues for nativesdk builds
     new e2171f1  go: fixes for cross-canadian builds
     new 5de3de1  go.bbclass: set TMPDIR during compilation
     new 8e16694  Add Go toolchain support

The 24 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                            |  10 +-
 meta/conf/distro/include/maintainers.inc           | 825 +++++++++++++++++++++
 meta/recipes-bsp/alsa-state/alsa-state.bb          |   1 +
 .../mobile-broadband-provider-info_git.bb          |   1 +
 meta/recipes-core/initscripts/initscripts_1.0.bb   |   1 +
 meta/recipes-core/kbd/kbd_2.0.4.bb                 |   1 +
 meta/recipes-core/meta/meta-go-toolchain.bb        |  12 +
 .../packagegroup-go-cross-canadian.bb              |  12 +
 .../packagegroups/packagegroup-go-sdk-target.bb    |   8 +
 meta/recipes-core/systemd/systemd-compat-units.bb  |   2 +-
 meta/recipes-core/systemd/systemd-serialgetty.bb   |   1 +
 meta/recipes-core/udev/udev-extraconf_1.1.bb       |   1 +
 meta/recipes-devtools/go/go-1.9.inc                |   1 +
 ...dd-GOHOSTxx-indirection-for-cross-canadia.patch |  33 +
 meta/recipes-devtools/go/go-cross-canadian.inc     |  40 +-
 meta/recipes-devtools/go/go-crosssdk.inc           |  11 +-
 meta/recipes-devtools/go/go-runtime.inc            |   5 +
 meta/recipes-devtools/go/go-target.inc             |   3 +
 meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb |   1 +
 meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb |   1 +
 .../perl/libxml-parser-perl_2.44.bb                |   1 +
 .../recipes-devtools/qemu/qemuwrapper-cross_1.0.bb |   1 +
 meta/recipes-extended/lsb/lsbinitscripts_9.72.bb   |   1 +
 meta/recipes-extended/lsb/lsbtest_1.0.bb           |   1 +
 .../recipes-extended/perl/libtimedate-perl_2.30.bb |   1 +
 .../perl/libxml-sax-base-perl_1.09.bb              |   1 +
 meta/recipes-extended/perl/libxml-sax-perl_0.99.bb |   1 +
 meta/recipes-kernel/dtc/dtc.inc                    |   1 +
 meta/recipes-kernel/trace-cmd/trace-cmd_git.bb     |   1 +
 29 files changed, 949 insertions(+), 30 deletions(-)
 create mode 100644 meta/conf/distro/include/maintainers.inc
 create mode 100644 meta/recipes-core/meta/meta-go-toolchain.bb
 create mode 100644 meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb
 create mode 100644 meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
 create mode 100644 meta/recipes-devtools/go/go-1.9/0008-make.bash-add-GOHOSTxx-indirection-for-cross-canadia.patch

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


More information about the Openembedded-commits mailing list