[oe-commits] [openembedded-core] branch python3 updated (406eb68 -> bf66f0d)

git at git.openembedded.org git at git.openembedded.org
Wed May 18 19:13:21 UTC 2016


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

  discards  406eb68   Switch urlparse to urllib.parse
  discards  367c757   meta: python3 megapatch
  discards  909f952   meta: print fixes
  discards  a88666b   meta: Convert to use python3 octal syntax
  discards  2cda4bb   scripts/oe-buildenv-internal: allow experimental python3 support
      adds  cd0183e   oeqa/oetest.py: Add class ExportTestContext
      adds  800e6cb   testexport.bbclass: Split testimage class
      adds  4fd6560   oeqa/runexported.py: Remove host dumper
      adds  e64acab   testimage.bbclass: Remove exported test
      adds  537b0f7   oetest.py: Add default pscmd to oeTest
      adds  a029459   oetest.py: Use the real ExportTestContext in exported tests
      adds  17b812f   tcmode-default: Bump gcc
      adds  0e731a4   Revert "tcmode-default: Bump gcc"
      adds  3b2b1f2   python-numpy: fix build failure with python-matplotlib
      adds  bb55045   python-smartpm: Fix channel command --remove-all option (again)
      adds  3b4b4f1   python-smartpm: Don't ignore error if RPM transaction fails without problems
      adds  7faeeb9   python-smartpm: Remove unnecessary error reporting improvement patch
      adds  60d7eb4   yocto-uninative: Update to 1.0 tarball (new version of glibc)
      adds  7ec902e   mkefidisk.sh: mount images as read-only
       new  778b191   pseudo: Work around issues with glibc 2.24
       new  d9adc0c   scripts/oe-buildenv-internal: allow experimental python3 support
       new  0a7495d   meta: Convert to use python3 octal syntax
       new  3b0de20   meta: print fixes
       new  9984903   meta: python3 megapatch
       new  bf66f0d   Switch urlparse to urllib.parse

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   (406eb68)
            \
             N -- N -- N   refs/heads/python3 (bf66f0d)

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 "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/testexport.bbclass                    | 150 +++++++++++++++++++++
 meta/classes/testimage.bbclass                     | 137 +++----------------
 meta/conf/distro/include/yocto-uninative.inc       |   6 +-
 meta/lib/oe/qa.py                                  |  28 ++--
 meta/lib/oeqa/oetest.py                            |  60 ++++++---
 meta/lib/oeqa/runexported.py                       |  21 +--
 meta/recipes-core/meta/uninative-tarball.bb        |   2 +-
 .../pseudo/pseudo-glibc-rtld-next-workaround.patch |  85 ++++++++++++
 meta/recipes-devtools/pseudo/pseudo_1.7.5.bb       |   1 +
 .../python/python-numpy/aarch64/_numpyconfig.h     |   1 +
 .../python/python-numpy/mips64/_numpyconfig.h      |   1 +
 .../python/python-numpy/powerpc64/_numpyconfig.h   |   1 +
 .../python/python-smartpm/smart-attempt.patch      |   6 +-
 .../python-smartpm/smart-channel-remove-all.patch  |  33 +++++
 .../smart-improve-error-reporting.patch            |  91 -------------
 .../smart-rpm-transaction-failure-check.patch      |  57 ++++++++
 meta/recipes-devtools/python/python-smartpm_git.bb |   3 +-
 scripts/contrib/mkefidisk.sh                       |   4 +-
 18 files changed, 413 insertions(+), 274 deletions(-)
 create mode 100644 meta/classes/testexport.bbclass
 create mode 100644 meta/recipes-devtools/pseudo/pseudo/pseudo-glibc-rtld-next-workaround.patch
 create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-channel-remove-all.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch
 create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-rpm-transaction-failure-check.patch

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


More information about the Openembedded-commits mailing list