[oe-commits] [openembedded-core] branch master updated (42af63f -> 2289138)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 2 07:24:54 UTC 2016


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

      from  42af63f   sanity: Drop setting C locale
      adds  3dd26cd   oe-buildenv-internal: Update to python3
       new  737a095   classes/lib: Convert to use python3 octal syntax
       new  bb4685a   classes/lib: Update to use python3 command pipeline decoding
       new  2476bdc   classes/lib: Update to match python3 iter requirements
       new  caebd86   classes/lib: Update to explictly create lists where needed
       new  d022b43   classes/lib: Update xrange -> range for python3
       new  ecfcc5d   sanity: Switch urlparse to urllib.parse
       new  ea6245d   wic: use python3 in shebang
       new  23c27d9   wic: encode help text
       new  210e290   qemurunner: convert data when working with socket
       new  25d4d82   scripts: Fix deprecated dict methods for python3
       new  e8cfab0   scripts: Replace basestring -> str for python3
       new  30d02e2   scripts: Fix encoding errors for python3
       new  de6e98f   scripts: Rename ConfigParser -> configparser for python3
       new  0a064f2   scripts: Fix urlparse imports for python3
       new  dad9617   scripts: use python3 in shebang
       new  fcd6b38   classes/lib: Complete transition to python3
       new  f6df164   selftest/devtool: Compare sets instead of arrays on AssertEqual
       new  3064d36   buildhistory_analysis: Convert stream data (bytes) to strings
       new  eaf83a5   devtool.py: Fix parsing of bitbake-layers' output
       new  28a0030   qemurunner: Use surrogateescape decoding
       new  2289138   oeqa/selftest/recipetool.py: Tweak matching of warning line

The 21 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/base.bbclass                          |   2 +-
 meta/classes/buildhistory.bbclass                  |  18 ++--
 meta/classes/chrpath.bbclass                       |   2 +
 meta/classes/externalsrc.bbclass                   |   2 +-
 meta/classes/insane.bbclass                        |   8 +-
 meta/classes/libc-package.bbclass                  |   3 +
 meta/classes/license.bbclass                       |   6 +-
 meta/classes/package.bbclass                       |  10 +-
 meta/classes/package_deb.bbclass                   |  30 +++---
 meta/classes/package_ipk.bbclass                   |   2 +-
 meta/classes/package_rpm.bbclass                   |   6 +-
 meta/classes/populate_sdk_ext.bbclass              |   8 +-
 meta/classes/report-error.bbclass                  |   2 +-
 meta/classes/sanity.bbclass                        |  10 +-
 meta/classes/sstate.bbclass                        |   6 +-
 meta/classes/staging.bbclass                       |   2 +-
 meta/classes/terminal.bbclass                      |   2 +-
 meta/classes/toaster.bbclass                       |   1 +
 meta/files/ext-sdk-prepare.py                      |   2 +-
 meta/lib/oe/buildhistory_analysis.py               |   6 +-
 meta/lib/oe/classutils.py                          |  17 ++--
 meta/lib/oe/copy_buildsystem.py                    |   4 +-
 meta/lib/oe/data.py                                |   2 +-
 meta/lib/oe/distro_check.py                        |   8 +-
 meta/lib/oe/gpg_sign.py                            |  10 +-
 meta/lib/oe/license.py                             |  10 +-
 meta/lib/oe/maketype.py                            |   9 +-
 meta/lib/oe/manifest.py                            |   7 +-
 meta/lib/oe/package.py                             |   6 +-
 meta/lib/oe/package_manager.py                     | 109 ++++++++++-----------
 meta/lib/oe/packagedata.py                         |   4 +-
 meta/lib/oe/packagegroup.py                        |   4 +-
 meta/lib/oe/patch.py                               |   9 +-
 meta/lib/oe/prservice.py                           |   4 +-
 meta/lib/oe/qa.py                                  |  28 +++---
 meta/lib/oe/recipeutils.py                         |  26 ++---
 meta/lib/oe/rootfs.py                              |   7 +-
 meta/lib/oe/sdk.py                                 |   8 +-
 meta/lib/oe/sstatesig.py                           |   4 +-
 meta/lib/oe/terminal.py                            |   6 +-
 meta/lib/oe/tests/test_path.py                     |   2 +-
 meta/lib/oe/types.py                               |   4 +-
 meta/lib/oe/utils.py                               |  12 +--
 meta/lib/oeqa/controllers/masterimage.py           |   4 +-
 meta/lib/oeqa/oetest.py                            |  14 ++-
 meta/lib/oeqa/runtime/parselogs.py                 |   4 +-
 meta/lib/oeqa/runtime/ping.py                      |   2 +-
 meta/lib/oeqa/selftest/_toaster.py                 |   4 +-
 meta/lib/oeqa/selftest/devtool.py                  |  43 ++++----
 meta/lib/oeqa/selftest/pkgdata.py                  |  56 +++++------
 meta/lib/oeqa/selftest/recipetool.py               |   6 +-
 meta/lib/oeqa/selftest/sstatetests.py              |  10 +-
 meta/lib/oeqa/targetcontrol.py                     |   4 +-
 meta/lib/oeqa/utils/commands.py                    |   6 +-
 meta/lib/oeqa/utils/decorators.py                  |  19 +++-
 meta/lib/oeqa/utils/dump.py                        |   2 +-
 meta/lib/oeqa/utils/httpserver.py                  |   6 +-
 meta/lib/oeqa/utils/logparser.py                   |   2 +-
 meta/lib/oeqa/utils/qemurunner.py                  |  54 +++++-----
 meta/lib/oeqa/utils/qemutinyrunner.py              |   6 +-
 meta/lib/oeqa/utils/sshcontrol.py                  |   1 +
 meta/lib/oeqa/utils/targetbuild.py                 |   4 +-
 meta/lib/oeqa/utils/testexport.py                  |   2 +-
 meta/recipes-core/meta/uninative-tarball.bb        |   2 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   5 +-
 meta/recipes-rt/rt-tests/files/rt_bmark.py         |   2 +-
 scripts/buildhistory-collect-srcrevs               |   2 +-
 scripts/buildhistory-diff                          |   2 +-
 scripts/combo-layer                                |   8 +-
 scripts/contrib/bbvars.py                          |  10 +-
 scripts/contrib/list-packageconfig-flags.py        |   4 +-
 scripts/contrib/python/generate-manifest-2.7.py    |   4 +-
 scripts/contrib/python/generate-manifest-3.5.py    |   6 +-
 scripts/devtool                                    |   8 +-
 scripts/lib/devtool/__init__.py                    |   5 +-
 scripts/lib/devtool/standard.py                    |  30 +++---
 scripts/lib/devtool/upgrade.py                     |   2 +-
 scripts/lib/recipetool/append.py                   |  12 +--
 scripts/lib/recipetool/create.py                   |  24 ++---
 scripts/lib/recipetool/create_buildsys.py          |  12 +--
 scripts/lib/recipetool/create_buildsys_python.py   |  26 ++---
 scripts/lib/recipetool/create_npm.py               |   4 +-
 scripts/lib/scriptutils.py                         |   2 +-
 scripts/lib/wic/help.py                            |   2 +-
 scripts/oe-buildenv-internal                       |  38 +++----
 scripts/oe-pkgdata-util                            |   2 +-
 scripts/oe-selftest                                |  12 ++-
 scripts/pythondeps                                 |   2 +-
 scripts/recipetool                                 |   2 +-
 scripts/wic                                        |   2 +-
 90 files changed, 468 insertions(+), 439 deletions(-)

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


More information about the Openembedded-commits mailing list