[oe-commits] [openembedded-core] branch python3 updated (720ac78 -> f948049)

git at git.openembedded.org git at git.openembedded.org
Sat May 21 11:06:04 UTC 2016


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

  discards  720ac78   devtool tests: use print function
  discards  66662f1   scripts: use python3 in shebang
  discards  6eafbaf   python3: convert views to lists
  discards  efa9b5f   python3: rename xrange -> range
  discards  fbe80ea   scripts: python3: fix urlparse imports
  discards  d55b8c8   scripts: python3: rename file -> open
  discards  eb63459   scripts: python3: rename ConfigParser -> configparser
  discards  82c4c06   scripts: python3: fix encoding errors
  discards  5fe24e7   scripts: python3: replace basestring -> str
  discards  3c74f1d   scripts: python3: fix deprecated dict methods
  discards  ee93176   qemurunner: convert data when working with socket
  discards  610a583   python-smartpm: Avoid locale issue with bitbake python3
  discards  61d163f   wic: encode help text
  discards  1ac2a94   wic: use python3 in shebang
  discards  3268042   Switch urlparse to urllib.parse
  discards  8782c45   meta: python3 megapatch
  discards  1978126   meta: print fixes
  discards  5f79fa1   meta: Convert to use python3 octal syntax
  discards  013868e   scripts/oe-buildenv-internal: allow experimental python3 support
      adds  14595e5   tcmode-default: Bump gcc
      adds  dab80af   Revert "tcmode-default: Bump gcc"
      adds  f403ba1   devtool: sdk-update: drop support for local updates
      adds  7a9978a   weston: weston-launch: Handle invalid command line options
      adds  06d7086   weston: Fix SystemD service description
      adds  d7457b0   weston: Add PACKAGECONFIG option for 'clients'
       new  4d34685   weston: Enable XWayland when X11 and Wayland support are available
       new  7658881   weston: Remove XWayland dependencies on PACKAGECONFIG
       new  a13ff41   weston: Provide a default version of weston-launch that doesn't require PAM
       new  29aceb8   weston-init: Rework do_install to use install -D option
       new  6000ef4   weston-init: Rework init sequence to avoid code duplication
       new  7a9587c   weston-init: Error out if loading a nested instance
       new  6a1afdf   weston-init: Add module support for the weston-start helper
       new  5d66574   weston: Add Xwayland initialization support using weston-start
       new  16dad54   weston-init: Use weston-launch when starting weston as the first windowing system
       new  62aeb3a   core-image-weston: If X11 is enabled, add XWayland support
       new  24238e7   mkelfimage: obey LDFLAGS, sort out HOST_ flags
       new  9a50891   lttng-modules: Upgrade to 2.7.3 release
       new  fe10fc3   build-appliance-image: use 'lnr' instead of 'ln -sr'
       new  b44ba87   glibc-locale: Enable binary locale generation for nativesdk-glibc
       new  bdc6548   nativesdk-glibc: Extend relocation support to locales
       new  6ff7ad2   meta/selftest/scripts: Use print fuction for python3 compatibility
       new  03586c9   scripts: python3: rename file -> open
       new  c0fbe91   kernel-uimage: Fix python indentation
       new  9f38e55   exception fixes
       new  a6f2a11   bitbake.conf: Use en_US.UTF-8 as locale
       new  0186ada   scripts/oe-buildenv-internal: allow experimental python3 support
       new  37ccc43   meta: Convert to use python3 octal syntax
       new  f04c6bc   command pipeline decoding
       new  6452439   iter changes
       new  e65fe0b   use list instead of views
       new  24b7c08   xrange -> range
       new  00f1df1   meta: python3 megapatch
       new  b48c97c   Switch urlparse to urllib.parse
       new  f83d9b4   wic: use python3 in shebang
       new  51bcf67   wic: encode help text
       new  92b9b5a   python-smartpm: Avoid locale issue with bitbake python3
       new  550f01f   qemurunner: convert data when working with socket
       new  4dba7c3   scripts: python3: fix deprecated dict methods
       new  587009c   scripts: python3: replace basestring -> str
       new  e735eee   scripts: python3: fix encoding errors
       new  0aa6a0b   scripts: python3: rename ConfigParser -> configparser
       new  7233141   scripts: python3: fix urlparse imports
       new  2323b97   python3: rename xrange -> range
       new  d9e2ce8   python3: convert views to lists
       new  f948049   scripts: use python3 in shebang

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   (720ac78)
            \
             N -- N -- N   refs/heads/python3 (f948049)

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 40 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/buildhistory.bbclass                  |   7 +-
 meta/classes/chrpath.bbclass                       |   3 +-
 meta/classes/libc-package.bbclass                  |   6 +-
 meta/classes/metadata_scm.bbclass                  |   5 +-
 meta/classes/package.bbclass                       |   9 +-
 meta/classes/sstate.bbclass                        |   5 +-
 meta/classes/terminal.bbclass                      |   2 +-
 meta/files/toolchain-shar-extract.sh               |   1 +
 meta/lib/oe/data.py                                |   3 -
 meta/lib/oe/maketype.py                            |   1 -
 meta/lib/oe/packagedata.py                         |   6 +-
 meta/lib/oe/rootfs.py                              |  42 ++---
 meta/lib/oeqa/utils/qemutinyrunner.py              |   2 +-
 meta/recipes-core/glibc/glibc-locale.inc           |   2 +-
 ...libc-Raise-the-size-of-arrays-containing-.patch |  97 +++++++----
 .../images/build-appliance-image_14.0.0.bb         |   4 +-
 .../mkelfimage/mkelfimage/cross-compile.patch      |  85 +++++++---
 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |   4 +-
 meta/recipes-graphics/images/core-image-weston.bb  |   1 +
 meta/recipes-graphics/wayland/weston-init.bb       |  12 +-
 meta/recipes-graphics/wayland/weston-init/init     |   9 +-
 .../wayland/weston-init/weston-start               |  72 ++++++++
 .../wayland/weston-init/weston.service             |   7 +-
 ...ch-Provide-a-default-version-that-doesn-t.patch | 171 +++++++++++++++++++
 ...eston-launch-exit-for-unrecognized-option.patch |  33 ++++
 .../wayland/weston/xwayland.weston-start           |   7 +
 meta/recipes-graphics/wayland/weston_1.10.0.bb     |  31 +++-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   2 +-
 meta/recipes-kernel/lttng/lttng-modules_git.bb     |   4 +-
 scripts/lib/devtool/sdk.py                         | 188 +++++++++------------
 scripts/oe-selftest                                |  12 +-
 31 files changed, 559 insertions(+), 274 deletions(-)
 create mode 100755 meta/recipes-graphics/wayland/weston-init/weston-start
 create mode 100644 meta/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/make-weston-launch-exit-for-unrecognized-option.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/xwayland.weston-start

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


More information about the Openembedded-commits mailing list