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

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 08:06:39 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 e9f757d  pseudo: Add fcntl fix
 discard 3d4bf93  pseudo: use epoll API on Linux
 discard fedd9f0  wic: allow multiple /boot partitions with different content
     add 8ba2cdd  conf: add maintainers.inc from meta-poky
     add 92878ef  dtc: Add HOMEPAGE info into recipe file.
     add fca8c3d  i2c-tools: Add HOMEPAGE info into recipe file.
     add 19f4e69  initscripts: Add HOMEPAGE info into recipe file.
     add 5b51539  kbd: Add HOMEPAGE info into recipe file.
     add 072384f  libtimedate-perl: Add HOMEPAGE info into recipe file.
     add f178cf4  libxml-parser-perl: Add HOMEPAGE info into recipe file.
     add b10d8bc  libxml-sax-base-perl: Add HOMEPAGE info into recipe file.
     add 0982566  libxml-sax-perl: Add HOMEPAGE info into recipe file.
     add 7c8952b  lsbinitscripts: Add HOMEPAGE info into recipe file.
     add 9fbd4fe  lsbtest: Add HOMEPAGE info into recipe file.
     add d29b4a1  mobile-broadband-provider-info: Add HOMEPAGE info into recipe file.
     add 9caebef  opkg-arch-config: Add HOMEPAGE info into recipe file.
     add c0a1128  qemuwrapper-cross: Add HOMEPAGE info into recipe file.
     add 0476247  systemd-compat-units: Add HOMEPAGE info into recipe.
     add 6b72414  systemd-serialgetty: Add HOMEPAGE info into recipe file.
     add bd539ff  trace-cmd: Add HOMEPAGE info into recipe file.
     add 298077e  udev-extraconf: Add HOMEPAGE info into recipe file.
     add f967351  alsa-state: Add HOMEPAGE info into recipe file.
     add 94cfa56  go-crosssdk: fix host/target references and cleanup
     add f76779f  go: fix linking issues for nativesdk builds
     add e2171f1  go: fixes for cross-canadian builds
     add 5de3de1  go.bbclass: set TMPDIR during compilation
     add 8e16694  Add Go toolchain support

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   (e9f757d)
            \
             N -- N -- N   refs/heads/master-next (8e16694)

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.

No new revisions were added by this update.

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 +
 .../pseudo/files/0001-Use-epoll-API-on-Linux.patch | 253 -------
 meta/recipes-devtools/pseudo/files/fcntl-fix.patch |  51 --
 meta/recipes-devtools/pseudo/pseudo_1.8.2.bb       |   2 -
 .../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 +
 .../lib/wic/plugins/source/bootimg-partition.py    |  17 +-
 33 files changed, 953 insertions(+), 349 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
 delete mode 100644 meta/recipes-devtools/pseudo/files/0001-Use-epoll-API-on-Linux.patch
 delete mode 100644 meta/recipes-devtools/pseudo/files/fcntl-fix.patch

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


More information about the Openembedded-commits mailing list