[oe-commits] [openembedded-core] branch python3 updated (1ab1f38 -> 969d5c7)

git at git.openembedded.org git at git.openembedded.org
Fri May 20 09:22:00 UTC 2016


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

  discards  1ab1f38   qemurunner: convert data when working with socket
  discards  2977e78   python-smartpm: Avoid locale issue with bitbake python3
  discards  c19ef26   wic: encode help text
  discards  59ea86d   wic: use python3 in shebang
  discards  731ed66   Switch urlparse to urllib.parse
  discards  66a49a7   meta: python3 megapatch
  discards  bbd4c5e   meta: print fixes
  discards  a1f59c4   meta: Convert to use python3 octal syntax
  discards  d25d7a3   scripts/oe-buildenv-internal: allow experimental python3 support
  discards  3c3f920   webkitgtk: turn off JIT on armv4 and armv7a
  discards  0668d22   mesa-demos: provide option for disabling GLX demos
  discards  775b3c4   Revert "tcmode-default: Bump gcc"
  discards  aaabf48   tcmode-default: Bump gcc
      adds  226492a   mesa-demos: provide option for disabling GLX demos
      adds  8d39778   webkitgtk: turn off JIT on armv4 and armv7a
      adds  28777e5   bluez5: move btmgmt to common READLINE section
      adds  158cbd7   kernel: fitimage: Repair misuse of shell test command
      adds  dc7036e   linux-dummy: set INHIBIT_DEFAULT_DEPS
      adds  3f2dcaa   classes/populate_sdk_ext: adjust variable blacklisting
      adds  ce84dc0   openssh: update homepage and summary
      adds  da522c0   qemu: Upgrade to 2.5.1.1 for fix CVE-2016-3710 and CVE-2016-3712
      adds  63cde9b   bluez5: fixed path to bluetoothd in sysvinit script
      adds  3f1d813   classes/kernel: fix typo
      adds  2e66f57   classes/kernel: check OLDEST_KERNEL at configure time
      adds  f30c486   wic: fix path parsing, use last occurrence
      adds  7e96806   mesa: fix mesa_populate_packages() when dri is disabled
      adds  0f1054e   acl.inc, run-ptest: improve ptest functionality on limited rootfs
      adds  dee987b   gdb: Backport patch to changes with AVX and MPX
      adds  f6b0b26   lib/oe/rootfs: Fix DEBUGFS generation, without openssl
       new  2f62e25   tcmode-default: Bump gcc
       new  9da3fca   Revert "tcmode-default: Bump gcc"
       new  2439fe1   scripts/oe-buildenv-internal: allow experimental python3 support
       new  af443e9   meta: Convert to use python3 octal syntax
       new  74036f4   meta: print fixes
       new  65c08bb   meta: python3 megapatch
       new  dd7d8d2   Switch urlparse to urllib.parse
       new  feff906   wic: use python3 in shebang
       new  95bf265   wic: encode help text
       new  0b3948c   python-smartpm: Avoid locale issue with bitbake python3
       new  969d5c7   qemurunner: convert data when working with socket

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   (1ab1f38)
            \
             N -- N -- N   refs/heads/python3 (969d5c7)

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 11 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/kernel-fitimage.bbclass               |    2 +-
 meta/classes/kernel.bbclass                        |   16 +-
 meta/classes/populate_sdk_ext.bbclass              |    4 +
 meta/lib/oe/rootfs.py                              |    2 +
 meta/recipes-connectivity/bluez5/bluez5.inc        |    4 +
 meta/recipes-connectivity/bluez5/bluez5/init       |    2 +-
 meta/recipes-connectivity/bluez5/bluez5_5.39.bb    |    2 +-
 meta/recipes-connectivity/openssh/openssh_7.2p2.bb |    5 +-
 meta/recipes-devtools/gdb/gdb-common.inc           |    2 +-
 meta/recipes-devtools/gdb/gdb/0011-avx_mpx.patch   | 2601 ++++++++++++++++++++
 .../qemu/{qemu_2.5.1.bb => qemu_2.5.1.1.bb}        |    4 +-
 meta/recipes-graphics/mesa/mesa.inc                |   21 +-
 meta/recipes-kernel/linux/linux-dummy.bb           |    2 +
 meta/recipes-support/attr/acl.inc                  |    1 +
 meta/recipes-support/attr/acl/run-ptest            |   67 +-
 .../attr/acl/test-fix-directory-permissions.patch  |   24 +
 scripts/lib/wic/plugin.py                          |    2 +-
 17 files changed, 2736 insertions(+), 25 deletions(-)
 create mode 100644 meta/recipes-devtools/gdb/gdb/0011-avx_mpx.patch
 rename meta/recipes-devtools/qemu/{qemu_2.5.1.bb => qemu_2.5.1.1.bb} (88%)
 create mode 100644 meta/recipes-support/attr/acl/test-fix-directory-permissions.patch

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


More information about the Openembedded-commits mailing list