[oe-commits] [openembedded-core] branch master-next updated (3e3986e -> d47c3fa)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 6 16:34:38 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 3e3986e  machine: bump preferred version to 5.0
 discard baa1b0f  lttng: add 5.x fixup patches to 2.10.8 release
 discard 05810c8  linux-yocto: introduce 5.0 versioned recipe
 discard d0db1cf  linux-libc-headers: update to 5.x headers
 discard a97d2b3  kernel-yocto: allow kernel-meta repositories to be patched
 discard 03caa74  qemuarma15: ARM A15 Support
 discard 0e9684b  Add source package to ${PACKAGES}
     new d0a1f0e  qemuarma15: ARM A15 Support
     new 92f565c  kernel-yocto: allow kernel-meta repositories to be patched
     new 53257cd  linux-libc-headers: update to 5.x headers
     new 65e3b79  linux-yocto: introduce 5.0 versioned recipe
     new c8ab43e  lttng: add 5.x fixup patches to 2.10.8 release
     new 3d7e59b  machine: bump preferred version to 5.0
     new 57cd0c3  Add source package to ${PACKAGES}
     new b3b04b1  vim: Import version 8.1.0347
     new 3f40b92  inetutils: Import version 1.9.4
     new 79389da  packagegroup-core-base-utils: Introduce new base-utils packagegroup
     new 209cbe4  imagefeatures: Add test to blacklist building busybox
     new bfbcd7f  utils: Fix create_wrapper
     new d47c3fa  bitbake: add readlink to HOSTTOOLS

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   (3e3986e)
            \
             N -- N -- N   refs/heads/master-next (d47c3fa)

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 13 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/utils.bbclass                         |   2 +-
 meta/conf/bitbake.conf                             |   3 +-
 meta/conf/distro/include/maintainers.inc           |   2 +
 meta/conf/local.conf.sample.extended               |   8 +
 meta/files/common-licenses/vim                     |  81 ++++++++
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |  26 +++
 .../0001-rcp-fix-to-work-with-large-files.patch    |  31 ++++
 .../inetutils/inetutils/fix-disable-ipv6.patch     |  83 +++++++++
 ...tf-parse-pull-in-features.h-for-__GLIBC__.patch |  29 +++
 .../inetutils/inetutils-1.8-0003-wchar.patch       |  14 ++
 .../inetutils/inetutils-1.9-PATH_PROCNET_DEV.patch |  26 +++
 ...ls-only-check-pam_appl.h-when-pam-enabled.patch |  40 ++++
 .../inetutils/inetutils/rexec.xinetd.inetutils     |  20 ++
 .../inetutils/inetutils/rlogin.xinetd.inetutils    |  23 +++
 .../inetutils/inetutils/rsh.xinetd.inetutils       |  21 +++
 .../inetutils/inetutils/telnet.xinetd.inetutils    |  13 ++
 .../inetutils/inetutils/tftpd.xinetd.inetutils     |  19 ++
 .../inetutils/inetutils/version.patch              |  17 ++
 .../inetutils/inetutils_1.9.4.bb                   | 206 +++++++++++++++++++++
 .../packagegroups/packagegroup-core-base-utils.bb  |  58 ++++++
 ...0001-src-Makefile-improve-reproducibility.patch |  46 +++++
 .../vim/files/disable_acl_header_check.patch       |  39 ++++
 .../vim-add-knob-whether-elf.h-are-checked.patch   |  42 +++++
 meta/recipes-support/vim/vim-tiny_8.1.0347.bb      |  15 ++
 meta/recipes-support/vim/vim_8.1.0347.bb           | 129 +++++++++++++
 25 files changed, 990 insertions(+), 3 deletions(-)
 create mode 100644 meta/files/common-licenses/vim
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/0001-rcp-fix-to-work-with-large-files.patch
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/fix-disable-ipv6.patch
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/inetutils-1.9-PATH_PROCNET_DEV.patch
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/inetutils-only-check-pam_appl.h-when-pam-enabled.patch
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/rexec.xinetd.inetutils
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/rlogin.xinetd.inetutils
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/telnet.xinetd.inetutils
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/tftpd.xinetd.inetutils
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/version.patch
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb
 create mode 100644 meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb
 create mode 100644 meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch
 create mode 100644 meta/recipes-support/vim/files/disable_acl_header_check.patch
 create mode 100644 meta/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch
 create mode 100644 meta/recipes-support/vim/vim-tiny_8.1.0347.bb
 create mode 100644 meta/recipes-support/vim/vim_8.1.0347.bb

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


More information about the Openembedded-commits mailing list