[oe-commits] [openembedded-core] branch master-next updated (f30cbca -> fdf6b15)

git at git.openembedded.org git at git.openembedded.org
Sat Mar 4 10:46:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

 discard f30cbca  gcc-runtime: Add libmpx supprt for x86
     new 4b144b5  gcc-runtime: Add libmpx supprt for x86
     new 6ab4f0c  cryptodev: update to handle 4.10 kernel API
     new f7d9e33  wic: setup logging in the main wic module
     new cdd6675  wic: use wic logger in core modules
     new adeacb4  wic: use wic logger in imager direct plugin
     new 19a868e  wic: use wic logger in wic source plugins
     new 8fdceee  wic: remove msger module
     new 808c70b  wic: move errors module
     new b7c19f1  wic: raise WicError in main module
     new 1b11437  wic: raise WicError in core modules
     new 92e8c81  wic: raise WicError in wic plugins
     new b952076  wic: raise WicError instead of ImageError and CreatorError
     new 15442d0  wic: move WicError to lib/wic/__init__.py
     new cbe7dbd  wic: use PluginMgr directly
     new aaab003  wic: remove PluginMgr.get_source_plugins
     new 875d4ee  wic: reimplement PluginMgr.get_plugin_methods
     new 9b8c69c  wic: reimplement PluginMgr.get_plugins
     new 808451f  wic: pluginbase: use python 3 metaclass syntax
     new 87031c9  wic: throw exception if required API is not implemented
     new efcd07f  wic: remove PluginMgr.get_plugin_methods
     new 95ba37b  wic: plugin: cache results in get_plugins
     new 244585b  wic: move PluginMgr class to pluginbase
     new 68df14e  wic: pluginbase: use global dictionary
     new 06f976c  wic: use 2 sysroots to find native executable
     new fc94fed  wic: use image recipe sysroot as default
     new 3e78aa9  wic: exec_native_cmd: improve debug message
     new d994340  wic: exec_native_cmd: fix undefined variable error
     new 243ccd6  wic: add WKS_FILE_DEPENDS variable
     new 7a51560  wic: raise WicError instead of calling logger.error
     new 6d7e57c  wic: bootimg-pcbios: add support for syslinux vesamenu
     new 95bf0af  wic: add more targets to directdisk syslinux config
     new 8df5e73  create_npm.py: convert MIT/X11 to MIT
     new 3c4291b  lib/oe/package.py: remove @ from package name
     new 3912770  scripts/lib/create_npm: rewrite see license in eula
     new c0cfd9b  scripts/lib/create_npm: handle AND and OR in licenses
     new d7f0af5  scripts/lib/create_npm: handle Public Domain licenses
     new ab8d1a7  scripts/runqemu: Add always ttyS1 when no serial options are specified
     new 3f68b5c  scripts/runqemu: avoid overridden user input for bootparams
     new 1aa9099  build-perf-test-wrapper.sh: support xml report format
     new e14596a  yocto-compat-layer.py: Add script to YP Compatible Layer validation
     new a905df2  bitbake.conf: replace USE_LDCONFIG with new "ldconfig" distro feature
     new 5a7f2f9  arch-mips: Fix tune configuration for mipsisa64r6el-n32-nf
     new f031aa7  no-static-libs: add missing leading space when using "_append"
     new 0e949b7  ptest.bbclass: use BPN in PTEST_PATH for multilib
     new 2940340  autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals
     new 0131abe  update-alternatives.bbclass: Disable for mingw32 targets
     new 7df031e  package.bbclass: Add SHLIB detection support for mingw targets
     new 1b6a3c1  kernel.bbclass: Give sanity check function an opt-out variable
     new 43f2cd7  useradd.bbclass: drop obsolete code
     new 29719db  buildhistory.bbclass: use tabs as separator in installed-package-sizes.txt
     new 2d138f9  gcc-source: add comment explaining why a function is Python
     new 7df9a67  mesa: Upgrade 13.0.4 -> 17.0.0
     new fa08f5f  libgpg-error: correctly configure on mips64
     new f20df32  libgpg-error: Don't replace the syscfg header for mingw32
     new 3aa07db  lttng-modules: update to 2.9.1
     new 3ccef08  lttng-tools: update to 2.9.4
     new a2e6f28  guile: fix a bashism
     new 1e7f10f  systemd: check "ldconfig" distro feature when setting PACKAGECONFIG
     new 087f3f5  gstreamer1.0-omx_1.2.0: remove recipe
     new 325eb95  linux-libc-headers: Add inherit of pkgconfig
     new 66d308b  u-boot: Fix handling of CMD_LICENSE in u-boot-mkimage
     new a0a4302  tzcode-native: update to 2017a
     new fdf6b15  tzdata: update to 2017a

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   (f30cbca)
            \
             N -- N -- N   refs/heads/master-next (fdf6b15)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 63 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../recipes-test/images/wic-image-minimal.bb       |   2 +-
 meta/classes/autotools.bbclass                     |   1 -
 meta/classes/buildhistory.bbclass                  |   2 +-
 meta/classes/image_types_wic.bbclass               |   2 +
 meta/classes/kernel.bbclass                        |   6 +-
 meta/classes/package.bbclass                       |  26 ++-
 meta/classes/ptest.bbclass                         |   2 +-
 meta/classes/update-alternatives.bbclass           |   4 +
 meta/classes/useradd.bbclass                       |  35 ----
 meta/conf/bitbake.conf                             |   2 +-
 meta/conf/distro/include/no-static-libs.inc        |   2 +-
 meta/conf/machine/include/tune-mips64r6.inc        |   2 +-
 meta/lib/oe/package.py                             |   1 +
 meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb  |   2 +-
 meta/recipes-core/glibc/glibc-package.inc          |   9 +-
 meta/recipes-core/systemd/systemd_232.bb           |   3 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc          |   1 +
 meta/recipes-devtools/gcc/gcc-source.inc           |   2 +
 meta/recipes-devtools/guile/guile_2.0.14.bb        |   2 +-
 ...code-native_2016j.bb => tzcode-native_2017a.bb} |   8 +-
 .../tzdata/{tzdata_2016j.bb => tzdata_2017a.bb}    |   4 +-
 meta/recipes-gnome/gcr/gcr_3.20.0.bb               |   4 -
 meta/recipes-gnome/libsecret/libsecret_0.18.5.bb   |   5 -
 .../mesa/{mesa-gl_13.0.4.bb => mesa-gl_17.0.0.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |  11 +-
 .../mesa/{mesa_13.0.4.bb => mesa_17.0.0.bb}        |   7 +-
 meta/recipes-kernel/cryptodev/cryptodev.inc        |   3 +-
 .../cryptodev/files/kernel-4-10-changes.patch      |  57 ++++++
 .../linux-libc-headers/linux-libc-headers.inc      |   2 +-
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |   1 +
 ...tng-modules_2.9.0.bb => lttng-modules_2.9.1.bb} |   4 +-
 .../utils-remove-bogus-interpreter.patch           |  35 ----
 .../{lttng-tools_2.9.3.bb => lttng-tools_2.9.4.bb} |   8 +-
 .../gstreamer/gstreamer1.0-omx_1.2.0.bb            |  11 --
 meta/recipes-sato/webkit/webkitgtk_2.14.5.bb       |   5 -
 .../libgpg-error/libgpg-error_1.26.bb              |  13 +-
 scripts/contrib/build-perf-test-wrapper.sh         |   7 +-
 scripts/lib/compatlayer/__init__.py                | 163 ++++++++++++++++
 scripts/lib/compatlayer/case.py                    |   7 +
 .../compatlayer/cases}/__init__.py                 |   0
 scripts/lib/compatlayer/cases/bsp.py               |  26 +++
 scripts/lib/compatlayer/cases/common.py            |  66 +++++++
 scripts/lib/compatlayer/cases/distro.py            |  26 +++
 scripts/lib/compatlayer/context.py                 |  14 ++
 scripts/lib/recipetool/create_npm.py               |  21 ++-
 scripts/lib/wic/__init__.py                        |  20 ++
 .../canned-wks/directdisk-bootloader-config.cfg    |  28 ++-
 scripts/lib/wic/engine.py                          |  34 ++--
 scripts/lib/wic/help.py                            |  19 +-
 scripts/lib/wic/ksparser.py                        |   7 +-
 scripts/lib/wic/msger.py                           | 209 ---------------------
 scripts/lib/wic/partition.py                       |  95 +++++-----
 scripts/lib/wic/plugin.py                          | 151 ---------------
 scripts/lib/wic/pluginbase.py                      |  71 +++++--
 scripts/lib/wic/plugins/imager/direct.py           | 100 +++++-----
 scripts/lib/wic/plugins/source/bootimg-efi.py      |  52 ++---
 .../lib/wic/plugins/source/bootimg-partition.py    |  25 +--
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |  59 +++---
 scripts/lib/wic/plugins/source/fsimage.py          |  14 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |  79 ++++----
 scripts/lib/wic/plugins/source/rawcopy.py          |  12 +-
 scripts/lib/wic/plugins/source/rootfs.py           |  21 ++-
 .../lib/wic/plugins/source/rootfs_pcbios_ext.py    |  54 +++---
 scripts/lib/wic/utils/errors.py                    |  29 ---
 scripts/lib/wic/utils/misc.py                      |  43 +++--
 scripts/lib/wic/utils/runner.py                    |  12 +-
 scripts/runqemu                                    |  18 +-
 scripts/wic                                        | 106 +++++------
 scripts/yocto-compat-layer.py                      | 153 +++++++++++++++
 69 files changed, 1114 insertions(+), 911 deletions(-)
 rename meta/recipes-extended/tzcode/{tzcode-native_2016j.bb => tzcode-native_2017a.bb} (69%)
 rename meta/recipes-extended/tzdata/{tzdata_2016j.bb => tzdata_2017a.bb} (98%)
 rename meta/recipes-graphics/mesa/{mesa-gl_13.0.4.bb => mesa-gl_17.0.0.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_13.0.4.bb => mesa_17.0.0.bb} (74%)
 create mode 100644 meta/recipes-kernel/cryptodev/files/kernel-4-10-changes.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.9.0.bb => lttng-modules_2.9.1.bb} (89%)
 delete mode 100644 meta/recipes-kernel/lttng/lttng-tools/utils-remove-bogus-interpreter.patch
 rename meta/recipes-kernel/lttng/{lttng-tools_2.9.3.bb => lttng-tools_2.9.4.bb} (95%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb
 create mode 100644 scripts/lib/compatlayer/__init__.py
 create mode 100644 scripts/lib/compatlayer/case.py
 copy scripts/{pybootchartgui/pybootchartgui => lib/compatlayer/cases}/__init__.py (100%)
 create mode 100644 scripts/lib/compatlayer/cases/bsp.py
 create mode 100644 scripts/lib/compatlayer/cases/common.py
 create mode 100644 scripts/lib/compatlayer/cases/distro.py
 create mode 100644 scripts/lib/compatlayer/context.py
 delete mode 100644 scripts/lib/wic/msger.py
 delete mode 100644 scripts/lib/wic/plugin.py
 delete mode 100644 scripts/lib/wic/utils/errors.py
 create mode 100755 scripts/yocto-compat-layer.py

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


More information about the Openembedded-commits mailing list