[oe-commits] [openembedded-core] branch python3 updated (5d48701 -> fa23705)

git at git.openembedded.org git at git.openembedded.org
Sat May 21 21:27:33 UTC 2016


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

  discards  5d48701   locale fixup
  discards  85abf57   fixup
  discards  5a87ddd   scripts: use python3 in shebang
  discards  d9e2ce8   python3: convert views to lists
  discards  2323b97   python3: rename xrange -> range
  discards  7233141   scripts: python3: fix urlparse imports
  discards  0aa6a0b   scripts: python3: rename ConfigParser -> configparser
  discards  e735eee   scripts: python3: fix encoding errors
  discards  587009c   scripts: python3: replace basestring -> str
  discards  4dba7c3   scripts: python3: fix deprecated dict methods
  discards  550f01f   qemurunner: convert data when working with socket
  discards  92b9b5a   python-smartpm: Avoid locale issue with bitbake python3
  discards  51bcf67   wic: encode help text
  discards  f83d9b4   wic: use python3 in shebang
  discards  b48c97c   Switch urlparse to urllib.parse
  discards  00f1df1   meta: python3 megapatch
  discards  24b7c08   xrange -> range
  discards  e65fe0b   use list instead of views
  discards  6452439   iter changes
  discards  f04c6bc   command pipeline decoding
  discards  37ccc43   meta: Convert to use python3 octal syntax
  discards  0186ada   scripts/oe-buildenv-internal: allow experimental python3 support
  discards  a6f2a11   bitbake.conf: Use en_US.UTF-8 as locale
  discards  9f38e55   exception fixes
  discards  c0fbe91   kernel-uimage: Fix python indentation
  discards  03586c9   scripts: python3: rename file -> open
  discards  6ff7ad2   meta/selftest/scripts: Use print fuction for python3 compatibility
  discards  bdc6548   nativesdk-glibc: Extend relocation support to locales
  discards  b44ba87   glibc-locale: Enable binary locale generation for nativesdk-glibc
  discards  fe10fc3   build-appliance-image: use 'lnr' instead of 'ln -sr'
  discards  9a50891   lttng-modules: Upgrade to 2.7.3 release
  discards  24238e7   mkelfimage: obey LDFLAGS, sort out HOST_ flags
  discards  62aeb3a   core-image-weston: If X11 is enabled, add XWayland support
  discards  16dad54   weston-init: Use weston-launch when starting weston as the first windowing system
  discards  5d66574   weston: Add Xwayland initialization support using weston-start
  discards  6a1afdf   weston-init: Add module support for the weston-start helper
  discards  7a9587c   weston-init: Error out if loading a nested instance
  discards  6000ef4   weston-init: Rework init sequence to avoid code duplication
  discards  29aceb8   weston-init: Rework do_install to use install -D option
  discards  a13ff41   weston: Provide a default version of weston-launch that doesn't require PAM
  discards  7658881   weston: Remove XWayland dependencies on PACKAGECONFIG
  discards  4d34685   weston: Enable XWayland when X11 and Wayland support are available
  discards  d7457b0   weston: Add PACKAGECONFIG option for 'clients'
  discards  06d7086   weston: Fix SystemD service description
  discards  7a9978a   weston: weston-launch: Handle invalid command line options
  discards  f403ba1   devtool: sdk-update: drop support for local updates
  discards  dab80af   Revert "tcmode-default: Bump gcc"
  discards  14595e5   tcmode-default: Bump gcc
      adds  9494ac0   weston: weston-launch: Handle invalid command line options
      adds  32e9ef3   weston: Fix SystemD service description
      adds  a3084bd   weston: Add PACKAGECONFIG option for 'clients'
      adds  b9a484b   weston: Enable XWayland when X11 and Wayland support are available
      adds  f16f3d6   weston: Remove XWayland dependencies on PACKAGECONFIG
      adds  6295197   weston: Provide a default version of weston-launch that doesn't require PAM
      adds  9d745d7   weston-init: Rework do_install to use install -D option
      adds  1963dfb   weston-init: Rework init sequence to avoid code duplication
      adds  2332f93   weston-init: Error out if loading a nested instance
      adds  3e7c4d0   weston-init: Add module support for the weston-start helper
      adds  4bbb5d5   weston: Add Xwayland initialization support using weston-start
      adds  76ed534   weston-init: Use weston-launch when starting weston as the first windowing system
      adds  f74cdf8   core-image-weston: If X11 is enabled, add XWayland support
      adds  3ba4fd8   mkelfimage: obey LDFLAGS, sort out HOST_ flags
      adds  be62b6b   lttng-modules: Upgrade to 2.7.3 release
      adds  b06d9ad   build-appliance-image: use 'lnr' instead of 'ln -sr'
      adds  6993d18   glibc-locale: Enable binary locale generation for nativesdk-glibc
      adds  faa1229   nativesdk-glibc: Extend relocation support to locales
      adds  7a4c9c9   devtool: sdk-update: drop support for local updates
      adds  ced1995   meta/selftest/scripts: Use print function for python3 compatibility
      adds  0f4ec13   meta/scripts: python3: rename file -> open
      adds  96ed92a   kernel-uimage: Fix python indentation
      adds  d13f0ac   meta: Update to modern exception syntax
      adds  833d4c0   bitbake.conf/toolchain-shar-extract: Use en_US.UTF-8 as locale
       new  184b3b5   tcmode-default: Bump gcc
       new  84263e3   Revert "tcmode-default: Bump gcc"
       new  daced83   scripts/oe-buildenv-internal: allow experimental python3 support
       new  f21a5d1   meta: Convert to use python3 octal syntax
       new  3428735   command pipeline decoding
       new  98e0caa   iter changes
       new  f11908a   use list instead of views
       new  ffa9216   xrange -> range
       new  3a9886b   meta: python3 megapatch
       new  98cf584   Switch urlparse to urllib.parse
       new  8a02dba   wic: use python3 in shebang
       new  7a35892   wic: encode help text
       new  0605695   python-smartpm: Avoid locale issue with bitbake python3
       new  dac2ab5   qemurunner: convert data when working with socket
       new  7e6bf68   scripts: python3: fix deprecated dict methods
       new  802973b   scripts: python3: replace basestring -> str
       new  e2bcbc5   scripts: python3: fix encoding errors
       new  30ddbda   scripts: python3: rename ConfigParser -> configparser
       new  c9e2f8a   scripts: python3: fix urlparse imports
       new  2ecc641   python3: rename xrange -> range
       new  64cb22d   python3: convert views to lists
       new  db2aac9   scripts: use python3 in shebang
       new  d91bd08   fixup
       new  fa23705   locale fixup

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   (5d48701)
            \
             N -- N -- N   refs/heads/python3 (fa23705)

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 24 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/lib/oeqa/sdkext/sdk_update.py | 3 ---
 1 file changed, 3 deletions(-)

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


More information about the Openembedded-commits mailing list