[oe-commits] [openembedded-core] branch python3 updated (b444c99 -> 7ae5cc8)

git at git.openembedded.org git at git.openembedded.org
Mon May 30 15:01:54 UTC 2016


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

  discards  b444c99   fixup
  discards  da62062   locale fixup
  discards  2bc9507   fixup
  discards  3fc49da   scripts: use python3 in shebang
  discards  dbd9c10   python3: convert views to lists
  discards  e62e8bf   python3: rename xrange -> range
  discards  2be39aa   scripts: python3: fix urlparse imports
  discards  51eaa67   scripts: python3: rename ConfigParser -> configparser
  discards  eedf4c5   scripts: python3: fix encoding errors
  discards  0b415c2   scripts: python3: replace basestring -> str
  discards  1da2770   scripts: python3: fix deprecated dict methods
  discards  d6819f7   qemurunner: convert data when working with socket
  discards  868081e   wic: encode help text
  discards  78a2b73   wic: use python3 in shebang
  discards  7bc0150   Switch urlparse to urllib.parse
  discards  517cdf1   meta: python3 megapatch
  discards  e9dc08a   xrange -> range
  discards  fe373db   use list instead of views
  discards  08a6b26   iter changes
  discards  bba36b0   command pipeline decoding
  discards  01b9731   meta: Convert to use python3 octal syntax
  discards  9e12aa3   scripts/oe-buildenv-internal: allow experimental python3 support
  discards  a5c0cb4   Revert "tcmode-default: Bump gcc"
  discards  330fb53   tcmode-default: Bump gcc
      adds  c20d863   tcmode-default: Bump gcc
      adds  9c21339   diffutils: Add patch to fix gplv2 version with gcc6
      adds  55e335d   sanity: check that the en_US.UTF-8 locale exists
      adds  94d80ae   ghostcript: Set UPSTREAM_CHECK_URI variable
      adds  f402225   npm: add target_arch flag to npm
      adds  d603a6a   gcc: Backport nios2 gcc ICE fix
      adds  16c30d8   dhcp: fix non-deterministic libxml2 dependency
      adds  17d85cf   bsd-headers: set SUMMARY instead of DESCRIPTION
      adds  8a5637b   fts: set SUMMARY instead of DESCRIPTION
      adds  8fe0b68   signing-keys: set SUMMARY instead of DESCRIPTION
      adds  82cf96a   argp-standalone: set SUMMARY instead of DESCRIPTION
      adds  719a38d   gobject-introspection: set SUMMARY and HOMEPAGE
      adds  740e346   libjpeg-turbo: set SUMMARY
      adds  04a2ae6   nopackages.bbclass: deltask foo_setscene
      adds  f4da383   testexport.bbclass: Stop exporting test context
      adds  667a454   oetest.py: Move getTests() outside loadTests() method
      adds  9b4b150   oeqa/utils/package_manager.py: Add get_package_manager()
      adds  fb3457a   cpio: Add native variant
      adds  849b67b   kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time
      adds  6e58f54   kernel: Make symbol link to vmlinuz in boot directory
      adds  1384ccd   docbook-xsl-stylesheets: Upgrade 1.78.1 -> 1.79.1
      adds  df798bc   dropbear: Remove incorrect SFTPSERVER_PATH from CFLAGS
      adds  ac512ff   libpam: update to 1.3.0
      adds  dcbd86b   linux-firmware: update to git rev 80d463be82
      adds  ec8dc34   grub-efi.bbclass: also write startup.nsh for non-iso
      adds  43ca968   gummiboot.bbclass: also write startup.nsh for non-iso
      adds  aa215c1   wic: bootimg-efi: include startup.nsh if it's available
      adds  51ba290   coreutils: revert upstream commit causing havoc with ls output
      adds  04534fe   clutter-1.0: Upgrade 1.24.2 -> 1.26.0
      adds  594aa27   clutter-gst-3.0: Upgrade 3.0.16 -> 3.0.18
      adds  12b3541   gtk+: Upgrade 2.24.29 -> 2.24.30
      adds  cab454a   libevdev: Upgrade 1.4.6 -> 1.5.1
      adds  dfc9178   gnupg.org-hosted recipes: Change SRC_URI to https site
      adds  3493bda   libgpg-error: Upgrade 1.21 -> 1.22
      adds  5c70c79   xmlto: xmlto needs tail to run
      adds  1f24ef9   oetest.py: Add json file support to specify packages needed in runtime tests
      adds  90d585f   oetest.py: Add extract_packages() to RuntimeTestContext class
      adds  49234fe   oetest.py: Add support to copy unextracted packages for runtime testing
      adds  343f762   lib/oe/package_manager.py: Add pkgpath to dict returned by package_info
      adds  be18364   gobject-introspection.bbclass: disable introspection for -native and -nativesdk recipes
      adds  494d875   msmtp: upgrade to 1.6.4
      adds  16fda75   babeltrace: upgrade to 1.3.2
      adds  30d6a73   gcr: upgrade to 3.20.0
      adds  f3add5f   liburcu: upgrade to 0.9.2
      adds  59dfae0   libsecret: upgrade to 0.18.5
      adds  66c3176   xcb-proto: upgrade to 1.12
      adds  476d816   libxcb: upgrade to 1.12
      adds  a7e7097   xcb-proto: remove stale git recipe and now redundant .inc
      adds  b8436a9   u-boot: replace old-style shell syntax with the modern one
      adds  4afee78   uboot-sign: rebuild u-boot.img with signed dtb
      adds  2cb1142   initscripts: check if swapon/swapoff exists before executing them
      adds  a90ba07   ca-certificates: Add openssl as a runtime dependency
      adds  4f5ba49   layer.conf: Whitelist ca-certificate dependency on openssl
      adds  232320c   linux-yocto:4.4: broxton backports
      adds  5bc0ce9   linux-yocto: create intel branches
      adds  e3aa87a   linux-yocto: only use intel branches for optimized platforms
      adds  b746223   linux-yocto/4.1: fix musb compilation error
       new  10af3e2   Revert "tcmode-default: Bump gcc"
       new  16e347f   scripts/oe-buildenv-internal: allow experimental python3 support
       new  e30c62b   meta: Convert to use python3 octal syntax
       new  f639855   command pipeline decoding
       new  71bf0a7   iter changes
       new  2e73210   use list instead of views
       new  6b98342   xrange -> range
       new  fdc67b1   meta: python3 megapatch
       new  be034dc   Switch urlparse to urllib.parse
       new  6a388f6   wic: use python3 in shebang
       new  b006611   wic: encode help text
       new  fcb3904   qemurunner: convert data when working with socket
       new  3812e60   scripts: python3: fix deprecated dict methods
       new  9c91070   scripts: python3: replace basestring -> str
       new  525b6f8   scripts: python3: fix encoding errors
       new  21b1c25   scripts: python3: rename ConfigParser -> configparser
       new  583f781   scripts: python3: fix urlparse imports
       new  a2e03f1   python3: rename xrange -> range
       new  fc3058f   python3: convert views to lists
       new  895cd1c   scripts: use python3 in shebang
       new  6947748   fixup
       new  c5cd135   locale fixup
       new  7ae5cc8   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   (b444c99)
            \
             N -- N -- N   refs/heads/python3 (7ae5cc8)

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 23 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/gobject-introspection.bbclass         |  14 +-
 meta/classes/grub-efi.bbclass                      |   2 +
 meta/classes/gummiboot.bbclass                     |   2 +
 meta/classes/kernel-fitimage.bbclass               |  20 ++-
 meta/classes/kernel-grub.bbclass                   |  44 +++--
 meta/classes/kernel-uimage.bbclass                 |  10 +-
 meta/classes/kernel.bbclass                        | 187 +++++++++++++++------
 meta/classes/mirrors.bbclass                       |   8 +-
 meta/classes/nopackages.bbclass                    |   6 +
 meta/classes/npm.bbclass                           |  13 +-
 meta/classes/sanity.bbclass                        |  13 ++
 meta/classes/testexport.bbclass                    |   4 -
 meta/classes/uboot-sign.bbclass                    |   8 +-
 meta/conf/bitbake.conf                             |   2 +
 meta/conf/documentation.conf                       |   3 +-
 meta/conf/layer.conf                               |   1 +
 meta/lib/oe/package_manager.py                     |  41 +++--
 meta/lib/oeqa/oetest.py                            | 165 ++++++++++++++++--
 meta/lib/oeqa/utils/package_manager.py             |  29 ++++
 meta/recipes-bsp/u-boot/u-boot.inc                 |  60 +++----
 .../dhcp/dhcp/libxml2-configure-argument.patch     |  27 +++
 meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb       |   4 +
 meta/recipes-core/bsd-headers/bsd-headers.bb       |   2 +-
 .../coreutils-8.25/disable-ls-output-quoting.patch |  49 ++++++
 meta/recipes-core/coreutils/coreutils_8.25.bb      |   1 +
 meta/recipes-core/dropbear/dropbear.inc            |   1 -
 meta/recipes-core/fts/fts.bb                       |   2 +-
 .../initscripts/initscripts-1.0/checkroot.sh       |   2 +-
 .../initscripts/initscripts-1.0/mountall.sh        |   2 +-
 .../initscripts/initscripts-1.0/umountfs           |   2 +-
 meta/recipes-core/meta/signing-keys.bb             |   2 +-
 .../docbook-xsl-stylesheets/docbook-xsl.xml        |   4 +-
 ...1.78.1.bb => docbook-xsl-stylesheets_1.79.1.bb} |  22 +--
 meta/recipes-devtools/gcc/gcc-5.3.inc              |   1 +
 .../0061-nios2-Make-assert-less-restrictive.patch  |  35 ++++
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb        |   4 +-
 meta/recipes-extended/cpio/cpio_v2.inc             |   2 +
 .../diffutils/diffutils-2.8.1/fix_gcc6.patch       |  31 ++++
 meta/recipes-extended/diffutils/diffutils_2.8.1.bb |   3 +-
 .../ghostscript/ghostscript_9.18.bb                |   2 +
 .../msmtp/{msmtp_1.6.3.bb => msmtp_1.6.4.bb}       |   4 +-
 .../pam/libpam/crypt_configure.patch               |  37 ++--
 .../pam/libpam/pam-no-innetgr.patch                |  97 -----------
 .../pam/libpam/pam-unix-nullok-secure.patch        | 119 ++++---------
 .../pam/{libpam_1.2.1.bb => libpam_1.3.0.bb}       |  10 +-
 .../gcr/{gcr_3.18.0.bb => gcr_3.20.0.bb}           |   4 +-
 .../gobject-introspection_1.46.0.bb                |   3 +-
 .../gtk+/{gtk+_2.24.29.bb => gtk+_2.24.30.bb}      |   4 +-
 .../{libsecret_0.18.4.bb => libsecret_0.18.5.bb}   |   4 +-
 .../0001-build-Use-AC_COMPILE_IFELSE.patch         | 105 ------------
 ...clutter-1.0_1.24.2.bb => clutter-1.0_1.26.0.bb} |   5 +-
 ...gst-3.0_3.0.16.bb => clutter-gst-3.0_3.0.18.bb} |   4 +-
 .../jpeg/libjpeg-turbo_8d+1.4.2.bb                 |   1 +
 .../xorg-lib/{libxcb_1.11.1.bb => libxcb_1.12.bb}  |   4 +-
 meta/recipes-graphics/xorg-proto/xcb-proto_1.11.bb |   9 -
 .../{xcb-proto.inc => xcb-proto_1.12.bb}           |   6 +-
 meta/recipes-graphics/xorg-proto/xcb-proto_git.bb  |   9 -
 .../linux-firmware/linux-firmware_git.bb           |   8 +-
 meta/recipes-kernel/linux/linux-dtb.inc            |  49 +++---
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |   4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   4 +-
 meta/recipes-kernel/linux/linux-yocto.inc          |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |  18 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |  18 +-
 .../{babeltrace_1.3.1.bb => babeltrace_1.3.2.bb}   |   2 +-
 .../argp-standalone/argp-standalone_1.3.bb         |   2 +-
 .../ca-certificates/ca-certificates_20160104.bb    |   2 +
 meta/recipes-support/gnupg/gnupg_1.4.7.bb          |   2 +-
 meta/recipes-support/gnupg/gnupg_2.1.11.bb         |   3 +-
 meta/recipes-support/gpgme/gpgme_1.6.0.bb          |   3 +-
 meta/recipes-support/libassuan/libassuan_2.4.2.bb  |   3 +-
 .../{libevdev_1.4.6.bb => libevdev_1.5.1.bb}       |   4 +-
 meta/recipes-support/libgcrypt/libgcrypt.inc       |   3 +-
 .../0001-libgpg-error-Add-nios2-support.patch      |  46 -----
 .../{libgpg-error_1.21.bb => libgpg-error_1.22.bb} |  12 +-
 meta/recipes-support/libksba/libksba_1.3.3.bb      |   3 +-
 .../liburcu/{liburcu_0.9.1.bb => liburcu_0.9.2.bb} |   4 +-
 meta/recipes-support/npth/npth_1.2.bb              |   3 +-
 meta/recipes-support/pinentry/pinentry_0.9.2.bb    |   3 +-
 scripts/lib/wic/plugins/source/bootimg-efi.py      |   5 +
 82 files changed, 829 insertions(+), 639 deletions(-)
 create mode 100644 meta/lib/oeqa/utils/package_manager.py
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/libxml2-configure-argument.patch
 create mode 100644 meta/recipes-core/coreutils/coreutils-8.25/disable-ls-output-quoting.patch
 rename meta/recipes-devtools/docbook-xml/{docbook-xsl-stylesheets_1.78.1.bb => docbook-xsl-stylesheets_1.79.1.bb} (76%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/0061-nios2-Make-assert-less-restrictive.patch
 create mode 100644 meta/recipes-extended/diffutils/diffutils-2.8.1/fix_gcc6.patch
 rename meta/recipes-extended/msmtp/{msmtp_1.6.3.bb => msmtp_1.6.4.bb} (86%)
 delete mode 100644 meta/recipes-extended/pam/libpam/pam-no-innetgr.patch
 rename meta/recipes-extended/pam/{libpam_1.2.1.bb => libpam_1.3.0.bb} (94%)
 rename meta/recipes-gnome/gcr/{gcr_3.18.0.bb => gcr_3.20.0.bb} (89%)
 rename meta/recipes-gnome/gtk+/{gtk+_2.24.29.bb => gtk+_2.24.30.bb} (91%)
 rename meta/recipes-gnome/libsecret/{libsecret_0.18.4.bb => libsecret_0.18.5.bb} (84%)
 delete mode 100644 meta/recipes-graphics/clutter/clutter-1.0/0001-build-Use-AC_COMPILE_IFELSE.patch
 rename meta/recipes-graphics/clutter/{clutter-1.0_1.24.2.bb => clutter-1.0_1.26.0.bb} (52%)
 rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.16.bb => clutter-gst-3.0_3.0.18.bb} (58%)
 rename meta/recipes-graphics/xorg-lib/{libxcb_1.11.1.bb => libxcb_1.12.bb} (89%)
 delete mode 100644 meta/recipes-graphics/xorg-proto/xcb-proto_1.11.bb
 rename meta/recipes-graphics/xorg-proto/{xcb-proto.inc => xcb-proto_1.12.bb} (71%)
 delete mode 100644 meta/recipes-graphics/xorg-proto/xcb-proto_git.bb
 rename meta/recipes-kernel/lttng/{babeltrace_1.3.1.bb => babeltrace_1.3.2.bb} (93%)
 rename meta/recipes-support/libevdev/{libevdev_1.4.6.bb => libevdev_1.5.1.bb} (74%)
 delete mode 100644 meta/recipes-support/libgpg-error/libgpg-error/0001-libgpg-error-Add-nios2-support.patch
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.21.bb => libgpg-error_1.22.bb} (74%)
 rename meta/recipes-support/liburcu/{liburcu_0.9.1.bb => liburcu_0.9.2.bb} (83%)

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


More information about the Openembedded-commits mailing list