[oe-commits] [openembedded-core] branch master-next updated (c747e5e -> 5a1f70b)

git at git.openembedded.org git at git.openembedded.org
Mon Oct 29 14:07:16 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 c747e5e  testsdk.bbclass: write testresult to json files
 discard 65043fe  testimage.bbclass: write testresult to json files
     new 3f503eb  oeqa/selftest: Improvements to the json logging
     new e3670d8  testimage.bbclass: write testresult to json files
     new 919d9b9  testimage: Improvements to the json logging
     new b136d65  testsdk.bbclass: write testresult to json files
     new fabdfb7  testsdk: Improvements to the json logging
     new 7b1dad3  oeqa/core/runner: Don't add empty log entries
     new db804e3  oeqa/utils/metadata: Allow to function without the git module
     new 258dc34  gitignore: Ignore repo tool directory
     new 4ca71be  git: upgrade 2.18.0 -> 2.18.1
     new c9d4ad6  groff: not search fonts on build host
     new 5765034  libxcrypt: tweak branch from master to develop
     new 5a1f70b  machine/qemu*: fix kernel finish crng init more and more slowly

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   (c747e5e)
            \
             N -- N -- N   refs/heads/master-next (5a1f70b)

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 12 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:
 .gitignore                                         |  1 +
 meta/classes/testimage.bbclass                     | 28 ++++++++---------
 meta/classes/testsdk.bbclass                       | 36 +++++++++++-----------
 meta/conf/machine/include/qemuboot-mips.inc        |  3 +-
 meta/conf/machine/include/qemuboot-x86.inc         |  3 +-
 meta/conf/machine/qemuarm.conf                     |  3 +-
 meta/conf/machine/qemuarm64.conf                   |  4 ++-
 meta/conf/machine/qemuppc.conf                     |  3 +-
 meta/lib/oeqa/core/runner.py                       |  5 ++-
 meta/lib/oeqa/selftest/context.py                  | 25 +++++++--------
 meta/lib/oeqa/utils/metadata.py                    | 17 ++++++++--
 meta/recipes-core/libxcrypt/libxcrypt_4.1.1.bb     |  2 +-
 meta/recipes-devtools/git/git_2.18.0.bb            | 11 -------
 meta/recipes-devtools/git/git_2.18.1.bb            | 11 +++++++
 .../groff-not-search-fonts-on-build-host.patch     | 20 ++++++++++++
 meta/recipes-extended/groff/groff_1.22.3.bb        |  1 +
 16 files changed, 107 insertions(+), 66 deletions(-)
 delete mode 100644 meta/recipes-devtools/git/git_2.18.0.bb
 create mode 100644 meta/recipes-devtools/git/git_2.18.1.bb
 create mode 100644 meta/recipes-extended/groff/groff-1.22.3/groff-not-search-fonts-on-build-host.patch

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


More information about the Openembedded-commits mailing list